soot.jimple
Interface GotoStmt

All Known Implementing Classes:
JGotoStmt

public interface GotoStmt
extends Stmt


Method Summary
 Unit getTarget()
           
 UnitBox getTargetBox()
           
 void setTarget(Unit target)
           
 
Methods inherited from interface soot.jimple.Stmt
containsInvokeExpr, 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.Host
destroyTag, getTag, getTags, getTagValue, hasTag, incTagValue, incTagValue, incTagValue, newTag, newTag, setTagValue
 

Method Detail

getTarget

public Unit getTarget()

setTarget

public void setTarget(Unit target)

getTargetBox

public UnitBox getTargetBox()