soot.baf
Interface OpTypeArgInst

All Superinterfaces:
Context, Host, Inst, Serializable, 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
All Known Implementing Classes:
BAddInst, BAndInst, BArrayReadInst, BArrayWriteInst, BCmpgInst, BCmpInst, BCmplInst, BDivInst, BIfCmpEqInst, BIfCmpGeInst, BIfCmpGtInst, BIfCmpLeInst, BIfCmpLtInst, BIfCmpNeInst, BMulInst, BNegInst, BOrInst, BRemInst, BReturnInst, BShlInst, BShrInst, BSubInst, BUshrInst, BXorInst

public interface OpTypeArgInst
extends Inst


Method Summary
 Type getOpType()
           
 void setOpType(Type t)
           
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

getOpType

Type getOpType()

setOpType

void setOpType(Type t)