Squeak Class Documentation category index | class index  
 
MethodHolder
  category: Kernel-ST80 Remnants
  superclass: CodeHolder
  subclasses:

No comment. Sorry.

instance methods
  contents
  contents
contents:notifying:

  menu
  addModelMenuItemsTo:forMorph:hand:

  miscellaneous
  compiledMethod
doItReceiver
identifyScript
methodClass:methodSelector:
versions

  selection
  selectedClass
selectedClassOrMetaClass
selectedMessageCategoryName
selectedMessageName

class methods
  instance creation
  isolatedCodePaneForClass:selector:
makeIsolatedCodePaneForClass:selector:

instance methods
  contents top  
 

contents

Answer the contents, with due respect for my contentsSymbol


 

contents:notifying:


  menu top  
 

addModelMenuItemsTo:forMorph:hand:

The receiver serves as the model for aMorph; a menu is being constructed for the morph, and here the receiver is able to add its own items


  miscellaneous top  
 

compiledMethod


 

doItReceiver

This class's classPool has been jimmied to be the classPool of the class
being browsed. A doIt in the code pane will let the user see the value of
the class variables.


 

identifyScript


 

methodClass:methodSelector:


 

versions

Return a VersionsBrowser (containing a list of ChangeRecords) of older versions of this method.


  selection top  
 

selectedClass

All owners of TextViews are asked this during a doIt


 

selectedClassOrMetaClass


 

selectedMessageCategoryName

Answer the name of the message category of the message of the currently selected context.


 

selectedMessageName


class methods
  instance creation top  
 

isolatedCodePaneForClass:selector:

Answer a MethodMorph on the given class and selector


 

makeIsolatedCodePaneForClass:selector:

Create, and place in the morphic Hand, an isolated code pane bearing source code for the given class and selector