Object <- CaseConverter |
|
|
ConvertToUppercase |
Class CaseConverter defines no new attributes.
Fields
No fields are defined by CaseConverter or any of its superclasses.
Instance template
Class CaseConverter cannot be instantiated.
Class definition
Define Class CaseConverter; inherits from Object; abstract; operation ConvertToUppercase(source: HasText; initialOnly: Boolean): Text, noMethod; // converts source to uppercase form // if initialOnly, converts only the initial character(s) end class;