<div dir="ltr"><div>See my replies in-line below.</div><div><br></div><div dir="ltr">On Sun, Jul 14, 2024 at 4:06 PM Stephen Travis Pope <<a href="mailto:stephen@heaveneverywhere.com">stephen@heaveneverywhere.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="line-break:after-white-space"><div><br></div>See notes in-line<div><div><blockquote type="cite"><div>On Jul 14, 2024, at 2:02 PM, Mark Volkmann via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>> wrote:</div><br><div><div dir="ltr">Are the following statements all true?<div><br></div><div>- Instance methods are associated with a class.</div><div>- Class methods are associated with the metaclass instance of a class.</div><div>- Each class holds a reference to a Dictionary that is used to map message selectors to instance method implementations.</div><div>- Each metaclass instance holds a reference to a Dictionary that is used to map message selectors to class method implementations.</div><div>- It is not possible to view the code for a metaclass (subclass of Metaclass)  in a System Browser.</div></div></div></blockquote>Wrong: The browser has a class/instance switch with which you can switch between viewing instance and class methods.</div></div></div></blockquote><div><br></div><div>Thanks! I momentarily forgot that the instance methods of a metaclass are the class methods of a class.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="line-break:after-white-space"><div><div><blockquote type="cite"><div><div dir="ltr"><div>- The method lookup dictionaries cannot be inspected or explored.</div></div></div></blockquote>They can, but it’s not recommended</div></div></div></blockquote><div><br></div><div>How can I do that? I don't plan to modify them directly, but I'd like to examine them to solidify my understanding of how method lookup works.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="line-break:after-white-space"><div><div><blockquote type="cite"><div><div dir="ltr"><div>- It is not possible to use the debugger to step through the method lookup process.</div></div></div></blockquote>True</div></div></div></blockquote></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div>