soot.javaToJimple
Class PrivateMethodAccMethodSource

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

public class PrivateMethodAccMethodSource
extends java.lang.Object
implements MethodSource


Constructor Summary
PrivateMethodAccMethodSource()
           
 
Method Summary
 Body getBody(SootMethod sootMethod, java.lang.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()
Method Detail

setMethodInst

public void setMethodInst(polyglot.types.MethodInstance mi)

getBody

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

Specified by:
getBody in interface MethodSource