PrimitiveBehaviourNames.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TheObjectBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Object])
 
#define TheObjectClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ObjectClass])
 
#define TheClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Class])
 
#define TheClassClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ClassClass])
 
#define TheArrayBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Array])
 
#define TheArrayClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ArrayClass])
 
#define TheDirectoryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Directory])
 
#define TheDirectoryClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DirectoryClass])
 
#define TheIntegerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Integer])
 
#define TheIntegerClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IntegerClass])
 
#define TheListBehaviour   (&RexxBehaviour::primitiveBehaviours[T_List])
 
#define TheListClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListClass])
 
#define TheMessageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Message])
 
#define TheMessageClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageClass])
 
#define TheMethodBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Method])
 
#define TheMethodClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MethodClass])
 
#define TheNumberStringBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumberString])
 
#define TheNumberStringClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumberStringClass])
 
#define TheQueueBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Queue])
 
#define TheQueueClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_QueueClass])
 
#define TheStemBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Stem])
 
#define TheStemClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StemClass])
 
#define TheStringBehaviour   (&RexxBehaviour::primitiveBehaviours[T_String])
 
#define TheStringClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StringClass])
 
#define TheSupplierBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Supplier])
 
#define TheSupplierClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SupplierClass])
 
#define TheTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Table])
 
#define TheTableClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_TableClass])
 
#define TheRelationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Relation])
 
#define TheRelationClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RelationClass])
 
#define TheMutableBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MutableBuffer])
 
#define TheMutableBufferClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MutableBufferClass])
 
#define ThePointerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Pointer])
 
#define ThePointerClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_PointerClass])
 
#define TheBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Buffer])
 
#define TheBufferClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_BufferClass])
 
#define TheWeakReferenceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_WeakReference])
 
#define TheWeakReferenceClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_WeakReferenceClass])
 
#define TheRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Routine])
 
#define TheRoutineClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RoutineClass])
 
#define ThePackageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Package])
 
#define ThePackageClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_PackageClass])
 
#define TheRexxContextBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxContext])
 
#define TheRexxContextClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxContextClass])
 
#define TheIdentityTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IdentityTable])
 
#define TheIdentityTableClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IdentityTableClass])
 
#define TheStackFrameBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StackFrame])
 
#define TheStackFrameClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StackFrameClass])
 
#define TheRexxBlockBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxBlock])
 
#define TheRexxBlockClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxBlockClass])
 
#define TheRexxTextBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxText])
 
#define TheRexxTextClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxTextClass])
 
#define TheNilObjectBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NilObject])
 
#define TheBehaviourBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Behaviour])
 
#define TheRexxSourceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxSource])
 
#define TheLibraryPackageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LibraryPackage])
 
#define TheRexxCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxCode])
 
#define TheNativeMethodBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeMethod])
 
#define TheNativeRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeRoutine])
 
#define TheRegisteredRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RegisteredRoutine])
 
#define TheCPPCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CPPCode])
 
#define TheAttributeGetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AttributeGetterCode])
 
#define TheAttributeSetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AttributeSetterCode])
 
#define TheConstantGetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ConstantGetterCode])
 
#define TheAbstractCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AbstractCode])
 
#define TheHashTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_HashTable])
 
#define TheListTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListTable])
 
#define TheSmartBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SmartBuffer])
 
#define TheVariableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Variable])
 
#define TheVariableDictionaryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_VariableDictionary])
 
#define TheVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_VariableTerm])
 
#define TheCompoundVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CompoundVariableTerm])
 
#define TheStemVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StemVariableTerm])
 
#define TheDotVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DotVariableTerm])
 
#define TheIndirectVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IndirectVariableTerm])
 
#define TheFunctionCallTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_FunctionCallTerm])
 
#define TheMessageSendTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageSendTerm])
 
#define TheUnaryOperatorTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UnaryOperatorTerm])
 
#define TheBinaryOperatorTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_BinaryOperatorTerm])
 
#define TheLogicalTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LogicalTerm])
 
#define TheListTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListTerm])
 
#define TheInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Instruction])
 
#define TheAddressInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AddressInstruction])
 
