|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.ClassFile.LineNumberTableAttribute.Entry
public static class ClassFile.LineNumberTableAttribute.Entry
The structure of the entries in the line_number_table, as described in JVMS7 4.7.12.
| Field Summary | |
|---|---|
int |
lineNumber
The fields of the entries in the line_number_table, as described in JVMS7 4.7.12. |
int |
startPC
The fields of the entries in the line_number_table, as described in JVMS7 4.7.12. |
| Constructor Summary | |
|---|---|
ClassFile.LineNumberTableAttribute.Entry(int startPc,
int lineNumber)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int startPC
line_number_table, as described in JVMS7 4.7.12.
public final int lineNumber
line_number_table, as described in JVMS7 4.7.12.
| Constructor Detail |
|---|
public ClassFile.LineNumberTableAttribute.Entry(int startPc,
int lineNumber)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||