eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::MethodCategoryList::MissingMethod':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: MissingMethod (private in MethodCategoryList

This class is only visible from within MethodCategoryList.

Inheritance:

   Object
   |
   +--ExecutableFunction
      |
      +--CompiledCode
         |
         +--Method
            |
            +--Tools::MethodCategoryList::MissingMethod
               |
               +--Tools::MethodCategoryList::MethodStubForTestResult

Package:
stx:libtool
Category:
Interface-Browsers-New
Owner:
Tools::MethodCategoryList

Class protocol:

instance creation
o  mclass: aClass selector: aSelector


Instance protocol:

accessing
o  containingClass
Save mclass here as Method>>containingClass clobbers it!

o  mclass
use #containgClass - marked as obsolete by Stefan Vogel at 25-Mai-2023

** This is an obsolete interface - do not use it (it may vanish in future versions) **

o  mclass: aClass

o  mclass: aClass selector: aSelector

o  selector

o  selector: something

o  source
(comment from inherited method)
return the sourcestring for the receiver.
Return nil, if we do not know the source.

printing & storing
o  printStringForBrowserWithSelector: selector inClass: aClass
(comment from inherited method)
return a printString to represent myself to the user in a browser.
Defined here to allow for browsers to deal with nonStandard pseudoMethods

queries
o  isSynthetic

o  who
| ret savedMclass |

Usage example(s):

"/ Save mclass here as Method>>who clobbers it!

Usage example(s):

ret := super who



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 04:08:26 GMT