Class LineNumberTable
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.LineNumberTable
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public final class LineNumberTable extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineNumberTable(int nameIndex, int length, LineNumber[] lineNumberTable, ConstantPool constantPool)LineNumberTable(LineNumberTable c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)LineNumber[]getLineNumberTable()intgetSourceLine(int pos)intgetTableLength()voidsetLineNumberTable(LineNumber[] line_number_table)StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
LineNumberTable
public LineNumberTable(LineNumberTable c)
-
LineNumberTable
public LineNumberTable(int nameIndex, int length, LineNumber[] lineNumberTable, ConstantPool constantPool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getLineNumberTable
public final LineNumber[] getLineNumberTable()
-
setLineNumberTable
public final void setLineNumberTable(LineNumber[] line_number_table)
-
getSourceLine
public int getSourceLine(int pos)
-
getTableLength
public final int getTableLength()
-
-