#include <ActivationFrame.hpp>
Public Member Functions | |
ActivationFrame (RexxActivity *a) | |
~ActivationFrame () | |
virtual RexxString * | messageName ()=0 |
virtual RexxMethod * | method ()=0 |
virtual StackFrameClass * | createStackFrame ()=0 |
virtual RexxSource * | getSource ()=0 |
Protected Attributes | |
ActivationFrame * | next |
RexxActivity * | activity |
Friends | |
class | RexxActivity |
Definition at line 49 of file ActivationFrame.hpp.
|
inline |
Definition at line 53 of file ActivationFrame.hpp.
References RexxActivity::activationFrames, activity, and next.
|
inline |
Definition at line 62 of file ActivationFrame.hpp.
References RexxActivity::activationFrames, activity, and next.
|
pure virtual |
Implemented in RexxActivationFrame, NativeActivationFrame, InternalActivationFrame, and ParseActivationFrame.
Referenced by RexxActivity::generateProgramInformation(), and RexxActivity::generateStackFrames().
|
pure virtual |
Implemented in RexxActivationFrame, NativeActivationFrame, InternalActivationFrame, and ParseActivationFrame.
Referenced by RexxActivity::generateProgramInformation().
|
pure virtual |
Implemented in RexxActivationFrame, NativeActivationFrame, InternalActivationFrame, and ParseActivationFrame.
Referenced by RexxActivity::getLastMessageName().
|
pure virtual |
Implemented in RexxActivationFrame, NativeActivationFrame, InternalActivationFrame, and ParseActivationFrame.
Referenced by RexxActivity::getLastMethod().
|
friend |
Definition at line 51 of file ActivationFrame.hpp.
|
protected |
Definition at line 79 of file ActivationFrame.hpp.
Referenced by ActivationFrame(), InternalActivationFrame::createStackFrame(), and ~ActivationFrame().
|
protected |
Definition at line 78 of file ActivationFrame.hpp.
Referenced by ActivationFrame(), RexxActivity::generateProgramInformation(), RexxActivity::generateStackFrames(), and ~ActivationFrame().