#include <stdlib.h>
#include "RexxCore.h"
#include "StringClass.hpp"
#include "QueueClass.hpp"
#include "StemClass.hpp"
#include "RexxVariableDictionary.hpp"
#include "RexxActivation.hpp"
#include "RexxActivity.hpp"
#include "ExpressionCompoundVariable.hpp"
#include "ExpressionVariable.hpp"
#include "RexxVariable.hpp"
#include "ProtectedObject.hpp"
#include "RexxCompoundTail.hpp"
Go to the source code of this file.
Functions | |
RexxObject * | build (RexxString *variable_name, bool direct) |
RexxObject* build | ( | RexxString * | variable_name, |
bool | direct | ||
) |
Definition at line 80 of file ExpressionCompoundVariable.cpp.
References RexxString::extract(), RexxString::getChar(), RexxString::getLength(), RexxList::getSize(), new_queue(), and RexxQueue::push().
Referenced by RexxGetVersionInformation().