soot.coffi
Class SourceFile_attribute

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

public class SourceFile_attribute
extends soot.coffi.attribute_info

A debugging attribute, this gives the name of the source file for this .class file.

See Also:
attribute_info

Field Summary
 int sourcefile_index
          Constant pool index of a utf8 string for the name of the associated source file.
 
Fields inherited from class soot.coffi.attribute_info
attribute_length, attribute_name, Code, ConstantValue, Exceptions, LineNumberTable, LocalVariableTable, SourceFile
 
Constructor Summary
SourceFile_attribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourcefile_index

public int sourcefile_index
Constant pool index of a utf8 string for the name of the associated source file.
See Also:
CONSTANT_Utf8_info
Constructor Detail

SourceFile_attribute

public SourceFile_attribute()