soot.jimple
Interface FieldRef

All Known Subinterfaces:
InstanceFieldRef
All Known Implementing Classes:
StaticFieldRef

public interface FieldRef
extends ConcreteRef


Method Summary
 SootField getField()
           
 void setField(SootField field)
           
 
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

getField

public SootField getField()

setField

public void setField(SootField field)