public abstract class AbstractInvokeInst extends AbstractInst
boxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
AbstractInvokeInst() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInvokeExpr() |
int |
getInCount() |
int |
getInMachineCount() |
SootMethod |
getMethod() |
SootMethodRef |
getMethodRef() |
abstract String |
getName() |
int |
getOutCount() |
int |
getOutMachineCount() |
protected void |
getParameters(UnitPrinter up) |
Type |
getType() |
String |
toString() |
branches, clone, containsArrayRef, containsFieldRef, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, toStringaddBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic SootMethodRef getMethodRef()
public SootMethod getMethod()
public Type getType()
public String toString()
toString in class AbstractInstpublic abstract String getName()
getName in class AbstractInstprotected void getParameters(UnitPrinter up)
getParameters in class AbstractInstpublic int getInCount()
getInCount in interface InstgetInCount in class AbstractInstpublic int getOutCount()
getOutCount in interface InstgetOutCount in class AbstractInstpublic int getInMachineCount()
getInMachineCount in interface InstgetInMachineCount in class AbstractInstpublic int getOutMachineCount()
getOutMachineCount in interface InstgetOutMachineCount in class AbstractInstpublic boolean containsInvokeExpr()
containsInvokeExpr in interface InstcontainsInvokeExpr in class AbstractInstCopyright © 2024 Soot OSS. All rights reserved.