soot.jimple
Interface ReturnStmt

All Superinterfaces:
Host, java.io.Serializable, Stmt, Switchable, Unit
All Known Implementing Classes:
GReturnStmt, JReturnStmt

public interface ReturnStmt
extends Stmt


Method Summary
 Value getOp()
           
 ValueBox getOpBox()
           
 void setOp(Value returnValue)
           
 
Methods inherited from interface soot.jimple.Stmt
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, 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.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getOpBox

public ValueBox getOpBox()

setOp

public void setOp(Value returnValue)

getOp

public Value getOp()