public class BSpecialInvokeInst extends AbstractInvokeInst implements SpecialInvokeInst
boxesPointingToThis
col, line, mTagList
Constructor and Description |
---|
BSpecialInvokeInst(SootMethodRef methodRef) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Used to implement the Switchable construct.
|
Object |
clone()
Returns a deep clone of this object.
|
int |
getInCount() |
int |
getInMachineCount() |
String |
getName() |
containsInvokeExpr, getMethod, getMethodRef, getOutCount, getOutMachineCount, getParameters, getType, toString
branches, containsArrayRef, containsFieldRef, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, toString
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMethod, getMethodRef
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
addBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
public BSpecialInvokeInst(SootMethodRef methodRef)
public Object clone()
AbstractUnit
clone
in interface Unit
clone
in class AbstractInst
public int getInCount()
getInCount
in interface Inst
getInCount
in class AbstractInvokeInst
public int getInMachineCount()
getInMachineCount
in interface Inst
getInMachineCount
in class AbstractInvokeInst
public String getName()
getName
in class AbstractInvokeInst
public void apply(Switch sw)
AbstractUnit
apply
in interface Switchable
apply
in class AbstractUnit
Copyright © 2021 Soot OSS. All rights reserved.