|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.coffi.method_info
Represents a single method_info object.
ClassFile
Field Summary | |
int |
access_flags
Access flags for this field. |
soot.coffi.attribute_info[] |
attributes
Array of attribute_info objects for this method. |
int |
attributes_count
Count of attributes this method contains. |
CFG |
cfg
Control Flow Graph constructed when the method is parsed. |
int |
descriptor_index
Constant pool index of the type descriptor of this method. |
soot.coffi.Instruction |
instructions
List of Instructions constructed when the method is parsed. |
SootMethod |
jmethod
|
int |
name_index
Constant pool index of the name of this method. |
Constructor Summary | |
method_info()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int access_flags
public int name_index
ClassFile.constant_pool
,
CONSTANT_Utf8_info
public int descriptor_index
ClassFile.constant_pool
,
CONSTANT_Utf8_info
public int attributes_count
public soot.coffi.attribute_info[] attributes
attribute_info
public soot.coffi.Instruction instructions
Instruction
public CFG cfg
CFG
public SootMethod jmethod
Constructor Detail |
public method_info()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |