Package soot.baf.internal
Class BDup2_x2Inst
- java.lang.Object
-
- soot.tagkit.AbstractHost
-
- soot.AbstractUnit
-
- soot.baf.internal.AbstractInst
-
- soot.baf.internal.BDupInst
-
- soot.baf.internal.BDup2_x2Inst
-
- All Implemented Interfaces:
Serializable
,Dup2_x2Inst
,DupInst
,Inst
,Context
,Host
,Unit
,Switchable
public class BDup2_x2Inst extends BDupInst implements Dup2_x2Inst
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class soot.AbstractUnit
boxesPointingToThis
-
Fields inherited from class soot.tagkit.AbstractHost
col, line, mTagList
-
-
Constructor Summary
Constructors Constructor Description BDup2_x2Inst(Type aOp1Type, Type aOp2Type, Type aUnder1Type, Type aUnder2Type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Switch sw)
Used to implement the Switchable construct.String
getName()
Type
getOp1Type()
Type
getOp2Type()
List<Type>
getOpTypes()
Type
getUnder1Type()
Type
getUnder2Type()
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, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, 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.tagkit.Host
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
-
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
-
-
-
-
Method Detail
-
getOp1Type
public Type getOp1Type()
- Specified by:
getOp1Type
in interfaceDup2_x2Inst
-
getOp2Type
public Type getOp2Type()
- Specified by:
getOp2Type
in interfaceDup2_x2Inst
-
getUnder1Type
public Type getUnder1Type()
- Specified by:
getUnder1Type
in interfaceDup2_x2Inst
-
getUnder2Type
public Type getUnder2Type()
- Specified by:
getUnder2Type
in interfaceDup2_x2Inst
-
getOpTypes
public List<Type> getOpTypes()
- Specified by:
getOpTypes
in interfaceDupInst
-
getUnderTypes
public List<Type> getUnderTypes()
- Specified by:
getUnderTypes
in interfaceDupInst
-
getName
public final String getName()
- Specified by:
getName
in classAbstractInst
-
apply
public void apply(Switch sw)
Description copied from class:AbstractUnit
Used to implement the Switchable construct.- Specified by:
apply
in interfaceSwitchable
- Overrides:
apply
in classBDupInst
-
toString
public String toString()
- Overrides:
toString
in classAbstractInst
-
-