soot.baf
Interface Dup1Inst

All Superinterfaces:
DupInst, Host, Inst, Switchable, Unit
All Known Implementing Classes:
BDup1Inst

public interface Dup1Inst
extends DupInst


Method Summary
 Type getOp1Type()
           
 
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.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getOp1Type

public Type getOp1Type()