#include <DoBlock.hpp>
Protected Attributes | |
RexxDoBlock * | previous |
RexxBlockInstruction * | parent |
RexxObject * | to |
RexxObject * | by |
wholenumber_t | forcount |
size_t | indent |
int | compare |
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 () |
Definition at line 49 of file DoBlock.hpp.
RexxDoBlock::RexxDoBlock | ( | RexxBlockInstruction * | _parent, |
size_t | _indent | ||
) |
Definition at line 49 of file DoBlock.cpp.
|
inline |
Definition at line 58 of file DoBlock.hpp.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 82 of file DoBlock.cpp.
References cleanUpFlatten, flatten_reference, and setUpFlatten.
|
inline |
Definition at line 66 of file DoBlock.hpp.
References by.
Referenced by RexxInstructionDo::checkControl().
|
inline |
Definition at line 65 of file DoBlock.hpp.
References compare.
Referenced by RexxInstructionDo::checkControl().
|
inline |
Definition at line 64 of file DoBlock.hpp.
References forcount.
Referenced by RexxInstructionDo::checkOver().
|
inline |
Definition at line 73 of file DoBlock.hpp.
References indent.
Referenced by RexxInstructionEnd::execute(), RexxActivation::iterate(), RexxInstructionDo::terminate(), RexxInstructionSelect::terminate(), and RexxActivation::terminateBlock().
|
inline |
Definition at line 67 of file DoBlock.hpp.
References parent.
Referenced by RexxInstructionEnd::execute(), RexxActivation::iterate(), and RexxActivation::leaveLoop().
|
inline |
Definition at line 75 of file DoBlock.hpp.
References previous.
Referenced by RexxActivation::popBlock().
|
inline |
Definition at line 63 of file DoBlock.hpp.
References to.
Referenced by RexxInstructionDo::checkControl(), and RexxInstructionDo::checkOver().
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 60 of file DoBlock.cpp.
References by, memory_mark, parent, previous, and to.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 71 of file DoBlock.cpp.
References by, memory_mark_general, parent, previous, and to.
|
inline |
Definition at line 54 of file DoBlock.hpp.
|
inline |
Definition at line 55 of file DoBlock.hpp.
|
inline |
Definition at line 53 of file DoBlock.hpp.
void * RexxDoBlock::operator new | ( | size_t | size | ) |
Definition at line 96 of file DoBlock.cpp.
References new_object(), and T_DoBlock.
|
inline |
Definition at line 69 of file DoBlock.hpp.
References by.
Referenced by RexxInstructionDo::controlSetup().
|
inline |
Definition at line 70 of file DoBlock.hpp.
References compare.
Referenced by RexxInstructionDo::controlSetup().
|
inline |
Definition at line 71 of file DoBlock.hpp.
References forcount.
Referenced by RexxInstructionDo::checkOver(), RexxInstructionDo::controlSetup(), and RexxInstructionDo::execute().
|
inline |
Definition at line 74 of file DoBlock.hpp.
References previous.
Referenced by RexxActivation::pushBlock().
|
inline |
Definition at line 68 of file DoBlock.hpp.
References to.
Referenced by RexxInstructionDo::controlSetup(), and RexxInstructionDo::execute().
|
inline |
Definition at line 72 of file DoBlock.hpp.
References forcount.
Referenced by RexxInstructionDo::checkControl(), RexxInstructionDo::execute(), and RexxInstructionDo::reExecute().
|
protected |
Definition at line 82 of file DoBlock.hpp.
Referenced by getBy(), live(), liveGeneral(), and setBy().
|
protected |
Definition at line 85 of file DoBlock.hpp.
Referenced by getCompare(), and setCompare().
|
protected |
Definition at line 83 of file DoBlock.hpp.
|
protected |
Definition at line 84 of file DoBlock.hpp.
Referenced by getIndent(), and RexxDoBlock().
|
protected |
Definition at line 80 of file DoBlock.hpp.
Referenced by getParent(), live(), liveGeneral(), and RexxDoBlock().
|
protected |
Definition at line 79 of file DoBlock.hpp.
Referenced by getPrevious(), live(), liveGeneral(), and setPrevious().
|
protected |
Definition at line 81 of file DoBlock.hpp.
Referenced by getTo(), live(), liveGeneral(), and setTo().