#include <ActivationFrame.hpp>
Public Member Functions | |
| ParseActivationFrame (RexxActivity *a, RexxSource *s) | |
| 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 | |
| RexxSource * | source |
Protected Attributes inherited from ActivationFrame | |
| ActivationFrame * | next |
| RexxActivity * | activity |
Definition at line 144 of file ActivationFrame.hpp.
|
inline |
Definition at line 147 of file ActivationFrame.hpp.
|
overridevirtual |
Implements ActivationFrame.
Definition at line 145 of file ActivationFrame.cpp.
References RexxSource::createStackFrame(), and source.
|
overridevirtual |
|
overridevirtual |
Implements ActivationFrame.
Definition at line 135 of file ActivationFrame.cpp.
References OREF_NULL.
|
overridevirtual |
Implements ActivationFrame.
Definition at line 140 of file ActivationFrame.cpp.
References OREF_NULL.
|
protected |
Definition at line 158 of file ActivationFrame.hpp.
Referenced by createStackFrame(), and getSource().