| class AM_NEW_EXPR < $AM_EXPR |
|---|
| **** | New expression. |
| $AM_EXPR | $HASH | $IS_EQ | $AM | $PROG_ERR | AM_EXPR | AM |
| attr asz:$AM_EXPR; |
|---|
| **** | Number of array elements to allocate for array descendants. |
| attr source:SFILE_ID; |
|---|
| **** | Information identifying the origin of a node in Sather source. It encodes the file and the character offset of the originating construct. |
| attr tp_at:$TP; |
|---|
| **** | The type of object to allocate. allocate for array descendants. |
| attr asz:$AM_EXPR; |
|---|
| **** | Number of array elements to allocate for array descendants. |
| attr source:SFILE_ID; |
|---|
| **** | Information identifying the origin of a node in Sather source. It encodes the file and the character offset of the originating construct. |
| attr tp_at:$TP; |
|---|
| **** | The type of object to allocate. allocate for array descendants. |
| copy:$AM_EXPR |
|---|
| create(source:SFILE_ID):SAME |
|---|
| **** | A new object for the location `source' with default initialization. |
| hash:INT |
|---|
| is_eq(a:$OB):BOOL |
|---|
| **** | Equality note: changed from "a:$AM_EXPR". |
| is_neq(a:$OB):BOOL |
|---|
| tp:$TP |
|---|