Package org.codehaus.janino.util
Class ClassFile.LocalVariableTableAttribute.Entry
java.lang.Object
org.codehaus.janino.util.ClassFile.LocalVariableTableAttribute.Entry
- Enclosing class:
ClassFile.LocalVariableTableAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal short
final short
final short
final short
final short
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(short startPc, short length, short nameIndex, short descriptorIndex, short index) -
Method Summary
-
Field Details
-
startPC
public final short startPC -
length
public final short length -
nameIndex
public final short nameIndex -
descriptorIndex
public final short descriptorIndex -
index
public final short index
-
-
Constructor Details
-
Entry
public Entry(short startPc, short length, short nameIndex, short descriptorIndex, short index)
-