|
Smalltalk/X WebserverDocumentation of class 'RBStringReplacement': |
|
|
Class: RBStringReplacementInheritance:Object | +--RBStringReplacement
Description:
RBStringReplacement represents replacing source in the original method with a different string.
These are used when reformatting code after a parse tree change has been made.
Depending on the change, it may be possible to minimally change the parse tree without needing to format it.
Instance Variables:
startPosition <Integer> the start position in the original source
stopPosition <Integer> the end position in the original source
string <String> replaces everything from the startPosition to the endPosition with this string
Class protocol:instance creationInstance protocol:accessing initialize-release |
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 06:31:41 GMT
|