All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Attribute.LineNumberTable
code
array.
line_number
item must give the
corresponding line number in the original Java source file.
start_pc
item must indicate the
index into the code
array at which the code for a
new line in the original Java source file begins.
public int start_pc
start_pc
item must indicate the
index into the code
array at which the code for a
new line in the original Java source file begins. The value
of start_pc
must be less than the value of the
code_length
item of the Code
attribute of which this LineNumberTable
is an
attribute.
public int line_number
line_number
item must give the
corresponding line number in the original Java source file.
public LineNumberTable(int start_pc, int line_number)
public void write(ClassDataOutputStream out) throws IOException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index