soot.jimple
Interface RetStmt

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

public interface RetStmt
extends Stmt


Method Summary
 Value getStmtAddress()
           
 ValueBox getStmtAddressBox()
           
 void setStmtAddress(Value stmtAddress)
           
 
Methods inherited from interface soot.jimple.Stmt
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, 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

getStmtAddress

Value getStmtAddress()

getStmtAddressBox

ValueBox getStmtAddressBox()

setStmtAddress

void setStmtAddress(Value stmtAddress)