Package soot.baf
Interface Dup1_x2Inst
-
- All Superinterfaces:
Context
,DupInst
,Host
,Inst
,Serializable
,Switchable
,Unit
- All Known Implementing Classes:
BDup1_x2Inst
public interface Dup1_x2Inst extends DupInst
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type
getOp1Type()
Type
getUnder1Type()
Type
getUnder2Type()
-
Methods inherited from interface soot.baf.DupInst
getOpTypes, getUnderTypes
-
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.util.Switchable
apply
-
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
-
-