Uses of Class
org.codehaus.janino.Java.VariableDeclarator
Packages that use Java.VariableDeclarator
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.VariableDeclarator in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.VariableDeclaratorModifier and TypeFieldDescriptionfinal Java.VariableDeclaratorJava.TryStatement.LocalVariableDeclaratorResource.variableDeclaratorThe "variable declarator" that follows the type.final Java.VariableDeclarator[]Java.FieldDeclaration.variableDeclaratorsThe declarators of this field declaration, e.g.final Java.VariableDeclarator[]Java.LocalVariableDeclarationStatement.variableDeclaratorsThe (one or more) "variable declarators" that follow the type.Methods in org.codehaus.janino that return Java.VariableDeclaratorModifier and TypeMethodDescriptionParser.parseFieldDeclarationRest(String name) FieldDeclarationRest := VariableDeclaratorRest { ',' VariableDeclarator }Parser.parseVariableDeclarator()VariableDeclarator := Identifier VariableDeclaratorRestParser.parseVariableDeclaratorRest(String name) VariableDeclaratorRest := { '[' ']' } [ '=' VariableInitializer ]Parser.parseVariableDeclarators()VariableDeclarators := VariableDeclarator { ',' VariableDeclarator }Methods in org.codehaus.janino with parameters of type Java.VariableDeclaratorModifier and TypeMethodDescriptionUnitCompiler.getLocalVariable(Java.LocalVariableDeclarationStatement lvds, Java.VariableDeclarator vd) (package private) Java.ArrayInitializerOrRvalueUnitCompiler.getNonConstantFinalInitializer(Java.FieldDeclaration fd, Java.VariableDeclarator vd) Determines the non-constant-final initializer of the givenJava.VariableDeclarator.private voidUnparser.unparseVariableDeclarator(Java.VariableDeclarator vd) private voidUnparser.unparseVariableDeclarators(Java.VariableDeclarator[] variableDeclarators) Constructors in org.codehaus.janino with parameters of type Java.VariableDeclaratorModifierConstructorDescriptionFieldDeclaration(Location location, String docComment, Java.Modifier[] modifiers, Java.Type type, Java.VariableDeclarator[] variableDeclarators) LocalVariableDeclarationStatement(Location location, Java.Modifier[] modifiers, Java.Type type, Java.VariableDeclarator[] variableDeclarators) LocalVariableDeclaratorResource(Location location, Java.Modifier[] modifiers, Java.Type type, Java.VariableDeclarator variableDeclarator) -
Uses of Java.VariableDeclarator in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.VariableDeclaratorModifier and TypeMethodDescriptionDeepCopier.copyVariableDeclarator(Java.VariableDeclarator subject) DeepCopier.copyVariableDeclarators(Java.VariableDeclarator[] subject) Methods in org.codehaus.janino.util with parameters of type Java.VariableDeclaratorModifier and TypeMethodDescriptionDeepCopier.copyVariableDeclarator(Java.VariableDeclarator subject) DeepCopier.copyVariableDeclarators(Java.VariableDeclarator[] subject)