-
- All Implemented Interfaces:
public final class LineNumberTableAttribute extends AttributeInfo
Describes an LineNumberTable attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLineNumberTableAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<LineNumberTableEntry>lineNumberTableprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description LineNumberTableAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<LineNumberTableEntry>getLineNumberTable()Line number associations of the parent final UnitsetLineNumberTable(Array<LineNumberTableEntry> lineNumberTable)Line number associations of the parent IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LineNumberTableAttribute
LineNumberTableAttribute(ClassFile classFile)
-
-
Method Detail
-
getLineNumberTable
final Array<LineNumberTableEntry> getLineNumberTable()
Line number associations of the parent
-
setLineNumberTable
final Unit setLineNumberTable(Array<LineNumberTableEntry> lineNumberTable)
Line number associations of the parent
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-