| 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". |
| $AS_STMT | $NEXT{_} | $AS_NODE | $PROG_ERR | AS_STMT | AS_NODE |
| attr name:IDENT; |
|---|
| **** | Name of the local. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type of the local. |
| attr name:IDENT; |
|---|
| **** | Name of the local. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type of the local. |