class AS_WITH_NEAR_STMT < $AS_STMT
****
A "with_near" statement. (pSather)


Flattened version is here

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



Public


Readable Attributes
attr else_part: AS_STMT_LIST;
attr elts_size: INT;
**** is computed during parse.
attr idents: AS_IDENT_LIST;
attr near_part: AS_STMT_LIST;
attr self_occurred : BOOL;

Writable Attributes
attr else_part: AS_STMT_LIST;
attr elts_size: INT;
**** is computed during parse.
attr idents: AS_IDENT_LIST;
attr near_part: AS_STMT_LIST;
attr self_occurred : BOOL;

Features