org.codehaus.janino.util
public static class ClassFile.LocalVariableTableAttribute.Entry extends Object
| Field Summary | |
|---|---|
| short | descriptorIndex |
| short | index |
| short | length |
| short | nameIndex |
| short | startPC |
| Constructor Summary | |
|---|---|
| Entry(short startPC, short length, short nameIndex, short descriptorIndex, short index) | |