Package org.codehaus.janino
Class Java.LocalVariable
- java.lang.Object
-
- org.codehaus.janino.Java.LocalVariable
-
-
Field Summary
Fields Modifier and Type Field Description booleanfinaLWhether this local variable has the FINAL modifier flag.Java.LocalVariableSlotslotThe slot reserved for this local variable.IClasstypeThe type of this local variable.
-
Constructor Summary
Constructors Constructor Description LocalVariable(boolean finaL, IClass type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetSlotIndex()voidsetSlot(Java.LocalVariableSlot slot)StringtoString()
-
-
-
Field Detail
-
finaL
public final boolean finaL
Whether this local variable has the FINAL modifier flag.
-
type
public final IClass type
The type of this local variable.
-
slot
public Java.LocalVariableSlot slot
The slot reserved for this local variable.
-
-
Constructor Detail
-
LocalVariable
public LocalVariable(boolean finaL, IClass type)
-
-
Method Detail
-
setSlot
public void setSlot(Java.LocalVariableSlot slot)
- Parameters:
slot- The slot to reserve for this local variable
-
getSlotIndex
public short getSlotIndex()
- Returns:
- The slot reserved for this local variable
-
-