#include <RexxInstruction.hpp>
Public Attributes | |
| RexxObject * | expression |
Public Attributes inherited from RexxInstruction | |
| uint16_t | instructionType |
| uint16_t | instructionFlags |
| SourceLocation | instructionLocation |
| RexxInstruction * | nextInstruction |
Public Attributes inherited from RexxInternalObject | |
| ObjectHeader | header |
| RexxBehaviour * | behaviour |
Additional Inherited Members | |
Static Public Member Functions inherited from RexxInternalObject | |
| static size_t | getObjectHeaderSize () |
Protected Member Functions inherited from RexxVirtualBase | |
| virtual | ~RexxVirtualBase () |
| virtual void | baseVirtual () |
Definition at line 112 of file RexxInstruction.hpp.
|
inline |
Definition at line 114 of file RexxInstruction.hpp.
|
inline |
Definition at line 115 of file RexxInstruction.hpp.
|
virtual |
Reimplemented from RexxInstruction.
Definition at line 125 of file RexxInstruction.cpp.
References cleanUpFlatten, flatten_reference, and setUpFlatten.
|
virtual |
Reimplemented from RexxInstruction.
Definition at line 106 of file RexxInstruction.cpp.
References expression, memory_mark, and RexxInstruction::nextInstruction.
|
virtual |
Reimplemented from RexxInstruction.
Definition at line 115 of file RexxInstruction.cpp.
References expression, memory_mark_general, and RexxInstruction::nextInstruction.
| RexxObject* RexxInstructionExpression::expression |
Definition at line 121 of file RexxInstruction.hpp.
Referenced by RexxInstructionCommand::execute(), RexxInstructionExit::execute(), RexxInstructionInterpret::execute(), RexxInstructionNumeric::execute(), RexxInstructionOptions::execute(), RexxInstructionQueue::execute(), RexxInstructionReply::execute(), RexxInstructionReturn::execute(), RexxInstructionSay::execute(), live(), liveGeneral(), RexxInstructionCommand::RexxInstructionCommand(), RexxInstructionExit::RexxInstructionExit(), RexxInstructionInterpret::RexxInstructionInterpret(), RexxInstructionNumeric::RexxInstructionNumeric(), RexxInstructionOptions::RexxInstructionOptions(), RexxInstructionQueue::RexxInstructionQueue(), RexxInstructionReply::RexxInstructionReply(), RexxInstructionReturn::RexxInstructionReturn(), and RexxInstructionSay::RexxInstructionSay().