soot.jimple
Interface InstanceFieldRef

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

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

Value getBase()

getBaseBox

ValueBox getBaseBox()

setBase

void setBase(Value base)