Package org.codehaus.janino.util
Class ClassFile.LocalVariableTableAttribute.Entry
java.lang.Object
org.codehaus.janino.util.ClassFile.LocalVariableTableAttribute.Entry
- Enclosing class:
ClassFile.LocalVariableTableAttribute
The structure of the entries in the
local_variable_table
, as described in JVMS7 4.7.13.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal short
The fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.final short
The fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.final short
The fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.final short
The fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.final short
The fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13. -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(short startPc, short length, short nameIndex, short descriptorIndex, short index) -
Method Summary
-
Field Details
-
startPc
public final short startPcThe fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13. -
length
public final short lengthThe fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13. -
nameIndex
public final short nameIndexThe fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13. -
descriptorIndex
public final short descriptorIndexThe fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13. -
index
public final short indexThe fields of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.
-
-
Constructor Details
-
Entry
public Entry(short startPc, short length, short nameIndex, short descriptorIndex, short index)
-