soot.javaToJimple
Class PrivateFieldAccMethodSource

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

public class PrivateFieldAccMethodSource
extends java.lang.Object
implements MethodSource


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

Constructor Detail

PrivateFieldAccMethodSource

public PrivateFieldAccMethodSource()
Method Detail

setFieldInst

public void setFieldInst(polyglot.types.FieldInstance fi)

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