soot.grimp.internal
Class GInstanceFieldRef

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

public class GInstanceFieldRef
extends AbstractInstanceFieldRef
implements Precedence

See Also:
Serialized Form

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

Constructor Detail

GInstanceFieldRef

public GInstanceFieldRef(Value base,
                         SootFieldRef fieldRef)
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractInstanceFieldRef

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

clone

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

Specified by:
clone in interface Value
Specified by:
clone in class AbstractInstanceFieldRef