|
Class: ClassCommentReader (in Squeak)
Object
|
+--ClassCategoryReader
|
+--Squeak::ClassCommentReader
- Package:
- stx:libcompat
- Category:
- Compatibility-Squeak
- Version:
- rev:
1.7
date: 2021/11/07 08:53:16
- user: cg
- file: Squeak__ClassCommentReader.st directory: libcompat
- module: stx stc-classLibrary: libcompat
DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:
This is a dummy, mimicry class to allow some squeak code to be filed in.
Its protocol is neither complete, nor fully compatible with the corresponding
squeak original class.
copyrightCOPYRIGHT (c) 1998 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
fileIn
-
fileInFrom: aStream notifying: requestor passChunk: passChunk single: oneChunkOnly silent: beSilent
-
read method-chunks from the input stream, aStream; compile them
and add the methods to the class defined by the class-instance var;
errors and notifications are passed to requestor.
If passChunk is true, chunks are given to the requestor,
via a #source: message, allowing it to open a view showing any
erroneous source code.
If oneChunkOnly is true, the fileIn is finished after the first chunk.
The beSilent argument controls output to the transcript, if it's true or
false. If its nil, output is controlled by the Smalltalk>>silenLoading setting.
private
-
class: aClass category: aCategory changeStamp: aStamp
-
|