soot.javaToJimple
Class PrivateMethodAccMethodSource

java.lang.Object
  extended by soot.javaToJimple.PrivateMethodAccMethodSource
All Implemented Interfaces:
MethodSource

public class PrivateMethodAccMethodSource
extends Object
implements MethodSource


Constructor Summary
PrivateMethodAccMethodSource(polyglot.types.MethodInstance methInst)
           
 
Method Summary
 Body getBody(SootMethod sootMethod, String phaseName)
          Returns a filled-out body for the given SootMethod.
 void setMethodInst(polyglot.types.MethodInstance mi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateMethodAccMethodSource

public PrivateMethodAccMethodSource(polyglot.types.MethodInstance methInst)
Method Detail

setMethodInst

public void setMethodInst(polyglot.types.MethodInstance mi)

getBody

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

Specified by:
getBody in interface MethodSource