eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'InlineObject':

Home

everywhere
www.exept.de
for:
[back]

Class: InlineObject


Inheritance:

   Object
   |
   +--InlineObject
      |
      +--InlineObjectPrototype

Package:
stx:libbasic
Category:
Programming-Support
Version:
rev: 1.3 date: 2009/09/11 13:05:01
user: cg
file: InlineObject.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


WARNING: InlineObjects are an experimental feature.

All inlineObjects will be instances of an anonymous subclass of me.
InlineObjects are written as literals of the form:

#{ 
    filedName1: value1.
    filedName2: value2.
    ...
    filedNameN: valueN.
}

For example:

#{ 
    firstName: 'Peter'.
    lastName: 'Miller'.
    age: 25.
}
    


Instance protocol:

printing & storing
o  storeOn: aStream



ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 18:08:29 GMT