soot.baf.internal
Class BDupInst
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractUnit
soot.baf.internal.AbstractInst
soot.baf.internal.BDupInst
- All Implemented Interfaces:
- Serializable, DupInst, Inst, Context, Host, Unit, Switchable
- Direct Known Subclasses:
- BDup1_x1Inst, BDup1_x2Inst, BDup1Inst, BDup2_x1Inst, BDup2_x2Inst, BDup2Inst
public abstract class BDupInst
- extends AbstractInst
- implements DupInst
- See Also:
- Serialized Form
Methods inherited from class soot.baf.internal.AbstractInst |
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getName, getNetCount, getNetMachineCount, getParameters, toString, toString |
Methods inherited from interface soot.Unit |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString |
BDupInst
public BDupInst()
getInCount
public int getInCount()
- Specified by:
getInCount
in interface Inst
- Overrides:
getInCount
in class AbstractInst
getInMachineCount
public int getInMachineCount()
- Specified by:
getInMachineCount
in interface Inst
- Overrides:
getInMachineCount
in class AbstractInst
getOutCount
public int getOutCount()
- Specified by:
getOutCount
in interface Inst
- Overrides:
getOutCount
in class AbstractInst
getOutMachineCount
public int getOutMachineCount()
- Specified by:
getOutMachineCount
in interface Inst
- Overrides:
getOutMachineCount
in class AbstractInst
apply
public void apply(Switch sw)
- Description copied from class:
AbstractUnit
- Used to implement the Switchable construct.
- Specified by:
apply
in interface Switchable
- Overrides:
apply
in class AbstractUnit