soot.coffi
Class CoffiMethodSource

java.lang.Object
  extended by soot.coffi.CoffiMethodSource
All Implemented Interfaces:
MethodSource

public class CoffiMethodSource
extends Object
implements MethodSource


Field Summary
 ClassFile coffiClass
           
 method_info coffiMethod
           
 
Method Summary
 Body getBody(SootMethod m, String phaseName)
          Returns a filled-out body for the given SootMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coffiClass

public ClassFile coffiClass

coffiMethod

public method_info coffiMethod
Method Detail

getBody

public Body getBody(SootMethod m,
                    String phaseName)
Description copied from interface: MethodSource
Returns a filled-out body for the given SootMethod.

Specified by:
getBody in interface MethodSource