soot.dava.internal.javaRep
Class DInstanceFieldRef

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceFieldRef
      extended by soot.grimp.internal.GInstanceFieldRef
          extended by soot.dava.internal.javaRep.DInstanceFieldRef
All Implemented Interfaces:
Serializable, EquivTo, Precedence, ConcreteRef, ConvertToBaf, FieldRef, InstanceFieldRef, Ref, Switchable, Value

public class DInstanceFieldRef
extends GInstanceFieldRef

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractInstanceFieldRef
fieldRef
 
Constructor Summary
DInstanceFieldRef(Value base, SootFieldRef fieldRef, HashSet<Object> thisLocals)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.grimp.internal.GInstanceFieldRef
getPrecedence
 
Methods inherited from class soot.jimple.internal.AbstractInstanceFieldRef
apply, convertToBaf, equivHashCode, equivTo, getBase, getBaseBox, getField, getFieldRef, getType, getUseBoxes, setBase, setFieldRef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DInstanceFieldRef

public DInstanceFieldRef(Value base,
                         SootFieldRef fieldRef,
                         HashSet<Object> thisLocals)
Method Detail

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class AbstractInstanceFieldRef

toString

public String toString()
Overrides:
toString in class GInstanceFieldRef

clone

public Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Overrides:
clone in class GInstanceFieldRef