soot.baf.internal
Class BDup2_x1Inst

java.lang.Object
  extended by soot.tagkit.AbstractHost
      extended by soot.AbstractUnit
          extended by soot.baf.internal.AbstractInst
              extended by soot.baf.internal.BDupInst
                  extended by soot.baf.internal.BDup2_x1Inst
All Implemented Interfaces:
Serializable, Dup2_x1Inst, DupInst, Inst, Context, Host, Unit, Switchable

public class BDup2_x1Inst
extends BDupInst
implements Dup2_x1Inst

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
BDup2_x1Inst(Type aOp1Type, Type aOp2Type, Type aUnderType)
           
 
Method Summary
 void apply(Switch sw)
          Used to implement the Switchable construct.
 String getName()
           
 Type getOp1Type()
           
 Type getOp2Type()
           
 List<Type> getOpTypes()
           
 Type getUnder1Type()
           
 List<Type> getUnderTypes()
           
 String toString()
           
 
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, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters, 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
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Constructor Detail

BDup2_x1Inst

public BDup2_x1Inst(Type aOp1Type,
                    Type aOp2Type,
                    Type aUnderType)
Method Detail

getOp1Type

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

getOp2Type

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

getUnder1Type

public Type getUnder1Type()
Specified by:
getUnder1Type in interface Dup2_x1Inst

getOpTypes

public List<Type> getOpTypes()
Specified by:
getOpTypes in interface DupInst

getUnderTypes

public List<Type> getUnderTypes()
Specified by:
getUnderTypes in interface DupInst

getName

public final String getName()
Specified by:
getName 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 BDupInst

toString

public String toString()
Overrides:
toString in class AbstractInst