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
Fields inherited from class soot.coffi.attribute_info |
attribute_length,
attribute_name,
Code,
ConstantValue,
Exceptions,
LineNumberTable,
LocalVariableTable,
SourceFile |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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
LineNumberTable_attribute
public LineNumberTable_attribute()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object