#include <ActivationFrame.hpp>
Public Member Functions | |
| RexxActivationFrame (RexxActivity *a, RexxActivation *context) | |
| virtual RexxString * | messageName () override |
| virtual RexxMethod * | method () override |
| virtual StackFrameClass * | createStackFrame () override |
| virtual RexxSource * | getSource () override |
Public Member Functions inherited from ActivationFrame | |
| ActivationFrame (RexxActivity *a) | |
| ~ActivationFrame () | |
Protected Attributes | |
| RexxActivation * | activation |
Protected Attributes inherited from ActivationFrame | |
| ActivationFrame * | next |
| RexxActivity * | activity |
Definition at line 83 of file ActivationFrame.hpp.
|
inline |
Definition at line 86 of file ActivationFrame.hpp.
|
overridevirtual |
Implements ActivationFrame.
Definition at line 55 of file ActivationFrame.cpp.
References activation, and RexxActivation::createStackFrame().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 67 of file ActivationFrame.cpp.
References activation, and RexxActivation::getEffectiveSourceObject().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 45 of file ActivationFrame.cpp.
References activation, and RexxActivation::getMessageName().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 50 of file ActivationFrame.cpp.
References activation, and RexxActivationBase::getExecutableObject().
|
protected |
Definition at line 97 of file ActivationFrame.hpp.
Referenced by createStackFrame(), getSource(), messageName(), and method().