|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedActorField | |
edu.vub.at.actors.natives | |
edu.vub.at.objects.natives |
Uses of SharedActorField in edu.vub.at.actors.natives |
Fields in edu.vub.at.actors.natives declared as SharedActorField | |
private SharedActorField[] |
ELVirtualMachine.sharedFields_
startup parameter to the VM: the list of fields to be initialized in every hosted actor |
Methods in edu.vub.at.actors.natives that return SharedActorField | |
SharedActorField[] |
ELVirtualMachine.getFieldsToInitialize()
|
Constructors in edu.vub.at.actors.natives with parameters of type SharedActorField | |
ELVirtualMachine(ATAbstractGrammar initCode,
SharedActorField[] fields)
|
Uses of SharedActorField in edu.vub.at.objects.natives |
Subclasses of SharedActorField in edu.vub.at.objects.natives | |
class |
SAFLobby
SAFLobby initializes the lobby namespace with a slot for each directory in the object path. |
class |
SAFSystem
SAFSystem initialises the "system" field with an object which provides access to the input and output streams of IAT. |
class |
SAFWorkingDirectory
SAFWorkingDirectory initialises the field "~" to the current directory, allowing a file to refer to its peers using a relative id. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |