RexxInstruction.hpp File Reference
#include "SourceLocation.hpp"
Include dependency graph for RexxInstruction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxInstruction
 
class  RexxBlockInstruction
 
class  RexxInstructionSet
 
class  RexxInstructionExpression
 

Macros

#define initializeObjectArray(count, array, type, queue)
 

Macro Definition Documentation

◆ initializeObjectArray

#define initializeObjectArray (   count,
  array,
  type,
  queue 
)
Value:
{ \
while (count > 0) \
{ \
array[--count] = (type *)queue->pop(); \
} \
}
int type
Definition: cmdparse.cpp:383

Definition at line 131 of file RexxInstruction.hpp.