Objectclass | systype.h[37], misc.t[1743], reflect.t[235] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Modified in misc.t[1743]:
Add some methods to the base Object that make it *somewhat* interchangeable with lists and vectors. Certain operations that are normally specific to the collection types have obvious degenerations for the singleton case. In particular, a singleton can be thought of as a collection consisting of one value, so operations that iterate over a collection degenerate to one iteration on a singleton.
Modified in reflect.t[235]:
Modify the basic Object class to provide a to-symbol mapping
intrinsic class
Object :
Object
BigNumber
ByteArray
CharacterSet
Collection
List
LookupTable
WeakRefLookupTable
Vector
AnonFuncPtr
Date
Dictionary
File
FileName
GrammarProd
HTTPRequest
HTTPServer
IntrinsicClass
Iterator
IndexedIterator
LookupTableIterator
RexPattern
String
StringComparator
TadsObject
TemporaryFile
TimeZone
callInherited
createIterator
createLiveIterator
forEach
getPropList
getPropParams
getSuperclassList
isClass
isTransient
mapAll
ofKind
propDefined
propInherited
propType
valToSymbol
callInherited (cl, prop, [args]) | misc.t[1780] |
createIterator ( ) | misc.t[1757] |
createLiveIterator ( ) | misc.t[1767] |
forEach (func) | misc.t[1751] |
getPropList ( ) | systype.h[60] |
getPropParams (prop) | systype.h[70] |
getSuperclassList ( ) | systype.h[46] |
isClass ( ) | systype.h[76] |
isTransient ( ) | systype.h[87] |
mapAll (func) | misc.t[1745] |
ofKind (cls) | systype.h[43] |
propDefined (prop, flags?) | systype.h[49] |
propInherited (prop, origTargetObj, definingObj, flags?) | systype.h[84] |
propType (prop) | systype.h[52] |
valToSymbol ( ) | reflect.t[236] |