eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MethodPrivacyChange':

Home

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

Class: MethodPrivacyChange


Inheritance:

   Object
   |
   +--Change
      |
      +--ClassChange
         |
         +--MethodChange
            |
            +--MethodPrivacyChange

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

Description:


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


Class protocol:

instance creation
o  class: cls selector: selector privacy: privacy

o  className: aString selector: selector privacy: privacy


Instance protocol:

accessing
o  class: cls selector: sel privacy: p

o  className: clsName selector: sel privacy: p

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

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 17:08:40 GMT