public static class ClassFile.LocalVariableTableAttribute.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
descriptorIndex |
short |
index |
short |
length |
short |
nameIndex |
short |
startPC |
Constructor and Description |
---|
ClassFile.LocalVariableTableAttribute.Entry(short startPc,
short length,
short nameIndex,
short descriptorIndex,
short index) |