44 #ifndef Included_RexxParseVariable
45 #define Included_RexxParseVariable
51 void *
operator new(size_t);
52 inline void *
operator new(
size_t size,
void *ptr) {
return ptr;};
53 inline void operator delete(
void *) { ; }
54 inline void operator delete(
void *,
void *) { ; }
void set(RexxActivation *, RexxObject *)
RexxParseVariable(RESTORETYPE restoreType)
RexxObject * evaluate(RexxActivation *, RexxExpressionStack *)
void clearGuard(RexxActivation *)
void expose(RexxActivation *, RexxExpressionStack *, RexxVariableDictionary *)
void assign(RexxActivation *, RexxExpressionStack *, RexxObject *)
void drop(RexxActivation *)
RexxString * variableName
void upper(RexxActivation *)
bool exists(RexxActivation *)
void liveGeneral(int reason)
void procedureExpose(RexxActivation *, RexxActivation *, RexxExpressionStack *)
void flatten(RexxEnvelope *)
RexxObject * getRealValue(RexxVariableDictionary *)
RexxObject * getValue(RexxVariableDictionary *)
void setGuard(RexxActivation *)