|
Smalltalk/X WebserverDocumentation of class 'MethodCategoryChange': |
|
|
Class: MethodCategoryChangeInheritance:Object | +--Change | +--ClassChange | +--MethodChange | +--MethodCategoryChange
Description:
instances represent method-category changes (as done in the browser).
They are typically held in a ChangeSet.
Change origin.
When a changeset diff is generated, two MethodChanges that
represent the same method (code is the same) might differ only in
category/ Such changes are transformed to MethodCategoruChanges.
In that case, origin keeps the reference to original MethodChange.
[instance variables:]
origin <MethodChange> Change that cause this category
change to be created. See comment.
Class protocol:instance creationInstance protocol:accessing
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:09:26 GMT
|