ActivationFrame Class Referenceabstract

#include <ActivationFrame.hpp>

Inheritance diagram for ActivationFrame:
[legend]

Public Member Functions

 ActivationFrame (RexxActivity *a)
 
 ~ActivationFrame ()
 
virtual RexxStringmessageName ()=0
 
virtual RexxMethodmethod ()=0
 
virtual StackFrameClasscreateStackFrame ()=0
 
virtual RexxSourcegetSource ()=0
 

Protected Attributes

ActivationFramenext
 
RexxActivityactivity
 

Friends

class RexxActivity
 

Detailed Description

Definition at line 49 of file ActivationFrame.hpp.

Constructor & Destructor Documentation

◆ ActivationFrame()

ActivationFrame::ActivationFrame ( RexxActivity a)
inline

Definition at line 53 of file ActivationFrame.hpp.

References RexxActivity::activationFrames, activity, and next.

◆ ~ActivationFrame()

ActivationFrame::~ActivationFrame ( )
inline

Definition at line 62 of file ActivationFrame.hpp.

References RexxActivity::activationFrames, activity, and next.

Member Function Documentation

◆ createStackFrame()

◆ getSource()

virtual RexxSource* ActivationFrame::getSource ( )
pure virtual

◆ messageName()

virtual RexxString* ActivationFrame::messageName ( )
pure virtual

◆ method()

virtual RexxMethod* ActivationFrame::method ( )
pure virtual

Friends And Related Function Documentation

◆ RexxActivity

friend class RexxActivity
friend

Definition at line 51 of file ActivationFrame.hpp.

Member Data Documentation

◆ activity

RexxActivity* ActivationFrame::activity
protected

◆ next


The documentation for this class was generated from the following file: