abc.soot.util
Class FieldSetAccessorMethodSource

java.lang.Object
  extended by abc.soot.util.FieldSetAccessorMethodSource

public class FieldSetAccessorMethodSource
extends java.lang.Object


Constructor Summary
FieldSetAccessorMethodSource(soot.Type fieldType, java.lang.String fieldName, soot.SootClass receiver, boolean isStatic)
           
 
Method Summary
 soot.Body getBody(soot.SootMethod sootMethod, java.lang.String phaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSetAccessorMethodSource

public FieldSetAccessorMethodSource(soot.Type fieldType,
                                    java.lang.String fieldName,
                                    soot.SootClass receiver,
                                    boolean isStatic)
Method Detail

getBody

public soot.Body getBody(soot.SootMethod sootMethod,
                         java.lang.String phaseName)