Uses of Class
org.codehaus.janino.Java.VariableDeclarator
-
Packages that use Java.VariableDeclarator Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.VariableDeclarator in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.VariableDeclarator Modifier and Type Field Description Java.VariableDeclaratorJava.TryStatement.LocalVariableDeclaratorResource. variableDeclaratorThe "variable declarator" that follows the type.Java.VariableDeclarator[]Java.FieldDeclaration. variableDeclaratorsThe declarators of this field declaration, e.g.Java.VariableDeclarator[]Java.LocalVariableDeclarationStatement. variableDeclaratorsThe (one or more) "variable declarators" that follow the type.Methods in org.codehaus.janino that return Java.VariableDeclarator Modifier and Type Method Description Java.VariableDeclarator[]Parser. parseFieldDeclarationRest(java.lang.String name)FieldDeclarationRest := VariableDeclaratorRest { ',' VariableDeclarator }Java.VariableDeclaratorParser. parseVariableDeclarator()VariableDeclarator := Identifier VariableDeclaratorRestJava.VariableDeclaratorParser. parseVariableDeclaratorRest(java.lang.String name)VariableDeclaratorRest := { '[' ']' } [ '=' VariableInitializer ]Java.VariableDeclarator[]Parser. parseVariableDeclarators()VariableDeclarators := VariableDeclarator { ',' VariableDeclarator }Methods in org.codehaus.janino with parameters of type Java.VariableDeclarator Modifier and Type Method Description Java.LocalVariableUnitCompiler. 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.VariableDeclarator Constructor Description FieldDeclaration(Location location, java.lang.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.VariableDeclarator Modifier and Type Method Description Java.VariableDeclaratorDeepCopier. copyVariableDeclarator(Java.VariableDeclarator subject)Java.VariableDeclarator[]DeepCopier. copyVariableDeclarators(Java.VariableDeclarator[] subject)Methods in org.codehaus.janino.util with parameters of type Java.VariableDeclarator Modifier and Type Method Description Java.VariableDeclaratorDeepCopier. copyVariableDeclarator(Java.VariableDeclarator subject)Java.VariableDeclarator[]DeepCopier. copyVariableDeclarators(Java.VariableDeclarator[] subject)
-