eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ClassPrimitiveChange':

Home

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

Class: ClassPrimitiveChange


Inheritance:

   Object
   |
   +--Change
      |
      +--ClassChange
         |
         +--ClassPrimitiveChange
            |
            +--ClassPrimitiveDefinitionsChange
            |
            +--ClassPrimitiveFunctionsChange
            |
            +--ClassPrimitiveVariablesChange

Package:
stx:libbasic3
Category:
System-Changes
Version:
rev: 1.10 date: 2021/01/20 13:18:41
user: cg
file: ClassPrimitiveChange.st directory: libbasic3
module: stx stc-classLibrary: libbasic3

Description:


Abstract superclass for all primitive code changes

copyright

COPYRIGHT (c) 1999 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.

Class protocol:

queries
o  isAbstract
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.


Instance protocol:

accessing
o  class: aClass source: newSource
(comment from inherited method)
set both class and source of the change

applying
o  apply
apply the change

o  privateApply

** This method must be redefined in concrete classes (subclassResponsibility) **

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

testing
o  isPrimitiveChange



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:23:17 GMT