44 #ifndef Included_RexxVariable
45 #define Included_RexxVariable
51 inline void *
operator new(
size_t size,
void *ptr) {
return ptr; }
52 inline void operator delete(
void *) { }
53 inline void operator delete(
void *,
void *) { }
RexxVariable * new_variable(RexxString *n)
bool endsWith(codepoint_t c)
void cache(RexxVariable *next)
void liveGeneral(int reason)
void reset(RexxString *name)
static RexxVariable * newInstance(RexxString *name)
bool isLocal(RexxActivation *act)
RexxObject * variableValue
void uninform(RexxActivity *)
void set(RexxObject *value)
RexxVariable(RESTORETYPE restoreType)
void flatten(RexxEnvelope *)
RexxObject * getResolvedValue()
RexxObject * getVariableValue()
void inform(RexxActivity *)
void setCreator(RexxActivation *creatorActivation)
RexxString * variable_name
void setName(RexxString *name)
RexxIdentityTable * dependents