eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MethodPackageChange':

Home

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

Class: MethodPackageChange


Inheritance:

   Object
   |
   +--Change
      |
      +--ClassChange
         |
         +--MethodChange
            |
            +--MethodPackageChange

Package:
stx:libbasic3
Category:
System-Changes
Version:
rev: 1.4 date: 2010/04/14 13:40:49
user: cg
file: MethodPackageChange.st directory: libbasic3
module: stx stc-classLibrary: libbasic3
Author:
Claus Gittinger

Description:


instances represent method-package changes (as done in the browser). 
They are typically held in a ChangeSet.


Class protocol:

instance creation
o  class: cls selector: sel package: pkg


Instance protocol:

accessing
o  class: cls selector: sel package: pkg

o  className: clsName selector: sel package: pkg

o  prettyPrintedSource
(comment from inherited method)
return the prettyPrinted or normal source of the change

o  source
(comment from inherited method)
return the source of the change

applying
o  apply
apply the change

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

o  isMethodPackageChange



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 09:08:00 GMT