public class LocalVariableEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
descriptorIndex |
private int |
index |
private int |
length |
private int |
nameIndex |
private int |
startPc |
Constructor and Description |
---|
LocalVariableEntry(int startPc,
int length,
int nameIndex,
int descriptorIndex,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
getDescriptorIndex() |
int |
getEndPc() |
int |
getIndex() |
int |
getLength() |
int |
getNameIndex() |
int |
getStartPc() |
private final int startPc
private final int length
private final int nameIndex
private final int descriptorIndex
private final int index