Uses of Class
org.codehaus.janino.Java.LocalVariable
-
Packages that use Java.LocalVariable Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.LocalVariable in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.LocalVariable Modifier and Type Field Description Java.LocalVariableJava.FunctionDeclarator.FormalParameter. localVariableThe local variable associated with this parameter.Java.LocalVariableJava.LocalVariableAccess. localVariableThe local variable that is accessed.Java.LocalVariableJava.VariableDeclarator. localVariableUsed only if the variable declarator declares a local variable.Fields in org.codehaus.janino with type parameters of type Java.LocalVariable Modifier and Type Field Description Map<String,Java.LocalVariable>Java.ConstructorInvocation. localVariablesThe local variables that are accessible during the compilation of the constructor invocation.Map<String,Java.LocalVariable>Java.FunctionDeclarator. localVariablesMapping of variable names toJava.LocalVariables.Map<String,Java.LocalVariable>Java.Statement. localVariablesThe map of currently visible local variables.Methods in org.codehaus.janino that return Java.LocalVariable Modifier and Type Method Description Java.LocalVariableJava.BlockStatement. findLocalVariable(String name)Java.LocalVariableJava.ConstructorInvocation. findLocalVariable(String name)Java.LocalVariableJava.Initializer. findLocalVariable(String name)Java.LocalVariableJava.Statement. findLocalVariable(String name)Java.LocalVariableUnitCompiler. getLocalVariable(Java.FunctionDeclarator.FormalParameter parameter)Java.LocalVariableUnitCompiler. getLocalVariable(Java.FunctionDeclarator.FormalParameter parameter, boolean isVariableArityParameter)Java.LocalVariableUnitCompiler. getLocalVariable(Java.LocalVariableDeclarationStatement lvds, Java.VariableDeclarator vd)Method parameters in org.codehaus.janino with type arguments of type Java.LocalVariable Modifier and Type Method Description protected voidUnitCompiler. buildLocalVariableMap(Java.CatchClause catchClause, Map<String,Java.LocalVariable> localVars)Adds the givenlocalVarsto the 'local variable map' of the givencatchClause.Constructors in org.codehaus.janino with parameters of type Java.LocalVariable Constructor Description LocalVariableAccess(Location location, Java.LocalVariable localVariable)
-