InternalActivationFrame Class Reference

#include <ActivationFrame.hpp>

Inheritance diagram for InternalActivationFrame:
[legend]

Public Member Functions

 InternalActivationFrame (RexxActivity *a, RexxString *n, RexxObject *t, RexxMethod *m, RexxObject **args, size_t c, size_t nc)
 
virtual RexxStringmessageName ()
 
virtual RexxMethodmethod ()
 
virtual StackFrameClasscreateStackFrame ()
 
virtual RexxSourcegetSource ()
 
- Public Member Functions inherited from ActivationFrame
 ActivationFrame (RexxActivity *a)
 
 ~ActivationFrame ()
 

Protected Attributes

RexxStringname
 
RexxMethodframeMethod
 
RexxObjecttarget
 
RexxObject ** argPtr
 
size_t count
 
size_t named_count
 
- Protected Attributes inherited from ActivationFrame
ActivationFramenext
 
RexxActivityactivity
 

Detailed Description

Definition at line 110 of file ActivationFrame.hpp.

Constructor & Destructor Documentation

◆ InternalActivationFrame()

InternalActivationFrame::InternalActivationFrame ( RexxActivity a,
RexxString n,
RexxObject t,
RexxMethod m,
RexxObject **  args,
size_t  c,
size_t  nc 
)
inline

Definition at line 113 of file ActivationFrame.hpp.

Member Function Documentation

◆ createStackFrame()

◆ getSource()

RexxSource * InternalActivationFrame::getSource ( )
virtual

Implements ActivationFrame.

Definition at line 109 of file ActivationFrame.cpp.

References OREF_NULL.

◆ messageName()

RexxString * InternalActivationFrame::messageName ( )
virtual

Implements ActivationFrame.

Definition at line 85 of file ActivationFrame.cpp.

References name.

◆ method()

RexxMethod * InternalActivationFrame::method ( )
virtual

Implements ActivationFrame.

Definition at line 90 of file ActivationFrame.cpp.

References frameMethod.

Member Data Documentation

◆ argPtr

RexxObject** InternalActivationFrame::argPtr
protected

Definition at line 125 of file ActivationFrame.hpp.

Referenced by createStackFrame().

◆ count

size_t InternalActivationFrame::count
protected

Definition at line 126 of file ActivationFrame.hpp.

Referenced by createStackFrame().

◆ frameMethod

RexxMethod* InternalActivationFrame::frameMethod
protected

Definition at line 123 of file ActivationFrame.hpp.

Referenced by createStackFrame(), and method().

◆ name

RexxString* InternalActivationFrame::name
protected

Definition at line 122 of file ActivationFrame.hpp.

Referenced by createStackFrame(), and messageName().

◆ named_count

size_t InternalActivationFrame::named_count
protected

Definition at line 127 of file ActivationFrame.hpp.

◆ target

RexxObject* InternalActivationFrame::target
protected

Definition at line 124 of file ActivationFrame.hpp.

Referenced by createStackFrame().


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