| class AS_PARAM_DEC < $AS_NODE |
|---|
| **** | The declaration of a parameter for a class. |
| $AS_NODE | $PROG_ERR | AS_NODE |
| attr name:IDENT; |
|---|
| **** | Index of parameter name. if any. |
| attr type_constraint:AS_TYPE_SPEC; |
|---|
| **** | Type constraint for type, if any. |
| attr name:IDENT; |
|---|
| **** | Index of parameter name. if any. |
| attr type_constraint:AS_TYPE_SPEC; |
|---|
| **** | Type constraint for type, if any. |