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.localVariableThe local variable associated with this parameter.Java.FunctionDeclarator.FormalParameter.localVariableThe local variable associated with this parameter.final Java.LocalVariableJava.LocalVariableAccess.localVariableThe local variable that is accessed.Java.VariableDeclarator.localVariableUsed only if the variable declarator declares a local variable.Fields in org.codehaus.janino with type parameters of type Java.LocalVariableModifier and TypeFieldDescriptionJava.ConstructorInvocation.localVariablesThe local variables that are accessible during the compilation of the constructor invocation.Java.FunctionDeclarator.localVariablesMapping of variable names toJava.LocalVariables.Java.Statement.localVariablesThe 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 voidUnitCompiler.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)