ooRexx
4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax. Fossies Dox: ooRexx-4.2.0-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file. 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 *)
void drop(RexxActivation *)
void assign(RexxActivation *, RexxExpressionStack *, RexxObject *)
RexxObject * getValue(RexxVariableDictionary *)
RexxObject * getRealValue(RexxVariableDictionary *)
RexxParseVariable(RESTORETYPE restoreType)
RexxString * variableName
bool exists(RexxActivation *)
void liveGeneral(int reason)
void flatten(RexxEnvelope *)
void procedureExpose(RexxActivation *, RexxActivation *, RexxExpressionStack *)
void expose(RexxActivation *, RexxExpressionStack *, RexxVariableDictionary *)
RexxObject * evaluate(RexxActivation *, RexxExpressionStack *)
void clearGuard(RexxActivation *)
void setGuard(RexxActivation *)