| class AS_INCLUDE_CLAUSE < $AS_CLASS_ELT |
|---|
| **** | An inheritance clause. Parser should make one of these for each element of the list, if more than one. |
| $AS_CLASS_ELT | $NEXT{_} | $AS_NODE | $PROG_ERR | AS_CLASS_ELT | AS_NODE |
| attr is_:BOOL; |
|---|
| **** | True if declared . |
| attr mods:AS_FEAT_MOD; |
|---|
| **** | The feature modification list. |
| attr next:T; |
|---|
| **** | Pointer to next element in list, if any. |
| attr source:SFILE_ID; |
|---|
| **** | The origin of a node in a Sather source file. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type to include from. |
| attr is_:BOOL; |
|---|
| **** | True if declared . |
| attr mods:AS_FEAT_MOD; |
|---|
| **** | The feature modification list. |
| attr next:T; |
|---|
| **** | Pointer to next element in list, if any. |
| attr source:SFILE_ID; |
|---|
| **** | The origin of a node in a Sather source file. |
| attr tp:AS_TYPE_SPEC; |
|---|
| **** | The type to include from. |
| append(l:T) |
|---|
| **** | Append the list `l' to the end of the list self. self may not be void but `l' may be. |
| create: SAME |
|---|
| **** | A new object with default initialization. |
| insert(e:T) |
|---|
| **** | Insert the single element `e' after self. Neither may be void, `e.next' must be void. |
| size:INT |
|---|
| **** | The number of elements in the list starting with self. Self may be void. |