Go to the source code of this file.
|
enum | TracePrefixes {
TRACE_PREFIX_CLAUSE
, TRACE_PREFIX_ERROR
, TRACE_PREFIX_RESULT
, TRACE_PREFIX_DUMMY
,
TRACE_PREFIX_VARIABLE
, TRACE_PREFIX_DOTVARIABLE
, TRACE_PREFIX_LITERAL
, TRACE_PREFIX_FUNCTION
,
TRACE_PREFIX_PREFIX
, TRACE_PREFIX_OPERATOR
, TRACE_PREFIX_COMPOUND
, TRACE_PREFIX_MESSAGE
,
TRACE_PREFIX_ARGUMENT
, TRACE_PREFIX_ASSIGNMENT
, TRACE_PREFIX_INVOCATION
, TRACE_PREFIX_NAMED_ARGUMENT
} |
|
enum | ActivityException { RecursiveStringError
, FatalError
, UnhandledCondition
} |
|
◆ ASSIGNMENT_MARKER
#define ASSIGNMENT_MARKER " <= " |
◆ LAST_EXIT
#define LAST_EXIT (RXNOOFEXITS - 1) /* top bound of the exits */ |
◆ MAX_TRACEBACK_INDENT
#define MAX_TRACEBACK_INDENT 20 /* 10 messages are indented */ |
◆ MAX_TRACEBACK_LIST
#define MAX_TRACEBACK_LIST 80 /* 40 messages are displayed */ |
◆ QUEUE_FIFO
◆ QUEUE_LIFO
◆ VALUE_MARKER
#define VALUE_MARKER " => " |
◆ ActivityException
Enumerator |
---|
RecursiveStringError | |
FatalError | |
UnhandledCondition | |
Definition at line 109 of file RexxActivity.hpp.
◆ TracePrefixes
Enumerator |
---|
TRACE_PREFIX_CLAUSE | |
TRACE_PREFIX_ERROR | |
TRACE_PREFIX_RESULT | |
TRACE_PREFIX_DUMMY | |
TRACE_PREFIX_VARIABLE | |
TRACE_PREFIX_DOTVARIABLE | |
TRACE_PREFIX_LITERAL | |
TRACE_PREFIX_FUNCTION | |
TRACE_PREFIX_PREFIX | |
TRACE_PREFIX_OPERATOR | |
TRACE_PREFIX_COMPOUND | |
TRACE_PREFIX_MESSAGE | |
TRACE_PREFIX_ARGUMENT | |
TRACE_PREFIX_ASSIGNMENT | |
TRACE_PREFIX_INVOCATION | |
TRACE_PREFIX_NAMED_ARGUMENT | |
Definition at line 79 of file RexxActivity.hpp.
◆ contextToActivation() [1/4]
Convert an API context to into the top native activation context associated with the thread.
- Parameters
-
- Returns
- A Native activation context that is the anchor point for the API activity.
Definition at line 439 of file RexxActivity.hpp.
◆ contextToActivation() [2/4]
Convert an API context to into the top native activation context associated with the thread.
- Parameters
-
- Returns
- A Native activation context that is the anchor point for the API activity.
Definition at line 454 of file RexxActivity.hpp.
◆ contextToActivation() [3/4]
Convert an API context to into the top native activation context associated with the thread.
- Parameters
-
- Returns
- A Native activation context that is the anchor point for the API activity.
Definition at line 469 of file RexxActivity.hpp.
◆ contextToActivation() [4/4]