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


1.32.4 ClassDescription: filing

fileOut: fileName

Open the given file and to file out a complete class description to it. Requires package Parser.

fileOutCategory: categoryName to: fileName

File out all the methods belonging to the method category, categoryName, to the fileName file. Requires package Parser.

fileOutOn: aFileStream

File out complete class description: class definition, class and instance methods. Requires package Parser.

fileOutSelector: selector to: fileName

File out the given selector to fileName. Requires package Parser.