|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.tagkit.AbstractHost
soot.AbstractUnit
soot.baf.internal.AbstractInst
soot.baf.internal.BDupInst
soot.baf.internal.BDup2Inst
Field Summary |
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()
|
java.lang.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 |
public BDup2Inst(Type aOp1Type, Type aOp2Type)
Method Detail |
public Type getOp1Type()
getOp1Type
in interface Dup2Inst
public Type getOp2Type()
getOp2Type
in interface Dup2Inst
public java.util.List getOpTypes()
getOpTypes
in interface DupInst
public java.util.List getUnderTypes()
getUnderTypes
in interface DupInst
public final java.lang.String getName()
getName
in class AbstractInst
public void apply(Switch sw)
Switchable
apply
in interface Switchable
apply
in class BDupInst
public java.lang.String toString()
toString
in class AbstractInst
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |