eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ClassCategoryChange':

Home

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

Class: ClassCategoryChange


Inheritance:

   Object
   |
   +--Change
      |
      +--ClassChange
         |
         +--ClassCategoryChange

Package:
stx:libbasic3
Category:
System-Changes
Version:
rev: 1.7 date: 2016/03/20 12:39:01
user: cg
file: ClassCategoryChange.st directory: libbasic3
module: stx stc-classLibrary: libbasic3

Description:


A changed class category


Instance protocol:

accessing
o  category

o  category: aCategory

o  className: clsName category: aCategoryString

comparing
o  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.).

o  sameAs: changeB
return true, if the given change represents the same change as the receiver.

o  source
synthesize the changes source

printing & storing
o  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.

o  printWithoutClassNameOn: aStream

testing
o  isClassCategoryChange

visiting
o  acceptChangeVisitor: aVisitor



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 22:37:44 GMT