soot.javaToJimple
Class PrivateFieldSetMethodSource

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

public class PrivateFieldSetMethodSource
extends Object
implements MethodSource


Constructor Summary
PrivateFieldSetMethodSource(Type fieldType, String fieldName, boolean isStatic)
           
 
Method Summary
 Body getBody(SootMethod sootMethod, 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
 

Constructor Detail

PrivateFieldSetMethodSource

public PrivateFieldSetMethodSource(Type fieldType,
                                   String fieldName,
                                   boolean isStatic)
Method Detail

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