|
Class: ClassCategoryChange
Object
|
+--Change
|
+--ClassChange
|
+--ClassCategoryChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.8
date: 2021/01/20 14:33:35
- user: cg
- file: ClassCategoryChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
A changed class category
copyrightCOPYRIGHT (c) 2002 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.
accessing
-
category
-
-
category: aCategory
-
-
className: clsName category: aCategoryString
-
comparing
-
isForSameAs: changeB
-
return true, if the given change represents a change for the same
thingy as the receiver (i.e. same method, same definition etc.).
-
sameAs: changeB
-
return true, if the given change represents the same change as the receiver.
-
source
-
synthesize the changes source
printing & storing
-
printOn: aStream
-
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
-
printWithoutClassNameOn: aStream
-
testing
-
isClassCategoryChange
-
visiting
-
acceptChangeVisitor: aVisitor
-
|