What are the Superx++ special objects?
There are five special Superx++ objects. The names of these objects are reserved keywords so you cannot use their names for objects of your own. These objects offer special services to the Superx++ programmer. These objects can be accessed and manipulated using the Node class methods just like any other object. Here they are: mem mem is the run-time memory object. It encapsulates the memory contents of the Superx++ program at run-time. It contains all the instantiated objects and their contents (contained objects, members, attributes and values). classes classes is the class run-time memory object. It encapsulates the current definitions of declared classes in a Superx++ program at run-time. It contains all the