#include <LeaveInstruction.hpp>
Public Attributes | |
RexxString * | name |
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 49 of file LeaveInstruction.hpp.
RexxInstructionLeave::RexxInstructionLeave | ( | int | type, |
RexxString * | _name | ||
) |
Definition at line 51 of file LeaveInstruction.cpp.
References name, OrefSet, and RexxInstruction::setType().
|
inline |
Definition at line 56 of file LeaveInstruction.hpp.
|
virtual |
Reimplemented from RexxInstruction.
Definition at line 94 of file LeaveInstruction.cpp.
References RexxInstruction::instructionType, RexxActivation::iterate(), KEYWORD_LEAVE, RexxActivation::leaveLoop(), name, RexxActivation::pauseInstruction(), and RexxActivation::traceInstruction().
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 81 of file LeaveInstruction.cpp.
References cleanUpFlatten, flatten_reference, and setUpFlatten.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 62 of file LeaveInstruction.cpp.
References memory_mark, name, and RexxInstruction::nextInstruction.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 71 of file LeaveInstruction.cpp.
References memory_mark_general, name, and RexxInstruction::nextInstruction.
|
inline |
Definition at line 52 of file LeaveInstruction.hpp.
|
inline |
Definition at line 53 of file LeaveInstruction.hpp.
|
inline |
Definition at line 51 of file LeaveInstruction.hpp.
RexxString* RexxInstructionLeave::name |
Definition at line 62 of file LeaveInstruction.hpp.
Referenced by execute(), live(), liveGeneral(), and RexxInstructionLeave().