Package org.codehaus.janino.util
Class ClassFile.LineNumberTableAttribute.Entry
java.lang.Object
org.codehaus.janino.util.ClassFile.LineNumberTableAttribute.Entry
- Enclosing class:
ClassFile.LineNumberTableAttribute
The structure of the entries in the
line_number_table
, as described in JVMS7 4.7.12.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal short
The fields of the entries in theline_number_table
, as described in JVMS7 4.7.12.final short
The fields of the entries in theline_number_table
, as described in JVMS7 4.7.12. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startPc
public final short startPcThe fields of the entries in theline_number_table
, as described in JVMS7 4.7.12. -
lineNumber
public final short lineNumberThe fields of the entries in theline_number_table
, as described in JVMS7 4.7.12.
-
-
Constructor Details
-
Entry
public Entry(short startPc, short lineNumber) - Parameters:
lineNumber
- 1...65535
-