soot.baf.internal
Class BDupInst

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.baf.internal.AbstractInst
                    |
                    +--soot.baf.internal.BDupInst
Direct Known Subclasses:
BDup1_x1Inst, BDup1Inst, BDup2Inst

public abstract class BDupInst
extends AbstractInst
implements DupInst

See Also:
Serialized Form

Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
BDupInst()
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 int getInCount()
           
 int getInMachineCount()
           
 int getOutCount()
           
 int getOutMachineCount()
           
 
Methods inherited from class soot.baf.internal.AbstractInst
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, fallsThrough, getName, getNetCount, getNetMachineCount, getParameters, toString, toString
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BDupInst

public BDupInst()
Method Detail

getInCount

public int getInCount()
Overrides:
getInCount in class AbstractInst

getInMachineCount

public int getInMachineCount()
Overrides:
getInMachineCount in class AbstractInst

getOutCount

public int getOutCount()
Overrides:
getOutCount in class AbstractInst

getOutMachineCount

public int getOutMachineCount()
Overrides:
getOutMachineCount in class AbstractInst

apply

public void apply(Switch sw)
Description copied from interface: Switchable
Called when this object is visited.
Overrides:
apply in class AbstractUnit