soot.jimple.internal
Class JInstanceFieldRef

java.lang.Object
  |
  +--soot.jimple.internal.AbstractInstanceFieldRef
        |
        +--soot.jimple.internal.JInstanceFieldRef

public class JInstanceFieldRef
extends AbstractInstanceFieldRef

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, 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,
                         SootField field)
Method Detail

clone

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