ooRexx
4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
![]() ![]() |
#include <RexxNativeCode.hpp>
Protected Attributes | |
RexxRoutineHandler * | entry |
![]() | |
RexxString * | package |
RexxString * | name |
RexxSource * | source |
Additional Inherited Members | |
![]() | |
static size_t | getObjectHeaderSize () |
![]() | |
ObjectHeader | header |
RexxBehaviour * | behaviour |
![]() | |
virtual | ~RexxVirtualBase () |
virtual void | baseVirtual () |
Definition at line 130 of file RexxNativeCode.hpp.
|
inline |
Definition at line 141 of file RexxNativeCode.hpp.
|
inline |
Definition at line 142 of file RexxNativeCode.hpp.
|
inline |
Definition at line 143 of file RexxNativeCode.hpp.
|
virtual |
Run a method call (vs a straight program call).
activity | The current activity. |
functionName | The name of the message used to invoke the method. |
count | The count of arguments. |
argPtr | The pointer to the arguments. |
result | The protected object used to return the result. |
Implements RexxRoutine.
Definition at line 339 of file RexxNativeCode.cpp.
References RexxNativeActivation::callRegisteredRoutine(), entry, RexxNativeCode::name, ActivityManager::newNativeActivation(), RexxNativeCode::package, RexxActivity::pushStackFrame(), and PackageManager::resolveRegisteredRoutineEntry().
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 240 of file RexxNativeCode.cpp.
References cleanUpFlatten, RexxNativeCode::flatten(), and setUpFlatten.
|
inline |
Definition at line 147 of file RexxNativeCode.hpp.
References entry.
Referenced by RexxNativeActivation::callRegisteredRoutine().
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 226 of file RexxNativeCode.cpp.
References entry, RexxNativeCode::liveGeneral(), and SAVINGIMAGE.
|
inline |
Definition at line 135 of file RexxNativeCode.hpp.
|
inline |
Definition at line 136 of file RexxNativeCode.hpp.
void * RegisteredRoutine::operator new | ( | size_t | size | ) |
Definition at line 356 of file RexxNativeCode.cpp.
References new_object(), and T_RegisteredRoutine.
|
inline |
Definition at line 133 of file RexxNativeCode.hpp.
|
protected |
Definition at line 150 of file RexxNativeCode.hpp.
Referenced by call(), getEntry(), and liveGeneral().