#define TheAssignmentInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AssignmentInstruction])
 
#define TheCallInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CallInstruction])
 
#define TheCommandInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CommandInstruction])
 
#define TheDoInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DoInstruction])
 
#define TheDropInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DropInstruction])
 
#define TheElseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ElseInstruction])
 
#define TheEndInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_EndInstruction])
 
#define TheEndIfInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_EndIfInstruction])
 
#define TheExitInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExitInstruction])
 
#define TheExposeInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExposeInstruction])
 
#define TheForwardInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ForwardInstruction])
 
#define TheGuardInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_GuardInstruction])
 
#define TheIfInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IfInstruction])
 
#define TheInterpretInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InterpretInstruction])
 
#define TheLabelInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LabelInstruction])
 
#define TheLeaveInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LeaveInstruction])
 
#define TheMessageInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageInstruction])
 
#define TheNopInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NopInstruction])
 
#define TheNumericInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumericInstruction])
 
#define TheOptionsInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_OptionsInstruction])
 
#define TheOtherwiseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_OtherwiseInstruction])
 
#define TheParseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ParseInstruction])
 
#define TheProcedureInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ProcedureInstruction])
 
#define TheQueueInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_QueueInstruction])
 
#define TheRaiseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RaiseInstruction])
 
#define TheReplyInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ReplyInstruction])
 
#define TheReturnInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ReturnInstruction])
 
#define TheSayInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SayInstruction])
 
#define TheSelectInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SelectInstruction])
 
#define TheSignalInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SignalInstruction])
 
#define TheThenInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ThenInstruction])
 
#define TheTraceInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_TraceInstruction])
 
#define TheUpperInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UpperInstruction])
 
#define TheUseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UseInstruction])
 
#define TheClassDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ClassDirective])
 
#define TheExtensionDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExtensionDirective])
 
#define TheLibraryDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LibraryDirective])
 
#define TheRequiresDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RequiresDirective])
 
#define TheCompoundElementBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CompoundElement])
 
#define TheParseTriggerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ParseTrigger])
 
#define TheSourceLiteralBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SourceLiteral])
 
#define TheMemoryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Memory])
 
#define TheInternalStackBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InternalStack])
 
#define TheStackBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Stack])
 
#define TheActivityBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Activity])
 
#define TheActivationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Activation])
 
#define TheNativeActivationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeActivation])
 
#define TheActivationFrameBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ActivationFrameBuffer])
 
#define TheEnvelopeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Envelope])
 
#define TheClauseBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Clause])
 
#define TheTokenBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Token])
 
#define TheDoBlockBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DoBlock])
 
#define TheInterpreterInstanceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InterpreterInstance])
 
#define TheSecurityManagerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SecurityManager])
 
#define TheCommandHandlerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CommandHandler])
 

Macro Definition Documentation

◆ TheAbstractCodeBehaviour

#define TheAbstractCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AbstractCode])

Definition at line 116 of file PrimitiveBehaviourNames.h.

◆ TheActivationBehaviour

#define TheActivationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Activation])

Definition at line 180 of file PrimitiveBehaviourNames.h.

◆ TheActivationFrameBufferBehaviour

#define TheActivationFrameBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ActivationFrameBuffer])

Definition at line 182 of file PrimitiveBehaviourNames.h.

◆ TheActivityBehaviour

#define TheActivityBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Activity])

Definition at line 179 of file PrimitiveBehaviourNames.h.

◆ TheAddressInstructionBehaviour

#define TheAddressInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AddressInstruction])

Definition at line 134 of file PrimitiveBehaviourNames.h.

◆ TheArrayBehaviour

#define TheArrayBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Array])

Definition at line 56 of file PrimitiveBehaviourNames.h.

◆ TheArrayClassBehaviour

#define TheArrayClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ArrayClass])

Definition at line 57 of file PrimitiveBehaviourNames.h.

◆ TheAssignmentInstructionBehaviour

#define TheAssignmentInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AssignmentInstruction])

Definition at line 135 of file PrimitiveBehaviourNames.h.

◆ TheAttributeGetterCodeBehaviour

#define TheAttributeGetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AttributeGetterCode])

Definition at line 113 of file PrimitiveBehaviourNames.h.

◆ TheAttributeSetterCodeBehaviour

#define TheAttributeSetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_AttributeSetterCode])

Definition at line 114 of file PrimitiveBehaviourNames.h.

◆ TheBehaviourBehaviour

#define TheBehaviourBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Behaviour])

Definition at line 105 of file PrimitiveBehaviourNames.h.

◆ TheBinaryOperatorTermBehaviour

#define TheBinaryOperatorTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_BinaryOperatorTerm])

Definition at line 130 of file PrimitiveBehaviourNames.h.

◆ TheBufferBehaviour

#define TheBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Buffer])

Definition at line 86 of file PrimitiveBehaviourNames.h.

◆ TheBufferClassBehaviour

#define TheBufferClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_BufferClass])

Definition at line 87 of file PrimitiveBehaviourNames.h.

◆ TheCallInstructionBehaviour

#define TheCallInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CallInstruction])

Definition at line 136 of file PrimitiveBehaviourNames.h.

◆ TheClassBehaviour

#define TheClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Class])

Definition at line 54 of file PrimitiveBehaviourNames.h.

◆ TheClassClassBehaviour

#define TheClassClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ClassClass])

Definition at line 55 of file PrimitiveBehaviourNames.h.

◆ TheClassDirectiveBehaviour

#define TheClassDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ClassDirective])

Definition at line 169 of file PrimitiveBehaviourNames.h.

◆ TheClauseBehaviour

#define TheClauseBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Clause])

Definition at line 184 of file PrimitiveBehaviourNames.h.

◆ TheCommandHandlerBehaviour

#define TheCommandHandlerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CommandHandler])

Definition at line 189 of file PrimitiveBehaviourNames.h.

◆ TheCommandInstructionBehaviour

#define TheCommandInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CommandInstruction])

Definition at line 137 of file PrimitiveBehaviourNames.h.

◆ TheCompoundElementBehaviour

#define TheCompoundElementBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CompoundElement])

Definition at line 173 of file PrimitiveBehaviourNames.h.

◆ TheCompoundVariableTermBehaviour

#define TheCompoundVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CompoundVariableTerm])

Definition at line 123 of file PrimitiveBehaviourNames.h.

◆ TheConstantGetterCodeBehaviour

#define TheConstantGetterCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ConstantGetterCode])

Definition at line 115 of file PrimitiveBehaviourNames.h.

◆ TheCPPCodeBehaviour

#define TheCPPCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_CPPCode])

Definition at line 112 of file PrimitiveBehaviourNames.h.

◆ TheDirectoryBehaviour

#define TheDirectoryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Directory])

Definition at line 58 of file PrimitiveBehaviourNames.h.

◆ TheDirectoryClassBehaviour

#define TheDirectoryClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DirectoryClass])

Definition at line 59 of file PrimitiveBehaviourNames.h.

◆ TheDoBlockBehaviour

#define TheDoBlockBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DoBlock])

Definition at line 186 of file PrimitiveBehaviourNames.h.

◆ TheDoInstructionBehaviour

#define TheDoInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DoInstruction])

Definition at line 138 of file PrimitiveBehaviourNames.h.

◆ TheDotVariableTermBehaviour

#define TheDotVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DotVariableTerm])

Definition at line 125 of file PrimitiveBehaviourNames.h.

◆ TheDropInstructionBehaviour

#define TheDropInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_DropInstruction])

Definition at line 139 of file PrimitiveBehaviourNames.h.

◆ TheElseInstructionBehaviour

#define TheElseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ElseInstruction])

Definition at line 140 of file PrimitiveBehaviourNames.h.

◆ TheEndIfInstructionBehaviour

#define TheEndIfInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_EndIfInstruction])

Definition at line 142 of file PrimitiveBehaviourNames.h.

◆ TheEndInstructionBehaviour

#define TheEndInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_EndInstruction])

Definition at line 141 of file PrimitiveBehaviourNames.h.

◆ TheEnvelopeBehaviour

#define TheEnvelopeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Envelope])

