eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SignalSet::SetOfAnySignal':

Home

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

Class: SetOfAnySignal (private in SignalSet

This class is only visible from within SignalSet.

Inheritance:

   Object
   |
   +--Collection
      |
      +--Set
         |
         +--IdentitySet
            |
            +--SignalSet
               |
               +--SignalSet::SetOfAnySignal

Package:
stx:libbasic
Category:
Kernel-Exceptions
Owner:
SignalSet

Class protocol:

instance creation
o  flushSingleton
flushes the cached singleton

usage example(s):

     self flushSingleton

o  new
returns a singleton

o  theOneAndOnlyInstance
returns a singleton


Instance protocol:

blocked methods
o  add: anElement
do not allow to add anything

queries
o  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.

o  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.

o  includes: anExceptionHandler
return true, if the receiver contains the argument, anExceptionHandler.
I, the special SetOfAnySignal include any (non-query) ExceptionHandler.



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 27 Apr 2024 04:36:59 GMT