Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Naming conventions for the module analysis methods
Last updated at 9:12 am UTC on 2 May 2002
aModule deepIncomingRefsFromOutside: aModule2
look for all the refs to aModule from anywhere in the image, ignoring refs from module2 and all its submodules.

Example

Module @ #(Squeak Morphic Demo) 
    deepIncomingRefsFromOutside: 
        Module @ #(Squeak Morphic)