|
Class: MethodCategoriesReader (in Dolphin)
Object
|
+--ClassCategoryReader
|
+--Dolphin::MethodCategoriesReader
- Package:
- stx:libcompat
- Category:
- Compatibility-Dolphin
- Version:
- rev:
1.4
date: 2021/01/20 14:50:28
- user: cg
- file: Dolphin__MethodCategoriesReader.st directory: libcompat
- module: stx stc-classLibrary: libcompat
instance creation
-
class: aClass selector: aSelector
-
return a new MethodCategoriesReader to read categories for
aClasses method named aSelector
fileIn
-
fileInFrom: aStream notifying: requestor passChunk: passChunk single: oneChunkOnly silent: beSilent
-
read method category-chunks from the input stream, aStream.
Since ST/X only supports one category, only the first category is stored.
private
-
class: aClass selector: aSymbol
-
|