Definition at line 183 of file PrimitiveBehaviourNames.h.

◆ TheExitInstructionBehaviour

#define TheExitInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExitInstruction])

Definition at line 143 of file PrimitiveBehaviourNames.h.

◆ TheExposeInstructionBehaviour

#define TheExposeInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExposeInstruction])

Definition at line 144 of file PrimitiveBehaviourNames.h.

◆ TheExtensionDirectiveBehaviour

#define TheExtensionDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ExtensionDirective])

Definition at line 170 of file PrimitiveBehaviourNames.h.

◆ TheForwardInstructionBehaviour

#define TheForwardInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ForwardInstruction])

Definition at line 145 of file PrimitiveBehaviourNames.h.

◆ TheFunctionCallTermBehaviour

#define TheFunctionCallTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_FunctionCallTerm])

Definition at line 127 of file PrimitiveBehaviourNames.h.

◆ TheGuardInstructionBehaviour

#define TheGuardInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_GuardInstruction])

Definition at line 146 of file PrimitiveBehaviourNames.h.

◆ TheHashTableBehaviour

#define TheHashTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_HashTable])

Definition at line 117 of file PrimitiveBehaviourNames.h.

◆ TheIdentityTableBehaviour

#define TheIdentityTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IdentityTable])

Definition at line 96 of file PrimitiveBehaviourNames.h.

◆ TheIdentityTableClassBehaviour

#define TheIdentityTableClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IdentityTableClass])

Definition at line 97 of file PrimitiveBehaviourNames.h.

◆ TheIfInstructionBehaviour

#define TheIfInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IfInstruction])

Definition at line 147 of file PrimitiveBehaviourNames.h.

◆ TheIndirectVariableTermBehaviour

#define TheIndirectVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IndirectVariableTerm])

Definition at line 126 of file PrimitiveBehaviourNames.h.

◆ TheInstructionBehaviour

#define TheInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Instruction])

Definition at line 133 of file PrimitiveBehaviourNames.h.

◆ TheIntegerBehaviour

#define TheIntegerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Integer])

Definition at line 60 of file PrimitiveBehaviourNames.h.

◆ TheIntegerClassBehaviour

#define TheIntegerClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_IntegerClass])

Definition at line 61 of file PrimitiveBehaviourNames.h.

◆ TheInternalStackBehaviour

#define TheInternalStackBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InternalStack])

Definition at line 177 of file PrimitiveBehaviourNames.h.

◆ TheInterpreterInstanceBehaviour

#define TheInterpreterInstanceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InterpreterInstance])

Definition at line 187 of file PrimitiveBehaviourNames.h.

◆ TheInterpretInstructionBehaviour

#define TheInterpretInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_InterpretInstruction])

Definition at line 148 of file PrimitiveBehaviourNames.h.

◆ TheLabelInstructionBehaviour

#define TheLabelInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LabelInstruction])

Definition at line 149 of file PrimitiveBehaviourNames.h.

◆ TheLeaveInstructionBehaviour

#define TheLeaveInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LeaveInstruction])

Definition at line 150 of file PrimitiveBehaviourNames.h.

◆ TheLibraryDirectiveBehaviour

#define TheLibraryDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LibraryDirective])

Definition at line 171 of file PrimitiveBehaviourNames.h.

◆ TheLibraryPackageBehaviour

#define TheLibraryPackageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LibraryPackage])

Definition at line 107 of file PrimitiveBehaviourNames.h.

◆ TheListBehaviour

#define TheListBehaviour   (&RexxBehaviour::primitiveBehaviours[T_List])

Definition at line 62 of file PrimitiveBehaviourNames.h.

◆ TheListClassBehaviour

#define TheListClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListClass])

Definition at line 63 of file PrimitiveBehaviourNames.h.

◆ TheListTableBehaviour

#define TheListTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListTable])

Definition at line 118 of file PrimitiveBehaviourNames.h.

◆ TheListTermBehaviour

#define TheListTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ListTerm])

Definition at line 132 of file PrimitiveBehaviourNames.h.

◆ TheLogicalTermBehaviour

#define TheLogicalTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_LogicalTerm])

