|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.cfg.CFGStmt
forge.cfg.ExitStmt
public final class ExitStmt
A terminal stmt of a control flow graph.
Method Summary | |
---|---|
void |
accept(CFGVisitor visitor)
Applies a CFG visitor to this stmt. |
StmtSet |
succs()
Returns an unmodifiable view of the successor stmts. |
Methods inherited from class forge.cfg.CFGStmt |
---|
cfg, id, preds, program, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public StmtSet succs()
CFGStmt
succs
in class CFGStmt
public void accept(CFGVisitor visitor)
CFGStmt
accept
in class CFGStmt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |