soot.baf
Interface Dup2_x1Inst

All Superinterfaces:
Context, DupInst, Host, Inst, Serializable, Switchable, Unit
All Known Implementing Classes:
BDup2_x1Inst

public interface Dup2_x1Inst
extends DupInst


Method Summary
 Type getOp1Type()
           
 Type getOp2Type()
           
 Type getUnder1Type()
           
 
Methods inherited from interface soot.baf.DupInst
getOpTypes, getUnderTypes
 
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

getOp1Type

Type getOp1Type()

getOp2Type

Type getOp2Type()

getUnder1Type

Type getUnder1Type()