eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MethodRemoveChange':

Home

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

Class: MethodRemoveChange


Inheritance:

   Object
   |
   +--Change
      |
      +--ClassChange
         |
         +--MethodChange
            |
            +--MethodRemoveChange

Package:
stx:libbasic3
Category:
System-Changes
Version:
rev: 1.16 date: 2014/02/19 13:06:02
user: cg
file: MethodRemoveChange.st directory: libbasic3
module: stx stc-classLibrary: libbasic3
Author:
Claus Gittinger

Description:


instances represent a method-has-been-removed change. 
They are typically held in a ChangeSet.


Class protocol:

instance creation
o  class: cls selector: selector

o  className: clsName selector: sel


Instance protocol:

accessing
o  class: cls selector: sel

o  className: clsName selector: sel

o  delta
obsolete: please use deltaDetail

o  deltaDetail
Returns a delta to the current state as a ChangeDelta object

o  package

o  type: typeSymbol

applying
o  apply
(comment from inherited method)
apply the change

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

testing
o  isMethodCodeChange
true if this is a method's code change (not package, category etc.)

o  isMethodRemoveChange



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 17:53:20 GMT