public static class ClassFile.LineNumberTableAttribute.Entry extends Object
line_number_table
, as described in JVMS7 4.7.12.Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
Entry(int startPc,
int lineNumber) |
Copyright © 2001–2019. All rights reserved.