class AS_PAR_STMT < $AS_STMT
****
A "par" statement. (pSather)


Flattened version is here

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



Public


Readable Attributes
attr body: AS_STMT_LIST;
attr helper_class : IDENT;
****
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine;

Writable Attributes
attr body: AS_STMT_LIST;
attr helper_class : IDENT;
****
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine;

Features