Next: , Previous: , Up: Metaclass   [Index]


1.112.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