public static class Java.LocalVariableSlot extends Object
| Constructor and Description |
|---|
LocalVariableSlot(String name,
short slotNumber,
IClass type) |
| Modifier and Type | Method and Description |
|---|---|
CodeContext.Offset |
getEnd() |
String |
getName() |
short |
getSlotIndex() |
CodeContext.Offset |
getStart() |
IClass |
getType() |
void |
setEnd(CodeContext.Offset end) |
void |
setName(String name) |
void |
setSlotIndex(short slotIndex) |
void |
setStart(CodeContext.Offset start) |
String |
toString() |
public short getSlotIndex()
public void setSlotIndex(short slotIndex)
slotIndex - The 'local variable index' to associate with this local variable@Nullable public String getName()
public void setName(String name)
name - The name of this local variable@Nullable public CodeContext.Offset getStart()
CodeContext.Offset from which this local variable is visiblepublic void setStart(CodeContext.Offset start)
start - The CodeContext.Offset from which this local variable is visible@Nullable public CodeContext.Offset getEnd()
CodeContext.Offset up to which this local variable is visiblepublic void setEnd(CodeContext.Offset end)
end - The CodeContext.Offset up to which this local variable is visiblepublic IClass getType()