| class AS_FORK_STMT < $AS_STMT |
|---|
| **** | A "fork" statement (pSather) |
| $AS_STMT | $NEXT{_} | $AS_NODE | $PROG_ERR | AS_STMT | AS_NODE |
| 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 |
| 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 |