|
Class: ClassPrimitiveChange
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
Abstract superclass for all primitive code changes
copyrightCOPYRIGHT (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.
queries
-
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.
accessing
-
class: aClass source: newSource
-
(comment from inherited method)
set both class and source of the change
applying
-
apply
-
apply the change
-
privateApply
-
** This method must be redefined in concrete classes (subclassResponsibility) **
comparing
-
sameAs: changeB
-
return true, if the given change represents the same change as the receiver.
testing
-
isPrimitiveChange
-
|