A B C D E F G H I J K L M N O P R S T U V W X Y Z _

U

unittest_ - Variable in class edu.vub.at.AmbientTalkTestCase
 
unpack() - Method in class edu.vub.at.actors.natives.Packet
 
unqExp_ - Variable in class edu.vub.at.objects.natives.grammar.AGUnquote
 
unquotation_ - Variable in class edu.vub.at.exceptions.XIllegalUnquote
 
unsetFlag(byte) - Method in class edu.vub.at.objects.natives.NATObject
 
upBaseFieldAccessSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "base_get".
upBaseFieldMutationSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "base_set".
upBaseLevelSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into a Java-level selector prefixed with base_.
upExceptionCreation(InterpreterException, ATTable) - Static method in class edu.vub.at.objects.mirrors.Reflection
 
upFieldAssignment(ATObject, String, ATObject) - Static method in class edu.vub.at.objects.mirrors.Reflection
upFieldAssignment takes an explicit AmbientTalk field assignment and turns it into an implicitly performed Java field assignment by invoking a mutator method, if such a method exists.
upFieldName(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
A field name "field" passed from the AmbientTalk to the Java level undergoes the following transformations: - the same transformations applicable to upSelector
upFieldSelection(ATObject, String) - Static method in class edu.vub.at.objects.mirrors.Reflection
upFieldSelection takes an explicit AmbientTalk field selection and turns it into an implicitly performed Java selection by invoking a getter method, if such a getter method exists.
upInstanceCreation(ATObject, ATTable) - Static method in class edu.vub.at.objects.mirrors.Reflection
upInstanceCreation takes an explicit AmbientTalk 'new' invocation and turns it into an implicit Java instance creation by calling a constructor.
upInvocation(ATObject, String, ATTable) - Static method in class edu.vub.at.objects.mirrors.Reflection
upInvocation takes an explicit AmbientTalk method invocation and turns it into an implicitly performed Java invocation.
upMagicFieldAccessSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "meta_get".
upMagicFieldMutationSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "meta_set".
upMagicLevelSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into a Java-level selector prefixed with magic_.
upMetaFieldAccessSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "meta_get".
upMetaFieldMutationSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into an equivalent Java selector uppercased and prefixed with "meta_set".
upMetaLevelSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
Transforms an AmbientTalk selector into a Java-level selector prefixed with meta_.
upMethodSelection(ATObject, String, ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
upMethodSelection takes an explicit AmbientTalk field selection and checks whether a Java method exists that matches the selector.
upObject(ATObject) - Static method in class edu.vub.at.objects.mirrors.Reflection
Pass an AmbientTalk base-level object to the meta-level
upRespondsTo(ATObject, String) - Static method in class edu.vub.at.objects.mirrors.Reflection
upRespondsTo transforms an explicit AmbientTalk respondsTo meta-level request into an implicit check whether the given jRcvr java object has a method corresponding to the given selector, prefixed with base_
upSelector(ATSymbol) - Static method in class edu.vub.at.objects.mirrors.Reflection
A selector passed from the AmbientTalk to the Java level undergoes the following transformations: - any colons (:) are replaced by underscores (_) - any operator symbol is replaced by _op{code}_ where code is generated as follows: Operator codes are: + -> pls - -> mns * -> tms / -> div \ -> bsl & -> and !
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDHandshake
 
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDInitRequireServices
 
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDJoinServices
 
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDProvideService
When a remote VM receives the notification, it checks whether any local subscriptions can be matched with the new published service.
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDRequireService
When a connected VM receives a CMDRequireService request, it queries its local publications to see if there is a match.
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.CMDTransmitATMessage
 
uponReceiptBy(ELVirtualMachine, Message) - Method in class edu.vub.at.actors.net.cmd.VMCommand
To be overridden by subclasses to specify the behaviour to execute upon reception and execution of the command object at the recipient VM.
uqsExp_ - Variable in class edu.vub.at.objects.natives.grammar.AGUnquoteSplice
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _