class AS_LOOP_STMT < $AS_STMT
****
A "loop" statement.


Flattened version is here

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



Public


Readable Attributes
attr body:AS_STMT_LIST;
**** The body of the loop, if any.

Writable Attributes
attr body:AS_STMT_LIST;
**** The body of the loop, if any.

Features