Next:
Metaclass-testing functionality
, Previous:
Metaclass-filing
, Up:
Metaclass
1.109.7 Metaclass: printing
nameIn: aNamespace
Answer the class name when the class is referenced from aNamespace.
printOn: aStream
Print a represention of the receiver on aStream
printOn: aStream in: aNamespace
Print on aStream the class name when the class is referenced from aNamespace.
storeOn: aStream
Store Smalltalk code compiling to the receiver on aStream