| class AS_ATTR_DEF < $AS_CLASS_ELT |
|---|
| **** | Definition of object attributes. Parser should make one of these for each element in a list like "a,b,c:INT". |
| $AS_CLASS_ELT | $NEXT{_} | $AS_NODE | $PROG_ERR | AS_CLASS_ELT | AS_NODE |
| attr is_:BOOL; |
|---|
| **** | True if declared . |
| attr name:IDENT; |
|---|
| **** | Name of the attribute. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | Type declaration. |
| attr is_:BOOL; |
|---|
| **** | True if declared . |
| attr name:IDENT; |
|---|
| **** | Name of the attribute. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | Type declaration. |