static class LocalVariableTable.LocalVariable extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private Atom | descriptorThe variable's type descriptor. | 
| private int | frameIndexThe slot on the local variable stack where the variable is stored. | 
| private int | lengthThe variable is active in PC values [startPC, startPC+length]. | 
| private Atom | nameThe variable's name. | 
| private int | startPCThe 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)