Uses of Interface
edu.vub.at.objects.ATMirror

Packages that use ATMirror
edu.vub.at.objects.coercion   
edu.vub.at.objects.mirrors   
edu.vub.at.objects.natives   
 

Uses of ATMirror in edu.vub.at.objects.coercion
 

Methods in edu.vub.at.objects.coercion that return ATMirror
 ATMirror ATConversions.base_asMirror()
           
 

Uses of ATMirror in edu.vub.at.objects.mirrors
 

Classes in edu.vub.at.objects.mirrors that implement ATMirror
 class NATIntercessiveMirror
          NATIntercessiveMirror extends the default NATIntrospectiveMirror to also allow programmers to supply their own code for the meta-operations defined on an object.
 class NATIntrospectiveMirror
          NATIntrospectiveMirror is a default mirror to represent an ambienttalk object which is capable of offering the java meta-interface of any language value at the ambienttalk level.
 

Methods in edu.vub.at.objects.mirrors that return ATMirror
 ATMirror NATMirage.base_asMirror()
           
static ATMirror NATIntrospectiveMirror.atValue(ATObject objectRepresentation)
          Return a mirror on the given native or custom AmbientTalk object.
 ATMirror NATIntrospectiveMirror.base_asMirror()
           
 ATMirror NATIntercessiveMirror.base_asMirror()
           
 

Uses of ATMirror in edu.vub.at.objects.natives
 

Methods in edu.vub.at.objects.natives that return ATMirror
 ATMirror NATObject.base_asMirror()
           
 ATMirror NATNil.base_asMirror()