soot.jimple.internal
Class JInstanceFieldRef

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceFieldRef
      extended by soot.jimple.internal.JInstanceFieldRef
All Implemented Interfaces:
Serializable, EquivTo, ConcreteRef, ConvertToBaf, FieldRef, InstanceFieldRef, Ref, Switchable, Value

public class JInstanceFieldRef
extends AbstractInstanceFieldRef

See Also:
Serialized Form

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

Constructor Detail

JInstanceFieldRef

public JInstanceFieldRef(Value base,
                         SootFieldRef fieldRef)
Method Detail

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