soot.jimple.internal
Class JInstanceFieldRef
java.lang.Object
soot.jimple.internal.AbstractInstanceFieldRef
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
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 |
JInstanceFieldRef
public JInstanceFieldRef(Value base,
SootFieldRef fieldRef)
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