soot.baf.internal
Class BDup2Inst

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.baf.internal.AbstractInst
                    |
                    +--soot.baf.internal.BDupInst
                          |
                          +--soot.baf.internal.BDup2Inst
All Implemented Interfaces:
Dup2Inst, DupInst, Host, Inst, Switchable, Unit

public class BDup2Inst
extends BDupInst
implements Dup2Inst


Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
BDup2Inst(Type aOp1Type, Type aOp2Type)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 java.lang.String getName()
           
 Type getOp1Type()
           
 Type getOp2Type()
           
 java.util.List getOpTypes()
           
 java.util.List getUnderTypes()
           
protected  java.lang.String toString(boolean isBrief, java.util.Map unitToName, java.lang.String indentation)
          Returns a textual representation of this object, with the given briefness, Map and indentation.
 
Methods inherited from class soot.baf.internal.BDupInst
getInCount, getInMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from class soot.baf.internal.AbstractInst
branches, clone, fallsThrough, getNetCount, getNetMachineCount
 
Methods inherited from class soot.AbstractUnit
getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from class soot.tagkit.AbstractHost
addTag, getTag, getTags, hasTag, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Constructor Detail

BDup2Inst

public BDup2Inst(Type aOp1Type,
                 Type aOp2Type)
Method Detail

getOp1Type

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

getOp2Type

public Type getOp2Type()
Specified by:
getOp2Type in interface Dup2Inst

getOpTypes

public java.util.List getOpTypes()
Specified by:
getOpTypes in interface DupInst

getUnderTypes

public java.util.List getUnderTypes()
Specified by:
getUnderTypes in interface DupInst

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.
Specified by:
apply in interface Switchable
Overrides:
apply in class BDupInst

toString

protected java.lang.String toString(boolean isBrief,
                                    java.util.Map unitToName,
                                    java.lang.String indentation)
Description copied from class: AbstractUnit
Returns a textual representation of this object, with the given briefness, Map and indentation.
Overrides:
toString in class AbstractInst