Uses of Class
org.codehaus.janino.Java.LocalVariableSlot
-
Packages that use Java.LocalVariableSlot Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of Java.LocalVariableSlot in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.LocalVariableSlot Modifier and Type Field Description Java.LocalVariableSlot
Java.LocalVariable. slot
The slot reserved for this local variable.Fields in org.codehaus.janino with type parameters of type Java.LocalVariableSlot Modifier and Type Field Description private java.util.List<Java.LocalVariableSlot>
CodeContext. allLocalVars
All the local variables that are allocated in any block in thisCodeContext
.(package private) java.util.List<Java.LocalVariableSlot>
CodeContext.LocalScope. localVars
Methods in org.codehaus.janino that return Java.LocalVariableSlot Modifier and Type Method Description Java.LocalVariableSlot
CodeContext. allocateLocalVariable(short size, java.lang.String name, IClass 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.LocalVariableSlot Modifier and Type Method Description java.util.List<Java.LocalVariableSlot>
CodeContext. getAllLocalVars()
java.util.List<Java.LocalVariableSlot>
CodeContext. saveLocalVariables()
Remembers the current size of the local variables array.Methods in org.codehaus.janino with parameters of type Java.LocalVariableSlot Modifier and Type Method Description void
Java.LocalVariable. setSlot(Java.LocalVariableSlot slot)
-