Uses of Class
org.codehaus.janino.Java.LocalVariableSlot
Packages that use Java.LocalVariableSlot
-
Uses of Java.LocalVariableSlot in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.LocalVariableSlotModifier and TypeFieldDescriptionJava.LocalVariable.slot
The slot reserved for this local variable.Fields in org.codehaus.janino with type parameters of type Java.LocalVariableSlotModifier and TypeFieldDescriptionprivate final List<Java.LocalVariableSlot>
CodeContext.allLocalVars
All the local variables that are allocated in any block in thisCodeContext
.(package private) final List<Java.LocalVariableSlot>
CodeContext.LocalScope.localVars
Methods in org.codehaus.janino that return Java.LocalVariableSlotModifier and TypeMethodDescriptionCodeContext.allocateLocalVariable
(short size, String name, IType type) Allocates space for a local variable of the given size (1 or 2) on the local variable array.Methods in org.codehaus.janino that return types with arguments of type Java.LocalVariableSlotModifier and TypeMethodDescriptionCodeContext.getAllLocalVars()
CodeContext.saveLocalVariables()
Remembers the current size of the local variables array.Methods in org.codehaus.janino with parameters of type Java.LocalVariableSlot