Package | Description |
---|---|
soot.coffi |
Contains classes from the Coffi tool, by Clark Verbrugge.
|
Modifier and Type | Field and Description |
---|---|
method_info |
CoffiMethodSource.coffiMethod |
method_info |
CoffiMethodSource.coffiMethod |
method_info[] |
ClassFile.methods
Array of method_info objects describing each field.
|
method_info[] |
ClassFile.methods
Array of method_info objects describing each field.
|
Modifier and Type | Method and Description |
---|---|
soot.coffi.Instruction |
ClassFile.parseMethod(method_info m)
Parses the given method, converting its bytecode array into a list
of Instruction objects.
|
soot.coffi.Instruction |
ClassFile.parseMethod(method_info m)
Parses the given method, converting its bytecode array into a list
of Instruction objects.
|
Constructor and Description |
---|
CFG(method_info m)
Constructs a new control flow graph for the given method.
|
CFG(method_info m)
Constructs a new control flow graph for the given method.
|