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


1.32.7 ClassDescription: printing

classVariableString

This method’s functionality should be implemented by subclasses of ClassDescription

instanceVariableString

Answer a string containing the name of the receiver’s instance variables.

nameIn: aNamespace

Answer the class name when the class is referenced from aNamespace

printOn: aStream in: aNamespace

Print on aStream the class name when the class is referenced from aNamespace

sharedVariableString

This method’s functionality should be implemented by subclasses of ClassDescription