|
Class: MethodDefinitionChange
Object
|
+--Change
|
+--ClassChange
|
+--MethodChange
|
+--MethodDefinitionChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.7
date: 2022/03/03 01:02:16
- user: cg
- file: MethodDefinitionChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
instances represent method-code changes (as done in the browser).
copyrightCOPYRIGHT (c) 2000 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.
accessing
-
attributes
-
return the value of the instance variable 'attributes' (automatically generated)
-
attributes: something
-
set the value of the instance variable 'attributes' (automatically generated)
applying
-
applyWithInfoOn: aStream
-
(comment from inherited method)
apply the change, sending diagnostics to aDebugStream
testing
-
isMethodDefinitionChange
-
|