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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:38:57 GMT |