Method.st
changeset 5284 37c436edfa71
parent 5277 d457937a69e5
child 5294 f2d689cf7be4
equal deleted inserted replaced
5283:087f89b5e70e 5284:37c436edfa71
  1624      (Object compiledMethodAt:#at:) printOn:Transcript. Transcript cr.
  1624      (Object compiledMethodAt:#at:) printOn:Transcript. Transcript cr.
  1625      (Object compiledMethodAt:#at:) copy printOn:Transcript. Transcript cr.
  1625      (Object compiledMethodAt:#at:) copy printOn:Transcript. Transcript cr.
  1626     "
  1626     "
  1627 
  1627 
  1628     "Modified: 1.11.1996 / 16:25:34 / cg"
  1628     "Modified: 1.11.1996 / 16:25:34 / cg"
  1629 !
       
  1630 
       
  1631 printStringForBrowserWithSelector:selector
       
  1632     "return a printString to represent myself to the user in a browser.
       
  1633      Defined here to allow for browsers to deal with nonStandard pseudoMethods"
       
  1634 
       
  1635     ^ self
       
  1636         printStringForBrowserWithSelector:selector inClass:nil
       
  1637 
       
  1638     "Modified: / 7.2.2000 / 12:57:28 / cg"
       
  1639 !
  1629 !
  1640 
  1630 
  1641 printStringForBrowserWithSelector:selector inClass:aClass
  1631 printStringForBrowserWithSelector:selector inClass:aClass
  1642     "return a printString to represent myself to the user in a browser.
  1632     "return a printString to represent myself to the user in a browser.
  1643      Defined here to allow for browsers to deal with nonStandard pseudoMethods"
  1633      Defined here to allow for browsers to deal with nonStandard pseudoMethods"
  2492 ! !
  2482 ! !
  2493 
  2483 
  2494 !Method class methodsFor:'documentation'!
  2484 !Method class methodsFor:'documentation'!
  2495 
  2485 
  2496 version
  2486 version
  2497     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.183 2000-02-23 10:24:58 cg Exp $'
  2487     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.184 2000-02-29 18:09:04 cg Exp $'
  2498 ! !
  2488 ! !
  2499 Method initialize!
  2489 Method initialize!