public static class ClassFile.LocalVariableTableAttribute.Entry extends 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) |
Copyright © 2001–2013. All rights reserved.