Definition at line 131 of file PrimitiveBehaviourNames.h.

◆ TheMemoryBehaviour

#define TheMemoryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Memory])

Definition at line 176 of file PrimitiveBehaviourNames.h.

◆ TheMessageBehaviour

#define TheMessageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Message])

Definition at line 64 of file PrimitiveBehaviourNames.h.

◆ TheMessageClassBehaviour

#define TheMessageClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageClass])

Definition at line 65 of file PrimitiveBehaviourNames.h.

◆ TheMessageInstructionBehaviour

#define TheMessageInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageInstruction])

Definition at line 151 of file PrimitiveBehaviourNames.h.

◆ TheMessageSendTermBehaviour

#define TheMessageSendTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MessageSendTerm])

Definition at line 128 of file PrimitiveBehaviourNames.h.

◆ TheMethodBehaviour

#define TheMethodBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Method])

Definition at line 66 of file PrimitiveBehaviourNames.h.

◆ TheMethodClassBehaviour

#define TheMethodClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MethodClass])

Definition at line 67 of file PrimitiveBehaviourNames.h.

◆ TheMutableBufferBehaviour

#define TheMutableBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MutableBuffer])

Definition at line 82 of file PrimitiveBehaviourNames.h.

◆ TheMutableBufferClassBehaviour

#define TheMutableBufferClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_MutableBufferClass])

Definition at line 83 of file PrimitiveBehaviourNames.h.

◆ TheNativeActivationBehaviour

#define TheNativeActivationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeActivation])

Definition at line 181 of file PrimitiveBehaviourNames.h.

◆ TheNativeMethodBehaviour

#define TheNativeMethodBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeMethod])

Definition at line 109 of file PrimitiveBehaviourNames.h.

◆ TheNativeRoutineBehaviour

#define TheNativeRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NativeRoutine])

Definition at line 110 of file PrimitiveBehaviourNames.h.

◆ TheNilObjectBehaviour

#define TheNilObjectBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NilObject])

Definition at line 104 of file PrimitiveBehaviourNames.h.

◆ TheNopInstructionBehaviour

#define TheNopInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NopInstruction])

Definition at line 152 of file PrimitiveBehaviourNames.h.

◆ TheNumberStringBehaviour

#define TheNumberStringBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumberString])

Definition at line 68 of file PrimitiveBehaviourNames.h.

◆ TheNumberStringClassBehaviour

#define TheNumberStringClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumberStringClass])

Definition at line 69 of file PrimitiveBehaviourNames.h.

◆ TheNumericInstructionBehaviour

#define TheNumericInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_NumericInstruction])

Definition at line 153 of file PrimitiveBehaviourNames.h.

◆ TheObjectBehaviour

#define TheObjectBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Object])

Definition at line 52 of file PrimitiveBehaviourNames.h.

◆ TheObjectClassBehaviour

#define TheObjectClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ObjectClass])

Definition at line 53 of file PrimitiveBehaviourNames.h.

◆ TheOptionsInstructionBehaviour

#define TheOptionsInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_OptionsInstruction])

Definition at line 154 of file PrimitiveBehaviourNames.h.

◆ TheOtherwiseInstructionBehaviour

#define TheOtherwiseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_OtherwiseInstruction])

Definition at line 155 of file PrimitiveBehaviourNames.h.

◆ ThePackageBehaviour

#define ThePackageBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Package])

Definition at line 92 of file PrimitiveBehaviourNames.h.

◆ ThePackageClassBehaviour

#define ThePackageClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_PackageClass])

Definition at line 93 of file PrimitiveBehaviourNames.h.

◆ TheParseInstructionBehaviour

#define TheParseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ParseInstruction])

Definition at line 156 of file PrimitiveBehaviourNames.h.

◆ TheParseTriggerBehaviour

#define TheParseTriggerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ParseTrigger])

Definition at line 174 of file PrimitiveBehaviourNames.h.

◆ ThePointerBehaviour

#define ThePointerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Pointer])

Definition at line 84 of file PrimitiveBehaviourNames.h.

◆ ThePointerClassBehaviour

#define ThePointerClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_PointerClass])

