public class BStaticInvokeInst extends AbstractInst implements StaticInvokeInst
col, line, mTagList| Constructor and Description |
|---|
BStaticInvokeInst(SootMethodRef methodRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Used to implement the Switchable construct.
|
java.lang.Object |
clone()
Returns a deep clone of this object.
|
boolean |
containsInvokeExpr() |
int |
getInCount() |
int |
getInMachineCount() |
SootMethod |
getMethod() |
SootMethodRef |
getMethodRef() |
java.lang.String |
getName() |
int |
getOutCount() |
int |
getOutMachineCount() |
protected void |
getParameters(UnitPrinter up) |
Type |
getType() |
java.lang.String |
toString() |
branches, containsArrayRef, containsFieldRef, containsNewExpr, fallsThrough, getNetCount, getNetMachineCount, toStringaddBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMethod, getMethodRefcontainsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInMachineCount, getNetCount, getNetMachineCount, getOutMachineCountaddBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toStringaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic BStaticInvokeInst(SootMethodRef methodRef)
public int getInCount()
getInCount in interface Instpublic java.lang.Object clone()
AbstractUnitclone in interface Unitclone in class AbstractInstpublic int getOutCount()
getOutCount in interface Instpublic java.lang.String getName()
public void apply(Switch sw)
AbstractUnitapply in interface Switchableapply in class AbstractUnitpublic SootMethodRef getMethodRef()
public SootMethod getMethod()
public Type getType()
public java.lang.String toString()
toString in class AbstractInstprotected void getParameters(UnitPrinter up)
getParameters 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 AbstractInst