Uses of Class
soot.coffi.method_info

Packages that use method_info
soot.coffi Contains classes from the Coffi tool, by Clark Verbrugge. 
 

Uses of method_info in soot.coffi
 

Fields in soot.coffi declared as method_info
 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.
 

Methods in soot.coffi with parameters of type method_info
 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.
 

Constructors in soot.coffi with parameters of type method_info
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.