Definition at line 85 of file PrimitiveBehaviourNames.h.

◆ TheProcedureInstructionBehaviour

#define TheProcedureInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ProcedureInstruction])

Definition at line 157 of file PrimitiveBehaviourNames.h.

◆ TheQueueBehaviour

#define TheQueueBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Queue])

Definition at line 70 of file PrimitiveBehaviourNames.h.

◆ TheQueueClassBehaviour

#define TheQueueClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_QueueClass])

Definition at line 71 of file PrimitiveBehaviourNames.h.

◆ TheQueueInstructionBehaviour

#define TheQueueInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_QueueInstruction])

Definition at line 158 of file PrimitiveBehaviourNames.h.

◆ TheRaiseInstructionBehaviour

#define TheRaiseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RaiseInstruction])

Definition at line 159 of file PrimitiveBehaviourNames.h.

◆ TheRegisteredRoutineBehaviour

#define TheRegisteredRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RegisteredRoutine])

Definition at line 111 of file PrimitiveBehaviourNames.h.

◆ TheRelationBehaviour

#define TheRelationBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Relation])

Definition at line 80 of file PrimitiveBehaviourNames.h.

◆ TheRelationClassBehaviour

#define TheRelationClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RelationClass])

Definition at line 81 of file PrimitiveBehaviourNames.h.

◆ TheReplyInstructionBehaviour

#define TheReplyInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ReplyInstruction])

Definition at line 160 of file PrimitiveBehaviourNames.h.

◆ TheRequiresDirectiveBehaviour

#define TheRequiresDirectiveBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RequiresDirective])

Definition at line 172 of file PrimitiveBehaviourNames.h.

◆ TheReturnInstructionBehaviour

#define TheReturnInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ReturnInstruction])

Definition at line 161 of file PrimitiveBehaviourNames.h.

◆ TheRexxBlockBehaviour

#define TheRexxBlockBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxBlock])

Definition at line 100 of file PrimitiveBehaviourNames.h.

◆ TheRexxBlockClassBehaviour

#define TheRexxBlockClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxBlockClass])

Definition at line 101 of file PrimitiveBehaviourNames.h.

◆ TheRexxCodeBehaviour

#define TheRexxCodeBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxCode])

Definition at line 108 of file PrimitiveBehaviourNames.h.

◆ TheRexxContextBehaviour

#define TheRexxContextBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxContext])

Definition at line 94 of file PrimitiveBehaviourNames.h.

◆ TheRexxContextClassBehaviour

#define TheRexxContextClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxContextClass])

Definition at line 95 of file PrimitiveBehaviourNames.h.

◆ TheRexxSourceBehaviour

#define TheRexxSourceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxSource])

Definition at line 106 of file PrimitiveBehaviourNames.h.

◆ TheRexxTextBehaviour

#define TheRexxTextBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxText])

Definition at line 102 of file PrimitiveBehaviourNames.h.

◆ TheRexxTextClassBehaviour

#define TheRexxTextClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RexxTextClass])

Definition at line 103 of file PrimitiveBehaviourNames.h.

◆ TheRoutineBehaviour

#define TheRoutineBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Routine])

Definition at line 90 of file PrimitiveBehaviourNames.h.

◆ TheRoutineClassBehaviour

#define TheRoutineClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_RoutineClass])

Definition at line 91 of file PrimitiveBehaviourNames.h.

◆ TheSayInstructionBehaviour

#define TheSayInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SayInstruction])

Definition at line 162 of file PrimitiveBehaviourNames.h.

◆ TheSecurityManagerBehaviour

#define TheSecurityManagerBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SecurityManager])

Definition at line 188 of file PrimitiveBehaviourNames.h.

◆ TheSelectInstructionBehaviour

#define TheSelectInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SelectInstruction])

Definition at line 163 of file PrimitiveBehaviourNames.h.

◆ TheSignalInstructionBehaviour

#define TheSignalInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SignalInstruction])

Definition at line 164 of file PrimitiveBehaviourNames.h.

◆ TheSmartBufferBehaviour

#define TheSmartBufferBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SmartBuffer])

Definition at line 119 of file PrimitiveBehaviourNames.h.

