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
This class represents a table of line numbers for debugging purposes. This attribute is used by the Code attribute. It contains pairs of PCs and line numbers.
Version:
$Id: LineNumberTable.java,v 1.8 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: