Create a new root namespace with the given name, and add to Smalltalk
a key that references it.
1.143.2 RootNamespace: namespace hierarchy
siblings
Answer all the other root namespaces
siblingsDo: aBlock
Evaluate aBlock once for each of the other root namespaces,
passing the namespace as a parameter.
1.143.3 RootNamespace: overrides for superspaces
inheritedKeys
Answer a Set of all the keys in the receiver and its superspaces
set: key to: newValue ifAbsent: aBlock
Assign newValue to the variable named as specified by `key'.
This method won't define a new variable; instead if the key
is not found it will search in superspaces and evaluate
aBlock if it is not found. Answer newValue.
1.143.4 RootNamespace: printing
nameIn: aNamespace
Answer Smalltalk code compiling to the receiver when the current
namespace is aNamespace
printOn: aStream in: aNamespace
Print on aStream some Smalltalk code compiling to the receiver
when the current namespace is aNamespace
storeOn: aStream
Store Smalltalk code compiling to the receiver
This document was generated
on July, 23 2009
using texi2html