Package org.codehaus.janino.util
Class ClassFile.LineNumberTableAttribute.Entry
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.LineNumberTableAttribute.Entry
-
- Enclosing class:
- ClassFile.LineNumberTableAttribute
public static class ClassFile.LineNumberTableAttribute.Entry extends Object
The structure of the entries in theline_number_table, as described in JVMS7 4.7.12.
-
-
Field Summary
Fields Modifier and Type Field Description shortlineNumberThe fields of the entries in theline_number_table, as described in JVMS7 4.7.12.shortstartPcThe fields of the entries in theline_number_table, as described in JVMS7 4.7.12.
-
Constructor Summary
Constructors Constructor Description Entry(short startPc, short lineNumber)
-