soot.baf.internal
Class BDup1_x2Inst
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractUnit
soot.baf.internal.AbstractInst
soot.baf.internal.BDupInst
soot.baf.internal.BDup1_x2Inst
- All Implemented Interfaces:
- Serializable, Dup1_x2Inst, DupInst, Inst, Context, Host, Unit, Switchable
public class BDup1_x2Inst
- extends BDupInst
- implements Dup1_x2Inst
- See Also:
- Serialized Form
Methods inherited from class soot.baf.internal.AbstractInst |
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters, toString |
Methods inherited from interface soot.Unit |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString |
BDup1_x2Inst
public BDup1_x2Inst(Type aOpType,
Type aUnder1Type,
Type aUnder2Type)
getOp1Type
public Type getOp1Type()
- Specified by:
getOp1Type
in interface Dup1_x2Inst
getUnder1Type
public Type getUnder1Type()
- Specified by:
getUnder1Type
in interface Dup1_x2Inst
getUnder2Type
public Type getUnder2Type()
- Specified by:
getUnder2Type
in interface Dup1_x2Inst
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