soot.jimple
Interface InvokeStmt

All Superinterfaces:
Context, Host, Serializable, Stmt, Switchable, Unit
All Known Implementing Classes:
GInvokeStmt, JInvokeStmt

public interface InvokeStmt
extends Stmt


Method Summary
 InvokeExpr getInvokeExpr()
           
 ValueBox getInvokeExprBox()
           
 void setInvokeExpr(Value invokeExpr)
           
 
Methods inherited from interface soot.jimple.Stmt
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, toString
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

setInvokeExpr

void setInvokeExpr(Value invokeExpr)

getInvokeExpr

InvokeExpr getInvokeExpr()
Specified by:
getInvokeExpr in interface Stmt

getInvokeExprBox

ValueBox getInvokeExprBox()
Specified by:
getInvokeExprBox in interface Stmt