soot.baf
Interface DupInst

All Superinterfaces:
Host, Inst, Switchable, Unit
All Known Subinterfaces:
Dup1_x1Inst, Dup1_x2Inst, Dup1Inst, Dup2_x1Inst, Dup2_x2Inst, Dup2Inst
All Known Implementing Classes:
BDupInst

public interface DupInst
extends Inst


Method Summary
 java.util.List getOpTypes()
           
 java.util.List 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

getOpTypes

public java.util.List getOpTypes()

getUnderTypes

public java.util.List getUnderTypes()