ParseActivationFrame Class Reference

#include <ActivationFrame.hpp>

Inheritance diagram for ParseActivationFrame:
[legend]

Public Member Functions

 ParseActivationFrame (RexxActivity *a, RexxSource *s)
 
virtual RexxStringmessageName () override
 
virtual RexxMethodmethod () override
 
virtual StackFrameClasscreateStackFrame () override
 
virtual RexxSourcegetSource () override
 
- Public Member Functions inherited from ActivationFrame
 ActivationFrame (RexxActivity *a)
 
 ~ActivationFrame ()
 

Protected Attributes

RexxSourcesource
 
- Protected Attributes inherited from ActivationFrame
ActivationFramenext
 
RexxActivityactivity
 

Detailed Description

Definition at line 144 of file ActivationFrame.hpp.

Constructor & Destructor Documentation

◆ ParseActivationFrame()

ParseActivationFrame::ParseActivationFrame ( RexxActivity a,
RexxSource s 
)
inline

Definition at line 147 of file ActivationFrame.hpp.

Member Function Documentation

◆ createStackFrame()

StackFrameClass * ParseActivationFrame::createStackFrame ( )
overridevirtual

Implements ActivationFrame.

Definition at line 145 of file ActivationFrame.cpp.

References RexxSource::createStackFrame(), and source.

◆ getSource()

RexxSource * ParseActivationFrame::getSource ( )
overridevirtual

Implements ActivationFrame.

Definition at line 150 of file ActivationFrame.cpp.

References source.

◆ messageName()

RexxString * ParseActivationFrame::messageName ( )
overridevirtual

Implements ActivationFrame.

Definition at line 135 of file ActivationFrame.cpp.

References OREF_NULL.

◆ method()

RexxMethod * ParseActivationFrame::method ( )
overridevirtual

Implements ActivationFrame.

Definition at line 140 of file ActivationFrame.cpp.

References OREF_NULL.

Member Data Documentation

◆ source

RexxSource* ParseActivationFrame::source
protected

Definition at line 158 of file ActivationFrame.hpp.

Referenced by createStackFrame(), and getSource().


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