eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Squeak::ClassCommentReader':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ClassCommentReader (in Squeak)


Inheritance:

   Object
   |
   +--ClassCategoryReader
      |
      +--Squeak::ClassCommentReader

Package:
stx:libcompat
Category:
Compatibility-Squeak
Version:
rev: 1.5 date: 2017/02/13 19:49:35
user: cg
file: Squeak__ClassCommentReader.st directory: libcompat
module: stx stc-classLibrary: libcompat
Author:
Claus Gittinger

Description:


DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:

This class was added to allow fileIn of Squeak code.
It is not required for normal operation of the system.


Related information:

    ClassCategoryReader

Instance protocol:

fileIn
o  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
o  class: aClass category: aCategory changeStamp: aStamp



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 29 Nov 2023 18:27:21 GMT