public static class ClassFile.LineNumberTableAttribute.Entry extends Object
line_number_table, as described in JVMS7 4.7.12.| Modifier and Type | Field and Description |
|---|---|
short |
lineNumber
The fields of the entries in the
line_number_table, as described in JVMS7 4.7.12. |
short |
startPC
The fields of the entries in the
line_number_table, as described in JVMS7 4.7.12. |
| Constructor and Description |
|---|
Entry(short startPc,
short lineNumber) |
Copyright © 2019. All rights reserved.