ParseActivationFrame Class Reference

#include <ActivationFrame.hpp>

Inheritance diagram for ParseActivationFrame:
[legend]

Public Member Functions

 ParseActivationFrame (RexxActivity *a, RexxSource *s)
 
virtual RexxStringmessageName ()
 
virtual RexxMethodmethod ()
 
virtual StackFrameClasscreateStackFrame ()
 
virtual RexxSourcegetSource ()
 
- 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 131 of file ActivationFrame.hpp.

Constructor & Destructor Documentation

◆ ParseActivationFrame()

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

Definition at line 134 of file ActivationFrame.hpp.

Member Function Documentation

◆ createStackFrame()

StackFrameClass * ParseActivationFrame::createStackFrame ( )
virtual

Implements ActivationFrame.

Definition at line 124 of file ActivationFrame.cpp.

References RexxSource::createStackFrame(), and source.

◆ getSource()

RexxSource * ParseActivationFrame::getSource ( )
virtual

Implements ActivationFrame.

Definition at line 129 of file ActivationFrame.cpp.

References source.

◆ messageName()

RexxString * ParseActivationFrame::messageName ( )
virtual

Implements ActivationFrame.

Definition at line 114 of file ActivationFrame.cpp.

References OREF_NULL.

◆ method()

RexxMethod * ParseActivationFrame::method ( )
virtual

Implements ActivationFrame.

Definition at line 119 of file ActivationFrame.cpp.

References OREF_NULL.

Member Data Documentation

◆ source

RexxSource* ParseActivationFrame::source
protected

Definition at line 142 of file ActivationFrame.hpp.

Referenced by createStackFrame(), and getSource().


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