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