|
Class: ScannerTable
Object
|
+--Collection
|
+--SequenceableCollection
|
+--ArrayedCollection
|
+--Array
|
+--ScannerTable
- Package:
- stx:libcompat
- Category:
- System-Compiler ST-80-compatibility
- Version:
- rev:
1.3
date: 2021/01/20 14:58:45
- user: cg
- file: ScannerTable.st directory: libcompat
- module: stx stc-classLibrary: libcompat
setup
-
atAll: coll put: something
-
(comment from inherited method)
put anObject into all indexes from indexCollection in the receiver.
This abstract implementation requires that the receiver supports
access via a key (and indexCollection contains valid keys).
Notice: This operation modifies the receiver, NOT a copy;
therefore the change may affect all others referencing the receiver.
-
atAllDigitsPut: something
-
-
atAllLettersPut: something
-
-
atAllSeparatorsPut: something
-
|