soot.baf
Interface FieldArgInst

All Superinterfaces:
Host, Inst, Switchable, Unit
All Known Subinterfaces:
FieldGetInst, FieldPutInst, StaticGetInst, StaticPutInst

public interface FieldArgInst
extends Inst


Method Summary
 SootField getField()
           
 void setField(SootField f)
           
 
Methods inherited from interface soot.baf.Inst
getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getField

public SootField getField()

setField

public void setField(SootField f)