class AS_FORK_STMT < $AS_STMT
****
A "fork" statement (pSather)


Flattened version is here

Ancestors
$AS_STMT $NEXT{_} $AS_NODE $PROG_ERR
AS_STMT AS_NODE



Public


Readable Attributes
attr at : $AS_EXPR;
attr body: AS_STMT_LIST;
**** The statements to execute.
attr helper_class : IDENT;
****
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine

Writable Attributes
attr at : $AS_EXPR;
attr body: AS_STMT_LIST;
**** The statements to execute.
attr helper_class : IDENT;
****
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine

Features