soot.baf
Interface OpTypeArgInst

All Superinterfaces:
Host, Inst, Switchable, Unit
All Known Subinterfaces:
AddInst, AndInst, ArrayReadInst, ArrayWriteInst, CmpgInst, CmpInst, CmplInst, DivInst, IfCmpEqInst, IfCmpGeInst, IfCmpGtInst, IfCmpLeInst, IfCmpLtInst, IfCmpNeInst, MulInst, NegInst, OrInst, RemInst, ReturnInst, ShlInst, ShrInst, SubInst, UshrInst, XorInst

public interface OpTypeArgInst
extends Inst


Method Summary
 Type getOpType()
           
 void setOpType(Type t)
           
 
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

getOpType

public Type getOpType()

setOpType

public void setOpType(Type t)