|
Class: SetOfAnySignal (private in SignalSet
This class is only visible from within
SignalSet.
Object
|
+--Collection
|
+--Set
|
+--IdentitySet
|
+--SignalSet
|
+--SignalSet::SetOfAnySignal
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions
- Owner:
- SignalSet
instance creation
-
flushSingleton
-
flushes the cached singleton
Usage example(s):
-
new
-
returns a singleton
-
theOneAndOnlyInstance
-
returns a singleton
blocked methods
-
add: anElement
-
do not allow to add anything
queries
-
accepts: aSignalOrExceptionClass
-
return true, if the receiver accepts the argument, aSignal.
(i.e. if any of the receiver's elements is aSignal or a parent of it).
False otherwise. I, the special SetOfAnySignal accepts any (non-query) signal.
-
handles: anException
-
return true, if the receiver handles the argument, anException.
(i.e. if any of the receiver's elements handles anException).
I, the special SetOfAnySignal handle any (non-query) signal.
-
includes: anExceptionHandler
-
return true, if the receiver contains the argument, anExceptionHandler.
I, the special SetOfAnySignal include any (non-query) ExceptionHandler.
|