![]() |
Smalltalk/X WebserverDocumentation of class 'InlineObject': |
|
Class: InlineObjectInheritance:Object | +--InlineObject | +--InlineObject::InlineObjectPrototype
Description:WARNING: InlineObjects are an experimental feature. InlineObjects are written as literals of the form: #{ fieldName1: value1. fieldName2: value2. ... fieldNameN: valueN. } For example: #{ firstName: 'Peter'. lastName: 'Miller'. age: 25. } #{ date: Date today. time: Time now. } All inlineObjects will be instances of an anonymous subclass of me, and provide getter protocol for their fields (e.g. firstName, lastName and age in the above example. InlineObjects are immutable (no setters). Class protocol:prototype accessInstance protocol:printing & storingPrivate classes:InlineObjectPrototype |
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 11:49:21 GMT
|