|
Class: ClassPrimitiveVariablesChange
Object
|
+--Change
|
+--ClassChange
|
+--ClassPrimitiveChange
|
+--ClassPrimitiveVariablesChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.13
date: 2021/01/20 15:47:27
- user: cg
- file: ClassPrimitiveVariablesChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
instances represent a classes primitive variables-changes.
They are typically held in a ChangeSet.
copyrightCOPYRIGHT (c) 1995 by Claus Gittinger
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.
applying
-
privateApply
-
apply the change without namespace query handling
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.).
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.
testing
-
isPrimitiveVariablesChange
-
|