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.7 date: 2021/11/07 08:53:16
user: cg
file: Squeak__ClassCommentReader.st directory: libcompat
module: stx stc-classLibrary: libcompat

Description:


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.

copyright

COPYRIGHT (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.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Tue, 22 Oct 2024 14:26:46 GMT