soot.grimp.internal
Class GInstanceFieldRef

java.lang.Object
  |
  +--soot.jimple.internal.AbstractInstanceFieldRef
        |
        +--soot.grimp.internal.GInstanceFieldRef
All Implemented Interfaces:
ConcreteRef, ConvertToBaf, EquivTo, FieldRef, InstanceFieldRef, Precedence, Ref, java.io.Serializable, Switchable, ToBriefString, Value

public class GInstanceFieldRef
extends AbstractInstanceFieldRef
implements InstanceFieldRef, Precedence

See Also:
Serialized Form

Constructor Summary
GInstanceFieldRef(Value base, SootField field)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 java.lang.String toBriefString()
          Returns a brief description of this object.
 java.lang.String toString()
           
 
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
 
Methods inherited from interface soot.jimple.InstanceFieldRef
getBase, getBaseBox, setBase
 
Methods inherited from interface soot.jimple.FieldRef
getField, setField
 
Methods inherited from interface soot.Value
getType, getUseBoxes
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Constructor Detail

GInstanceFieldRef

public GInstanceFieldRef(Value base,
                         SootField field)
Method Detail

toString

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

toBriefString

public java.lang.String toBriefString()
Description copied from interface: ToBriefString
Returns a brief description of this object.

Specified by:
toBriefString in interface ToBriefString
Overrides:
toBriefString in class AbstractInstanceFieldRef

getPrecedence

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

clone

public java.lang.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