public static class Java.LocalVariable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
finaL |
Java.LocalVariableSlot |
slot |
IClass |
type |
Constructor and Description |
---|
Java.LocalVariable(boolean finaL,
IClass type) |
Modifier and Type | Method and Description |
---|---|
short |
getSlotIndex() |
void |
setSlot(Java.LocalVariableSlot slot) |
java.lang.String |
toString() |
public final boolean finaL
public final IClass type
public Java.LocalVariableSlot slot
public Java.LocalVariable(boolean finaL, IClass type)
public java.lang.String toString()
toString
in class java.lang.Object
public void setSlot(Java.LocalVariableSlot slot)
public short getSlotIndex()