abc.soot.util
Class FieldGetAccessorMethodSource

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

public class FieldGetAccessorMethodSource
extends java.lang.Object


Constructor Summary
FieldGetAccessorMethodSource(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

FieldGetAccessorMethodSource

public FieldGetAccessorMethodSource(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)