class AS_OR_EXPR < $AS_EXPR
****
"or" expressions.


Flattened version is here

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



Public


Readable Attributes
attr e1,e2:$AS_EXPR;
**** The two expressions.
attr e1,e2:$AS_EXPR;
**** The two expressions.

Writable Attributes
attr e1,e2:$AS_EXPR;
**** The two expressions.
attr e1,e2:$AS_EXPR;
**** The two expressions.

Features