static class LocalVariableTable.LocalVariable extends Object
Modifier and Type | Field and Description |
---|---|
private Atom |
descriptor
The variable's type descriptor.
|
private int |
frameIndex
The slot on the local variable stack where the variable is stored.
|
private int |
length
The variable is active in PC values [startPC, startPC+length].
|
private Atom |
name
The variable's name.
|
private int |
startPC
The start PC location where the variable is active
|
Constructor and Description |
---|
LocalVariable(int startPC,
int length,
Atom name,
Atom descriptor,
int frameIndex) |
private final int startPC
private final int length
private final Atom descriptor
private final int frameIndex
LocalVariable(int startPC, int length, Atom name, Atom descriptor, int frameIndex)