class AS_DEC_STMT < $AS_STMT
****
A local declaration statement. Parser should make one of these for each element in a list like "a,b,c:FOO".


Flattened version is here

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



Public


Readable Attributes
attr name:IDENT;
**** Name of the local.
attr tp:AS_TYPE_SPEC;
**** The type of the local.

Writable Attributes
attr name:IDENT;
**** Name of the local.
attr tp:AS_TYPE_SPEC;
**** The type of the local.

Features