public class BDup2Inst extends BDupInst implements Dup2Inst
col, line, mTagList| Constructor and Description |
|---|
BDup2Inst(Type aOp1Type,
Type aOp2Type) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Used to implement the Switchable construct.
|
java.lang.String |
getName() |
Type |
getOp1Type() |
Type |
getOp2Type() |
java.util.List<Type> |
getOpTypes() |
java.util.List<Type> |
getUnderTypes() |
java.lang.String |
toString() |
getInCount, getInMachineCount, getOutCount, getOutMachineCountbranches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, getParameters, toStringaddBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCountaddBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toStringaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic Type getOp1Type()
getOp1Type in interface Dup2Instpublic Type getOp2Type()
getOp2Type in interface Dup2Instpublic java.util.List<Type> getOpTypes()
getOpTypes in interface DupInstpublic java.util.List<Type> getUnderTypes()
getUnderTypes in interface DupInstpublic final java.lang.String getName()
getName in class AbstractInstpublic void apply(Switch sw)
AbstractUnitapply in interface Switchableapply in class BDupInstpublic java.lang.String toString()
toString in class AbstractInst