public interface ILineNumberAttribute extends IClassFileAttribute
| Modifier and Type | Method and Description |
|---|---|
int[][] |
getLineNumberTable()
Answer back the array of pairs (start pc, line number) as specified in the
JVM specifications.
|
int |
getLineNumberTableLength()
Answer back the line number table length as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexint getLineNumberTableLength()
int[][] getLineNumberTable()