soot.jimple
Interface InvokeStmt

All Known Implementing Classes:
GInvokeStmt, JInvokeStmt

public interface InvokeStmt
extends Stmt


Method Summary
 Value getInvokeExpr()
           
 ValueBox getInvokeExprBox()
           
 void setInvokeExpr(Value invokeExpr)
           
 
Methods inherited from interface soot.jimple.Stmt
containsInvokeExpr, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.Host
destroyTag, getTag, getTags, getTagValue, hasTag, incTagValue, incTagValue, incTagValue, newTag, newTag, setTagValue
 

Method Detail

setInvokeExpr

public void setInvokeExpr(Value invokeExpr)

getInvokeExpr

public Value getInvokeExpr()
Specified by:
getInvokeExpr in interface Stmt

getInvokeExprBox

public ValueBox getInvokeExprBox()
Specified by:
getInvokeExprBox in interface Stmt