|
|||||||||
| 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
forge.cfg.CallStmt
public final class CallStmt
A CFG node at which a procedure is called.
| Method Summary | |
|---|---|
void |
accept(CFGVisitor visitor)
Applies a CFG visitor to this stmt. |
ForgeCFG |
called()
|
java.util.List<ForgeExpression> |
inArgs()
|
java.util.Set<ForgeVariable> |
modified()
Returns the set of variables and instance domains that may be modified by the statement. |
java.util.List<ForgeVariable> |
outArgs()
|
java.util.Set<ForgeExpression.Modifiable> |
referenced()
Returns the set of variables and instance domains referenced by the statement. |
| Methods inherited from class forge.cfg.UpdateStmt |
|---|
getNext, setNext, succs |
| 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 ForgeCFG called()
public java.util.List<ForgeExpression> inArgs()
public java.util.List<ForgeVariable> outArgs()
public java.util.Set<ForgeExpression.Modifiable> referenced()
ReferenceStmt
referenced in class ReferenceStmtpublic java.util.Set<ForgeVariable> modified()
UpdateStmt
modified in class UpdateStmtpublic 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 | ||||||||