Class Java.LocalVariable
java.lang.Object
org.codehaus.janino.Java.LocalVariable
- Enclosing class:
Java
Representation of a local variable while it is in scope during compilation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether this local variable has the FINAL modifier flag.The slot reserved for this local variable.final ITypeThe type of this local variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
finaL
public final boolean finaLWhether this local variable has the FINAL modifier flag. -
type
The type of this local variable. -
slot
The slot reserved for this local variable.
-
-
Constructor Details
-
LocalVariable
-
-
Method Details
-
toString
-
setSlot
- Parameters:
slot- The slot to reserve for this local variable
-
getSlotIndex
public short getSlotIndex()- Returns:
- The slot reserved for this local variable (two slots for LONG and DOUBLE local variables)
-