| class AM |
|---|
| **** | Supertype of everything in abstract machine representation. |
| 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 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. |
| create(source:SFILE_ID):SAME |
|---|
| **** | A new object for the location `source' with default initialization. |