soot.baf
Interface Dup2Inst

All Known Implementing Classes:
BDup2Inst

public interface Dup2Inst
extends DupInst


Method Summary
 Type getOp1Type()
           
 Type getOp2Type()
           
 
Methods inherited from interface soot.baf.DupInst
getOpTypes, getUnderTypes
 
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.Host
destroyTag, getTag, getTags, getTagValue, hasTag, incTagValue, incTagValue, incTagValue, newTag, newTag, setTagValue
 

Method Detail

getOp1Type

public Type getOp1Type()

getOp2Type

public Type getOp2Type()