RexxCondition Struct Reference

#include <oorexxapi.h>

Public Attributes

wholenumber_t code
 
wholenumber_t rc
 
size_t position
 
RexxStringObject conditionName
 
RexxStringObject message
 
RexxStringObject errortext
 
RexxStringObject program
 
RexxStringObject description
 
RexxArrayObject additional
 

Detailed Description

Definition at line 423 of file oorexxapi.h.

Member Data Documentation

◆ additional

RexxArrayObject RexxCondition::additional

Definition at line 432 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData().

◆ code

wholenumber_t RexxCondition::code

Definition at line 424 of file oorexxapi.h.

Referenced by conditionSubCode(), and Interpreter::decodeConditionData().

◆ conditionName

RexxStringObject RexxCondition::conditionName

Definition at line 427 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData().

◆ description

RexxStringObject RexxCondition::description

Definition at line 431 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData().

◆ errortext

RexxStringObject RexxCondition::errortext

Definition at line 429 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().

◆ message

RexxStringObject RexxCondition::message

Definition at line 428 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().

◆ position

size_t RexxCondition::position

Definition at line 426 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().

◆ program

RexxStringObject RexxCondition::program

Definition at line 430 of file oorexxapi.h.

Referenced by Interpreter::decodeConditionData(), and standardConditionMsg().

◆ rc

wholenumber_t RexxCondition::rc

The documentation for this struct was generated from the following file: