|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.cfg.CFGStmt
forge.cfg.ReferenceStmt
forge.cfg.UpdateStmt
public abstract class UpdateStmt
A stmt in the control flow graph that may change the state of the execution and which has exactly one successor.
Method Summary | |
---|---|
CFGStmt |
getNext()
|
abstract java.util.Set<? extends ForgeExpression.Modifiable> |
modified()
Returns the set of variables and instance domains that may be modified by the statement. |
void |
setNext(CFGStmt nextNode)
|
StmtSet |
succs()
Returns an unmodifiable view of the successor stmts. |
Methods inherited from class forge.cfg.ReferenceStmt |
---|
referenced |
Methods inherited from class forge.cfg.CFGStmt |
---|
accept, 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 abstract java.util.Set<? extends ForgeExpression.Modifiable> modified()
public final StmtSet succs()
ReferenceStmt
succs
in class ReferenceStmt
public final CFGStmt getNext()
public final void setNext(CFGStmt nextNode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |