|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in edu.vub.at.objects.natives used by edu.vub.at | |
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATText
The native implementation of an AmbientTalk text string. |
|
SAFLobby
SAFLobby initializes the lobby namespace with a slot for each directory in the object path. |
|
SAFWorkingDirectory
SAFWorkingDirectory initialises the field "~" to the current directory, allowing a file to refer to its peers using a relative id. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.actors | |
NATTable
The native implementation of an AmbientTalk table. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.actors.natives | |
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATByRef
This class is the abstract superclass of all AT/2 objects that require by-reference parameter passing semantics when passed between actors. |
|
NATCallframe
NATCallframe is a native implementation of a callframe. |
|
NATMessage
Instances of the class NATMessage represent first-class messages. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.actors.net | |
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.eval | |
NATObject
Native implementation of a default ambienttalk object. |
|
NATTable
The native implementation of an AmbientTalk table. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects | |
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects.coercion | |
NATBoolean
NATBoolean is simply a container class for ambienttalk booleans. |
|
NATException
Instances of the class NATException provide a AmbientTalk representation for the default instances of all InterpreterExceptions. |
|
NATFraction
The native implementation of an AmbientTalk fraction. |
|
NATNumber
The native implementation of an AmbientTalk number. |
|
NATNumeric
A common superclass of both numbers and fractions to factor out common base-level behaviour. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATStripe
The native implementation of AmbientTalk stripe objects. |
|
NATTable
The native implementation of an AmbientTalk table. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects.mirrors | |
FieldMap
Instances of this class implement a so-called 'map' for an AmbientTalk object's fields. |
|
MethodDictionary
Instances of this class implement a dictionary mapping selectors to AmbientTalk methods. |
|
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATByRef
This class is the abstract superclass of all AT/2 objects that require by-reference parameter passing semantics when passed between actors. |
|
NATCallframe
NATCallframe is a native implementation of a callframe. |
|
NATClosure
A NATClosure instance represents a first-class AmbientTalk closure. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects.natives | |
FieldMap
Instances of this class implement a so-called 'map' for an AmbientTalk object's fields. |
|
MethodDictionary
Instances of this class implement a dictionary mapping selectors to AmbientTalk methods. |
|
NATBoolean
NATBoolean is simply a container class for ambienttalk booleans. |
|
NATBoolean.NATFalse
|
|
NATBoolean.NATTrue
|
|
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATByRef
This class is the abstract superclass of all AT/2 objects that require by-reference parameter passing semantics when passed between actors. |
|
NATCallframe
NATCallframe is a native implementation of a callframe. |
|
NATException
Instances of the class NATException provide a AmbientTalk representation for the default instances of all InterpreterExceptions. |
|
NATFraction
The native implementation of an AmbientTalk fraction. |
|
NATMessage
Instances of the class NATMessage represent first-class messages. |
|
NATNamespace
Instances of the class NATNamespace represent namespace objects. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATNumber
The native implementation of an AmbientTalk number. |
|
NATNumeric
A common superclass of both numbers and fractions to factor out common base-level behaviour. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATStripe
The native implementation of AmbientTalk stripe objects. |
|
NATStripe.OBJRootStripe
The root stripe of the stripe hierarchy: every stripe eventually has this stripe as its parent. |
|
NATTable
The native implementation of an AmbientTalk table. |
|
NATText
The native implementation of an AmbientTalk text string. |
|
OBJLexicalRoot
An instance of the class OBJLexicalRoot represents the lexical root of an actor. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects.natives.grammar | |
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATContext
NATContext is a purely functional implementation of the ATContext interface. |
|
NATMethod
NATMethod implements methods as named functions which are in fact simply containers for a name, a table of arguments and a body. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATNumber
The native implementation of an AmbientTalk number. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATTable
The native implementation of an AmbientTalk table. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.objects.symbiosis | |
FieldMap
Instances of this class implement a so-called 'map' for an AmbientTalk object's fields. |
|
MethodDictionary
Instances of this class implement a dictionary mapping selectors to AmbientTalk methods. |
|
NATByRef
This class is the abstract superclass of all AT/2 objects that require by-reference parameter passing semantics when passed between actors. |
|
NATCallframe
NATCallframe is a native implementation of a callframe. |
|
NATClosure
A NATClosure instance represents a first-class AmbientTalk closure. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATObject
Native implementation of a default ambienttalk object. |
|
NATText
The native implementation of an AmbientTalk text string. |
Classes in edu.vub.at.objects.natives used by edu.vub.at.parser | |
NATByCopy
This class is the abstract superclass of all AT/2 object types which should be passed by copy when passed as a parameter between actors. |
|
NATNil
NATNil implements default semantics for all test and conversion methods. |
|
NATText
The native implementation of an AmbientTalk text string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |