|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.cfg.CFGStmt
forge.cfg.ReferenceStmt
public abstract class ReferenceStmt
A statement in the control-flow graph that may reference the current value of modifiables.
Method Summary | |
---|---|
abstract java.util.Set<ForgeExpression.Modifiable> |
referenced()
Returns the set of variables and instance domains referenced by the statement. |
abstract StmtSet |
succs()
Returns an unmodifiable view of the successor stmts. |
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<ForgeExpression.Modifiable> referenced()
public abstract StmtSet succs()
succs
in class CFGStmt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |