| class AS_ARG_DEC < $AS_NODE |
|---|
| **** | Declaration of routine and iter arguments. Parser should make one of these for each arg in a list like "a,b,c:INT". |
| $AS_NODE | $PROG_ERR | AS_NODE |
| attr is_hot:BOOL; |
|---|
| **** | True if declared "hot". |
| attr mode:AS_ARG_MODE; |
|---|
| **** | mode specifier |
| attr name:IDENT; |
|---|
| **** | The name of the argument. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type. |
| attr is_hot:BOOL; |
|---|
| **** | True if declared "hot". |
| attr mode:AS_ARG_MODE; |
|---|
| **** | mode specifier |
| attr name:IDENT; |
|---|
| **** | The name of the argument. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type. |