|
Class: ClassRemoveChange
Object
|
+--Change
|
+--ClassChange
|
+--ClassRemoveChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.9
date: 2021/01/20 14:33:54
- user: cg
- file: ClassRemoveChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
instances represent a class-has-been-removed change.
They are typically held in a ChangeSet.
copyrightCOPYRIGHT (c) 1998 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.
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
queries
-
delta
-
(comment from inherited method)
Returns a delta to current state as symbol:
#+ .....the subject is to be added to the image (new)
#- .....the subject is to be removed from the image (old)
#= .....the image is up to date
#~ .....change version and image version differ
#? .....delta is unknown or N/A for this kind of change
testing
-
isClassRemoveChange
-
ClassBeingRemovedQuery
|