public class method_info
extends java.lang.Object
ClassFile| Modifier and Type | Field and Description |
|---|---|
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.
|
soot.coffi.Code_attribute |
code_attr
A shortcut into attributes array for Code_attribute
|
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 and Description |
|---|
method_info() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prototype(soot.coffi.cp_info[] constant_pool)
Returns the prototype of this field.
|
java.lang.String |
toName(soot.coffi.cp_info[] constant_pool)
Returns the name of this method.
|
public int access_flags
public int name_index
ClassFile.constant_pool,
CONSTANT_Utf8_infopublic int descriptor_index
ClassFile.constant_pool,
CONSTANT_Utf8_infopublic int attributes_count
public soot.coffi.attribute_info[] attributes
attribute_infopublic soot.coffi.Code_attribute code_attr
Code_attributepublic soot.coffi.Instruction instructions
Instructionpublic SootMethod jmethod
public java.lang.String toName(soot.coffi.cp_info[] constant_pool)
constant_pool - the constant_pool for this class.public java.lang.String prototype(soot.coffi.cp_info[] constant_pool)
constant_pool - the constant_pool for this class.