Package org.codehaus.janino
Class Java.LocalVariableSlot
java.lang.Object
org.codehaus.janino.Java.LocalVariableSlot
- Enclosing class:
- Java
All local variables have a slot number, local variables that get written into the localvariabletable
also have a start and end offset that defines the variable's extent in the bytecode. If the name is null,
or variable debugging is not on, then the variable won't be written into the localvariabletable and the
offsets can be ignored.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()
getName()
short
getStart()
getType()
void
setEnd
(CodeContext.Offset end) void
void
setSlotIndex
(short slotIndex) void
setStart
(CodeContext.Offset start) toString()