public class LineNumberAttribute extends ClassFileAttribute implements ILineNumberAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
LineNumberAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LineNumberAttribute.
|
| 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, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic LineNumberAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic int[][] getLineNumberTable()
ILineNumberAttributegetLineNumberTable in interface ILineNumberAttributeILineNumberAttribute.getLineNumberTable()public int getLineNumberTableLength()
ILineNumberAttributegetLineNumberTableLength in interface ILineNumberAttributeILineNumberAttribute.getLineNumberTableLength()