inherits
State supers: State
methods
instance (id) for All object class ConditionClass condition_class message String msg; |
Return a new Condition for the indicated circumstances.
variables
The condition class of the condition indicated by this Condition.
The object by/for which this condition was raised.
The message explaing what actually happened.
Iff TRUE, this condition was raised, otherwise it was signaled.
methods
protected id initFor All o class ConditionClass cc message String msg; |
Undocumented.
void
raise;
|
Raise this condition; guaranteed never to return.
Any signal; |
Signal this condition. If a handler performs a non-local break, this method does not return. If no handler is installed, nil is returned. If a handler returns something different from this condition, signaling is terminated and that value is returned.
OutputStream (s) writeFields OutputStream s; |
Undocumented.
inherits
State supers: Condition
methods
instance (id) for All object class ConditionClass condition_class message String msg selector selector sel; |
Return a new SelectorCondition for the indicated circumstances.
variables
The selector which was sent to the object.
methods
protected id initFor All o class ConditionClass cc message String msg selector selector s; |
Undocumented.
selector
selector;
|
Return the selector, sel.
OutputStream (s) writeFields OutputStream s; |
Undocumented.