soot.jimple.internal
Class JInstanceFieldRef

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

public class JInstanceFieldRef
extends AbstractInstanceFieldRef
implements InstanceFieldRef

See Also:
Serialized Form

Constructor Summary
JInstanceFieldRef(Value base, SootField field)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractInstanceFieldRef
apply, convertToBaf, equivHashCode, equivTo, getBase, getBaseBox, getField, getType, getUseBoxes, setBase, setField, toBriefString, toString
 
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
 
Methods inherited from interface soot.ToBriefString
toBriefString
 

Constructor Detail

JInstanceFieldRef

public JInstanceFieldRef(Value base,
                         SootField field)
Method Detail

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