Modifier and Type | Field and Description |
---|---|
boolean |
finaL
Whether this local variable has the FINAL modifier flag.
|
Java.LocalVariableSlot |
slot
The slot reserved for this local variable.
|
IClass |
type
The type of this local variable.
|
Constructor and Description |
---|
LocalVariable(boolean finaL,
IClass type) |
Modifier and Type | Method and Description |
---|---|
short |
getSlotIndex() |
void |
setSlot(Java.LocalVariableSlot slot) |
String |
toString() |
public final boolean finaL
public final IClass type
public Java.LocalVariableSlot slot
public LocalVariable(boolean finaL, IClass type)
public void setSlot(Java.LocalVariableSlot slot)
slot
- The slot to reserve for this local variablepublic short getSlotIndex()
Copyright © 2001–2016. All rights reserved.