soot.baf.internal
Class BDup1Inst

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.baf.internal.AbstractInst
                    |
                    +--soot.baf.internal.BDupInst
                          |
                          +--soot.baf.internal.BDup1Inst

public class BDup1Inst
extends BDupInst
implements Dup1Inst

See Also:
Serialized Form

Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
BDup1Inst(Type aOpType)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 java.lang.String getName()
           
 Type getOp1Type()
           
 java.util.List getOpTypes()
           
 java.util.List getUnderTypes()
           
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.baf.internal.BDupInst
getInCount, getInMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from class soot.baf.internal.AbstractInst
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters
 
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

BDup1Inst

public BDup1Inst(Type aOpType)
Method Detail

getOp1Type

public Type getOp1Type()
Specified by:
getOp1Type in interface Dup1Inst

getOpTypes

public java.util.List getOpTypes()

getUnderTypes

public java.util.List getUnderTypes()

getName

public final java.lang.String getName()
Overrides:
getName in class AbstractInst

apply

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

toString

public java.lang.String toString()
Overrides:
toString in class AbstractInst

toString

public void toString(UnitPrinter up)
Overrides:
toString in class AbstractInst