soot.coffi
Class LineNumberTable_attribute

java.lang.Object
  |
  +--soot.coffi.attribute_info
        |
        +--soot.coffi.LineNumberTable_attribute

public class LineNumberTable_attribute
extends soot.coffi.attribute_info

A debugging attribute, this associates blocks of bytecode with specific source code line numbers.

See Also:
attribute_info

Field Summary
 soot.coffi.line_number_table_entry[] line_number_table
          Line number table.
 int line_number_table_length
          Length of the line_number_table array.
 
Fields inherited from class soot.coffi.attribute_info
attribute_length, attribute_name, Code, ConstantValue, Exceptions, LineNumberTable, LocalVariableTable, SourceFile
 
Constructor Summary
LineNumberTable_attribute()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line_number_table_length

public int line_number_table_length
Length of the line_number_table array.

line_number_table

public soot.coffi.line_number_table_entry[] line_number_table
Line number table.
See Also:
line_number_table_entry
Constructor Detail

LineNumberTable_attribute

public LineNumberTable_attribute()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object