soot.jimple
Interface InstanceFieldRef

All Superinterfaces:
ConcreteRef, EquivTo, FieldRef, Ref, Serializable, Switchable, Value
All Known Implementing Classes:
AbstractInstanceFieldRef

public interface InstanceFieldRef
extends FieldRef


Method Summary
 Value getBase()
           
 ValueBox getBaseBox()
           
 void setBase(Value base)
           
 
Methods inherited from interface soot.jimple.FieldRef
getField, getFieldRef, setFieldRef
 
Methods inherited from interface soot.Value
clone, getType, getUseBoxes, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Method Detail

getBase

public Value getBase()

getBaseBox

public ValueBox getBaseBox()

setBase

public void setBase(Value base)