|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.coffi.attribute_info | +--soot.coffi.SourceFile_attribute
A debugging attribute, this gives the name of the source file for this .class file.
attribute_info
Field Summary | |
long |
attribute_length
Length of attribute in bytes. |
int |
attribute_name
Constant pool index of the name of this attribute; should be a utf8 String matching one of the constant Strings define here. |
static java.lang.String |
Code
String by which a Code attribute is recognized. |
static java.lang.String |
ConstantValue
String by which a ConstantValue attribute is recognized. |
static java.lang.String |
Exceptions
String by which an Exceptions attribute is recognized. |
static java.lang.String |
LineNumberTable
String by which a LineNumberTable attribute is recognized. |
static java.lang.String |
LocalVariableTable
String by which a LocalVariableTable attribute is recognized. |
static java.lang.String |
SourceFile
String by which a SourceFile attribute is recognized. |
int |
sourcefile_index
Constant pool index of a utf8 string for the name of the associated source file. |
Constructor Summary | |
SourceFile_attribute()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int sourcefile_index
CONSTANT_Utf8_info
public static final java.lang.String SourceFile
SourceFile_attribute
,
Constant Field Valuespublic static final java.lang.String ConstantValue
ConstantValue_attribute
,
Constant Field Valuespublic static final java.lang.String Code
Code_attribute
,
Constant Field Valuespublic static final java.lang.String Exceptions
Exception_attribute
,
Constant Field Valuespublic static final java.lang.String LineNumberTable
LineNumberTable_attribute
,
Constant Field Valuespublic static final java.lang.String LocalVariableTable
LocalVariableTable_attribute
,
Constant Field Valuespublic int attribute_name
attribute_info.SourceFile
,
attribute_info.ConstantValue
,
attribute_info.Code
,
attribute_info.Exceptions
,
attribute_info.LineNumberTable
,
attribute_info.LocalVariableTable
,
CONSTANT_Utf8_info
public long attribute_length
Constructor Detail |
public SourceFile_attribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |