Public Attributes | |
CFG | cfg |
Private Methods | |
Code_attribute | locate_code_attribute () |
void | print (cp_info constant_pool[]) |
String | prototype (cp_info constant_pool[]) |
String | toName (cp_info constant_pool[]) |
Private Attributes | |
int | access_flags |
int | name_index |
int | descriptor_index |
int | attributes_count |
attribute_info | attributes [] |
Instruction | instructions |
ca mcgill sable soot SootMethod | jmethod |
ca mcgill sable util List | instructionList |
Definition at line 121 of file method_info.java.
|
Locates and returns the code attribute for this method.
Definition at line 160 of file method_info.java. Referenced by CFG::jimpleTargetFixup(), CFG::jimplify(), ClassFile::parseMethod(), prototype(), and ClassFile::unparse().
|
|
Displays this method, printing a prototype followed by list of Instructions.
Definition at line 176 of file method_info.java. |
|
Returns the prototype of this field.
Definition at line 184 of file method_info.java. Referenced by print().
|
|
Returns the name of this method.
Definition at line 203 of file method_info.java. Referenced by ClassFile::findMethod(), ClassFile::parseMethod(), prototype(), and ClassFile::unparse().
|
|
Access flags for this field. Definition at line 123 of file method_info.java. |
|
Array of attribute_info objects for this method.
Definition at line 139 of file method_info.java. |
|
Count of attributes this method contains. Definition at line 135 of file method_info.java. |
|
Control Flow Graph constructed when the method is parsed.
Definition at line 150 of file method_info.java. |
|
Constant pool index of the type descriptor of this method.
Definition at line 133 of file method_info.java. |
|
List of Instructions constructed when the method is parsed.
Definition at line 145 of file method_info.java. |
|
Constant pool index of the name of this method.
Definition at line 128 of file method_info.java. |