Uses of Class
edu.vub.at.objects.mirrors.NATIntercessiveMirror

Packages that use NATIntercessiveMirror
edu.vub.at.objects.mirrors   
edu.vub.at.objects.natives   
 

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

Fields in edu.vub.at.objects.mirrors declared as NATIntercessiveMirror
protected  NATIntercessiveMirror NATMirage.mirror_
           
 

Methods in edu.vub.at.objects.mirrors that return NATIntercessiveMirror
(package private)  NATIntercessiveMirror NATMirage.getMirror()
           
 NATIntercessiveMirror NATIntercessiveMirror.magic_clone()
           
 

Methods in edu.vub.at.objects.mirrors with parameters of type NATIntercessiveMirror
 ATNil NATMirage.magic_setMirror(NATIntercessiveMirror mirror)
           
 

Constructors in edu.vub.at.objects.mirrors with parameters of type NATIntercessiveMirror
NATMirage(NATIntercessiveMirror mirror)
           
NATMirage(ATObject lexicalParent, NATIntercessiveMirror mirror)
           
NATMirage(ATObject dynamicParent, ATObject lexicalParent, NATIntercessiveMirror mirror, boolean parentType)
           
NATMirage(FieldMap map, java.util.Vector state, java.util.LinkedList customFields, MethodDictionary methodDict, ATObject dynamicParent, ATObject lexicalParent, byte flags, ATStripe[] stripes, NATIntercessiveMirror mirror)
          Constructs a new ambienttalk mirage as a clone of an existing one.
NATIntercessiveMirror(NATIntercessiveMirror dynamicParent, ATObject lexicalParent, boolean parentType)
          Constructs a new ambienttalk mirror based on a set of parent pointers.
 

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

Methods in edu.vub.at.objects.natives with parameters of type NATIntercessiveMirror
 ATObject OBJLexicalRoot.base_object_mirroredBy_(ATClosure code, NATIntercessiveMirror mirror)
          object: { code } mirroredBy: mirror => return an object mirage initialized with code
 ATObject OBJLexicalRoot.base_extend_with_mirroredBy_(ATObject parent, ATClosure code, NATIntercessiveMirror mirror)
           
 ATObject OBJLexicalRoot.base_share_with_mirroredBy_(ATObject parent, ATClosure code, NATIntercessiveMirror mirror)