class AS_ATTACH_STMT < $AS_STMT
****
An assignment statement. (pSather)


Flattened version is here

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



Public


Readable Attributes
attr dont_print:BOOL;
**** while AS_out
attr helper_class : IDENT;
****
attr lhs:$AS_EXPR;
**** Lhs (Gate) expr.
attr rhs:$AS_EXPR;
**** Right hand side.
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine

Writable Attributes
attr dont_print:BOOL;
**** while AS_out
attr helper_class : IDENT;
****
attr lhs:$AS_EXPR;
**** Lhs (Gate) expr.
attr rhs:$AS_EXPR;
**** Right hand side.
attr rout : AS_ROUT_DEF;
**** Pointer to replacing routine

Features