| Modifier and Type | Field | 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 | Description |
|---|---|
LocalVariable(boolean finaL,
IClass type) |
| Modifier and Type | Method | 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–2019. All rights reserved.