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, getAttributeNameIndex
int getLineNumberTableLength()
int[][] getLineNumberTable()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.