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.
![]() ![]() |
#include <oorexxapi.h>
Definition at line 423 of file oorexxapi.h.
RexxArrayObject RexxCondition::additional |
Definition at line 432 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData().
wholenumber_t RexxCondition::code |
Definition at line 424 of file oorexxapi.h.
Referenced by conditionSubCode(), and Interpreter::decodeConditionData().
RexxStringObject RexxCondition::conditionName |
Definition at line 427 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData().
RexxStringObject RexxCondition::description |
Definition at line 431 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData().
RexxStringObject RexxCondition::errortext |
Definition at line 429 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().
RexxStringObject RexxCondition::message |
Definition at line 428 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().
size_t RexxCondition::position |
Definition at line 426 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().
RexxStringObject RexxCondition::program |
Definition at line 430 of file oorexxapi.h.
Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().
wholenumber_t RexxCondition::rc |
Definition at line 425 of file oorexxapi.h.
Referenced by conditionSubCode(), Interpreter::decodeConditionData(), and standardConditionMsg().