Uses of Class
org.codehaus.janino.Java.LocalVariable
Packages that use Java.LocalVariable
-
Uses of Java.LocalVariable in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.LocalVariableModifier and TypeFieldDescriptionJava.CatchParameter.localVariable
The local variable associated with this parameter.Java.FunctionDeclarator.FormalParameter.localVariable
The local variable associated with this parameter.final Java.LocalVariable
Java.LocalVariableAccess.localVariable
The local variable that is accessed.Java.VariableDeclarator.localVariable
Used only if the variable declarator declares a local variable.Fields in org.codehaus.janino with type parameters of type Java.LocalVariableModifier and TypeFieldDescriptionJava.ConstructorInvocation.localVariables
The local variables that are accessible during the compilation of the constructor invocation.Java.FunctionDeclarator.localVariables
Mapping of variable names toJava.LocalVariable
s.Java.Statement.localVariables
The map of currently visible local variables.Methods in org.codehaus.janino that return Java.LocalVariableModifier and TypeMethodDescriptionJava.BlockStatement.findLocalVariable
(String name) Java.ConstructorInvocation.findLocalVariable
(String name) Java.Initializer.findLocalVariable
(String name) Java.Statement.findLocalVariable
(String name) UnitCompiler.getLocalVariable
(Java.CatchParameter parameter) UnitCompiler.getLocalVariable
(Java.FunctionDeclarator.FormalParameter parameter) UnitCompiler.getLocalVariable
(Java.FunctionDeclarator.FormalParameter parameter, boolean isVariableArityParameter) UnitCompiler.getLocalVariable
(Java.LocalVariableDeclarationStatement lvds, Java.VariableDeclarator vd) Method parameters in org.codehaus.janino with type arguments of type Java.LocalVariableModifier and TypeMethodDescriptionprotected void
UnitCompiler.buildLocalVariableMap
(Java.CatchClause catchClause, Map<String, Java.LocalVariable> localVars) Adds the given localVars to the 'local variable map' of the given catchClause.Constructors in org.codehaus.janino with parameters of type Java.LocalVariableModifierConstructorDescriptionLocalVariableAccess
(Location location, Java.LocalVariable localVariable)