#include <CPPCode.hpp>
Protected Attributes | |
RexxSource * | source |
Additional Inherited Members | |
Static Public Member Functions inherited from RexxInternalObject | |
static size_t | getObjectHeaderSize () |
Public Attributes inherited from RexxInternalObject | |
ObjectHeader | header |
RexxBehaviour * | behaviour |
Protected Member Functions inherited from RexxVirtualBase | |
virtual | ~RexxVirtualBase () |
virtual void | baseVirtual () |
Class for a constant retriever method
Definition at line 146 of file CPPCode.hpp.
|
inline |
Definition at line 153 of file CPPCode.hpp.
|
inline |
Definition at line 154 of file CPPCode.hpp.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 514 of file CPPCode.cpp.
References cleanUpFlatten, flatten_reference, and setUpFlatten.
|
inlinevirtual |
Retrieve the source object associated with a code object.
Reimplemented from BaseCode.
Definition at line 161 of file CPPCode.hpp.
References source.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 493 of file CPPCode.cpp.
References memory_mark, and source.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 501 of file CPPCode.cpp.
References memory_mark_general, SAVINGIMAGE, RexxInternalObject::setInRexxPackage(), and source.
|
inline |
Definition at line 151 of file CPPCode.hpp.
|
inline |
Definition at line 152 of file CPPCode.hpp.
|
inline |
Definition at line 150 of file CPPCode.hpp.
void * AbstractCode::operator new | ( | size_t | size | ) |
Allocate a new abstract code object.
size | the allocation size. |
Definition at line 487 of file CPPCode.cpp.
References new_object(), and T_AbstractCode.
|
virtual |
Execute a constant get operation
activity | The current activity. |
method | The method we're invoking. |
receiver | The receiver object. |
messageName | The name of the message used to invoke the method. |
argPtr | The pointer to the arguments. |
count | The argument count. |
result | The returned result. |
Reimplemented from BaseCode.
Definition at line 539 of file CPPCode.cpp.
References Error_Incorrect_method_abstract, and reportException().
|
inlinevirtual |
Set a source object into a code context. The default implementation is just to return the same object without setting a source. This is used mostly for attaching a source context to native code methods and routines defined on directives.
s | The new source object. |
Reimplemented from BaseCode.
Definition at line 160 of file CPPCode.hpp.
References source.
|
protected |
Definition at line 164 of file CPPCode.hpp.
Referenced by getSourceObject(), live(), liveGeneral(), and setSourceObject().