|
Class: MethodPackageChange
Object
|
+--Change
|
+--ClassChange
|
+--MethodChange
|
+--MethodPackageChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.5
date: 2021/01/20 13:15:44
- user: cg
- file: MethodPackageChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
instances represent method-package changes (as done in the browser).
They are typically held in a ChangeSet.
copyrightCOPYRIGHT (c) 2006 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.
instance creation
-
class: cls selector: sel package: pkg
-
accessing
-
class: cls selector: sel package: pkg
-
-
className: clsName selector: sel package: pkg
-
-
prettyPrintedSource
-
(comment from inherited method)
return the prettyPrinted or normal source of the change
-
source
-
(comment from inherited method)
return the source of the change
applying
-
apply
-
apply the change
testing
-
isMethodCodeChange
-
true if this is a method's code change (not package, category etc.)
-
isMethodPackageChange
-
|