|
Class: MissingMethod (private in MethodCategoryList
This class is only visible from within
MethodCategoryList.
Object
|
+--ExecutableFunction
|
+--CompiledCode
|
+--Method
|
+--Tools::MethodCategoryList::MissingMethod
|
+--Tools::MethodCategoryList::MethodStubForTestResult
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Owner:
- Tools::MethodCategoryList
instance creation
-
mclass: aClass selector: aSelector
-
accessing
-
containingClass
-
Save mclass here as Method>>containingClass clobbers it!
-
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) **
-
mclass: aClass
-
-
mclass: aClass selector: aSelector
-
-
selector
-
-
selector: something
-
-
source
-
(comment from inherited method)
return the sourcestring for the receiver.
Return nil, if we do not know the source.
printing & storing
-
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
-
isSynthetic
-
-
who
-
| ret savedMclass |
Usage example(s):
"/ Save mclass here as Method>>who clobbers it!
|
Usage example(s):
|