soot.dava.internal.javaRep
Class DInstanceFieldRef

java.lang.Object
  |
  +--soot.jimple.internal.AbstractInstanceFieldRef
        |
        +--soot.grimp.internal.GInstanceFieldRef
              |
              +--soot.dava.internal.javaRep.DInstanceFieldRef

public class DInstanceFieldRef
extends GInstanceFieldRef

See Also:
Serialized Form

Constructor Summary
DInstanceFieldRef(Value base, SootField field, java.util.HashSet thisLocals)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 java.lang.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, getType, getUseBoxes, setBase, setField
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DInstanceFieldRef

public DInstanceFieldRef(Value base,
                         SootField field,
                         java.util.HashSet thisLocals)
Method Detail

toString

public void toString(UnitPrinter up)
Overrides:
toString in class AbstractInstanceFieldRef

toString

public java.lang.String toString()
Overrides:
toString in class GInstanceFieldRef

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class GInstanceFieldRef