#include <UninitDispatcher.hpp>
Public Member Functions | |
UninitDispatcher (RexxObject *t) | |
virtual | ~UninitDispatcher () |
virtual void | run () |
virtual void | handleError (wholenumber_t, RexxDirectory *) |
virtual void | handleError (RexxDirectory *) |
Public Member Functions inherited from TrappingDispatcher | |
TrappingDispatcher () | |
virtual | ~TrappingDispatcher () |
void | setContext (RexxActivity *act, RexxNativeActivation *a) |
Protected Attributes | |
RexxObject * | target |
Protected Attributes inherited from TrappingDispatcher | |
RexxActivity * | activity |
RexxNativeActivation * | activation |
RexxDirectory * | conditionData |
Additional Inherited Members | |
Public Attributes inherited from TrappingDispatcher | |
wholenumber_t | rc |
Definition at line 52 of file UninitDispatcher.hpp.
|
inline |
Definition at line 55 of file UninitDispatcher.hpp.
|
inlinevirtual |
Definition at line 56 of file UninitDispatcher.hpp.
|
virtual |
handler for any error conditions. This just swallows the error.
c | The condition information for the error. |
Reimplemented from TrappingDispatcher.
Definition at line 77 of file UninitDispatcher.cpp.
References TrappingDispatcher::activation, and RexxNativeActivation::clearException().
|
virtual |
handler for any error conditions. This just swallows the error.
c | The condition information for the error. |
Reimplemented from TrappingDispatcher.
Definition at line 64 of file UninitDispatcher.cpp.
References TrappingDispatcher::activation, and RexxNativeActivation::clearException().
|
virtual |
Just invoke the uninit method on the object with appropriate error condition handling.
Reimplemented from TrappingDispatcher.
Definition at line 52 of file UninitDispatcher.cpp.
References target, and RexxObject::uninit().
|
protected |
Definition at line 63 of file UninitDispatcher.hpp.
Referenced by run().