◆ TheSourceLiteralBehaviour

#define TheSourceLiteralBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SourceLiteral])

Definition at line 175 of file PrimitiveBehaviourNames.h.

◆ TheStackBehaviour

#define TheStackBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Stack])

Definition at line 178 of file PrimitiveBehaviourNames.h.

◆ TheStackFrameBehaviour

#define TheStackFrameBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StackFrame])

Definition at line 98 of file PrimitiveBehaviourNames.h.

◆ TheStackFrameClassBehaviour

#define TheStackFrameClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StackFrameClass])

Definition at line 99 of file PrimitiveBehaviourNames.h.

◆ TheStemBehaviour

#define TheStemBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Stem])

Definition at line 72 of file PrimitiveBehaviourNames.h.

◆ TheStemClassBehaviour

#define TheStemClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StemClass])

Definition at line 73 of file PrimitiveBehaviourNames.h.

◆ TheStemVariableTermBehaviour

#define TheStemVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StemVariableTerm])

Definition at line 124 of file PrimitiveBehaviourNames.h.

◆ TheStringBehaviour

#define TheStringBehaviour   (&RexxBehaviour::primitiveBehaviours[T_String])

Definition at line 74 of file PrimitiveBehaviourNames.h.

◆ TheStringClassBehaviour

#define TheStringClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_StringClass])

Definition at line 75 of file PrimitiveBehaviourNames.h.

◆ TheSupplierBehaviour

#define TheSupplierBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Supplier])

Definition at line 76 of file PrimitiveBehaviourNames.h.

◆ TheSupplierClassBehaviour

#define TheSupplierClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_SupplierClass])

Definition at line 77 of file PrimitiveBehaviourNames.h.

◆ TheTableBehaviour

#define TheTableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Table])

Definition at line 78 of file PrimitiveBehaviourNames.h.

◆ TheTableClassBehaviour

#define TheTableClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_TableClass])

Definition at line 79 of file PrimitiveBehaviourNames.h.

◆ TheThenInstructionBehaviour

#define TheThenInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_ThenInstruction])

Definition at line 165 of file PrimitiveBehaviourNames.h.

◆ TheTokenBehaviour

#define TheTokenBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Token])

Definition at line 185 of file PrimitiveBehaviourNames.h.

◆ TheTraceInstructionBehaviour

#define TheTraceInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_TraceInstruction])

Definition at line 166 of file PrimitiveBehaviourNames.h.

◆ TheUnaryOperatorTermBehaviour

#define TheUnaryOperatorTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UnaryOperatorTerm])

Definition at line 129 of file PrimitiveBehaviourNames.h.

◆ TheUpperInstructionBehaviour

#define TheUpperInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UpperInstruction])

Definition at line 167 of file PrimitiveBehaviourNames.h.

◆ TheUseInstructionBehaviour

#define TheUseInstructionBehaviour   (&RexxBehaviour::primitiveBehaviours[T_UseInstruction])

Definition at line 168 of file PrimitiveBehaviourNames.h.

◆ TheVariableBehaviour

#define TheVariableBehaviour   (&RexxBehaviour::primitiveBehaviours[T_Variable])

Definition at line 120 of file PrimitiveBehaviourNames.h.

◆ TheVariableDictionaryBehaviour

#define TheVariableDictionaryBehaviour   (&RexxBehaviour::primitiveBehaviours[T_VariableDictionary])

Definition at line 121 of file PrimitiveBehaviourNames.h.

◆ TheVariableTermBehaviour

#define TheVariableTermBehaviour   (&RexxBehaviour::primitiveBehaviours[T_VariableTerm])

Definition at line 122 of file PrimitiveBehaviourNames.h.

◆ TheWeakReferenceBehaviour

#define TheWeakReferenceBehaviour   (&RexxBehaviour::primitiveBehaviours[T_WeakReference])

Definition at line 88 of file PrimitiveBehaviourNames.h.

◆ TheWeakReferenceClassBehaviour

#define TheWeakReferenceClassBehaviour   (&RexxBehaviour::primitiveBehaviours[T_WeakReferenceClass])

Definition at line 89 of file PrimitiveBehaviourNames.h.