#include <ActivationFrame.hpp>
Public Member Functions | |
NativeActivationFrame (RexxActivity *a, RexxNativeActivation *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 | |
RexxNativeActivation * | activation |
Protected Attributes inherited from ActivationFrame | |
ActivationFrame * | next |
RexxActivity * | activity |
Definition at line 101 of file ActivationFrame.hpp.
|
inline |
Definition at line 104 of file ActivationFrame.hpp.
|
overridevirtual |
Implements ActivationFrame.
Definition at line 82 of file ActivationFrame.cpp.
References activation, and RexxNativeActivation::createStackFrame().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 94 of file ActivationFrame.cpp.
References activation, and RexxNativeActivation::getSourceObject().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 72 of file ActivationFrame.cpp.
References activation, and RexxNativeActivation::getMessageName().
|
overridevirtual |
Implements ActivationFrame.
Definition at line 77 of file ActivationFrame.cpp.
References activation, and RexxActivationBase::getExecutableObject().
|
protected |
Definition at line 115 of file ActivationFrame.hpp.
Referenced by createStackFrame(), getSource(), messageName(), and method().