class AM_AT_EXPR < $AM_EXPR
****
pSather


Ancestors
$AM_EXPR $HASH $IS_EQ $AM
$PROG_ERR AM_EXPR AM



Public


Readable Attributes
attr at:$AM_EXPR;
**** at value.
attr e:$AM_EXPR;
**** Expression (in front of @)
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.

Writable Attributes
attr at:$AM_EXPR;
**** at value.
attr e:$AM_EXPR;
**** Expression (in front of @)
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.

Features
copy:$AM_EXPR
create(src:SFILE_ID):SAME
**** Create a new at object with source `src'.
hash:INT
is_eq(a:$OB):BOOL
**** Equality note: changed from "a:$AM_EXPR".
is_neq(a:$OB):BOOL
tp:$TP