![]() |
Qore Programming Language Reference Manual
0.9.4
|
Variables | |
const | astparser::ADK_Class = ADK_Class |
Class declaration kind. | |
const | astparser::ADK_Closure = ADK_Closure |
Closure declaration kind. | |
const | astparser::ADK_Constant = ADK_Constant |
Constant declaration kind. | |
const | astparser::ADK_Function = ADK_Function |
Function declaration kind. | |
const | astparser::ADK_Hash = ADK_Hash |
Hash declaration kind. | |
const | astparser::ADK_HashMember = ADK_HashMember |
Hash member declaration kind. | |
const | astparser::ADK_MemberGroup = ADK_MemberGroup |
Member group declaration kind. | |
const | astparser::ADK_Namespace = ADK_Namespace |
Namespace declaration kind. | |
const | astparser::ADK_Superclass = ADK_Superclass |
Superclass declaration kind. | |
const | astparser::ADK_VarList = ADK_VarList |
Variable list declaration kind. | |
const | astparser::ADK_Variable = ADK_Variable |
Variable declaration kind. | |
const | astparser::ASK_Block = ASK_Block |
Statement block statement kind. | |
const | astparser::ASK_Break = ASK_Break |
Break statement kind. | |
const | astparser::ASK_Call = ASK_Call |
Call statement kind. | |
const | astparser::ASK_Context = ASK_Context |
Context statement kind. | |
const | astparser::ASK_Continue = ASK_Continue |
Continue statement kind. | |
const | astparser::ASK_DoWhile = ASK_DoWhile |
Do-while statement kind. | |
const | astparser::ASK_Expression = ASK_Expression |
Expression statement kind. | |
const | astparser::ASK_For = ASK_For |
For statement kind. | |
const | astparser::ASK_Foreach = ASK_Foreach |
Foreach statement kind. | |
const | astparser::ASK_If = ASK_If |
If statement kind. | |
const | astparser::ASK_OnBlockExit = ASK_OnBlockExit |
On block exit (on_exit , on_success , on_error ) statement kind. | |
const | astparser::ASK_Rethrow = ASK_Rethrow |
Rethrow statement kind. | |
const | astparser::ASK_Return = ASK_Return |
Return statement kind. | |
const | astparser::ASK_Summarize = ASK_Summarize |
Summarize statement kind. | |
const | astparser::ASK_Switch = ASK_Switch |
Switch statement kind. | |
const | astparser::ASK_ThreadExit = ASK_ThreadExit |
Thread exit statement kind. | |
const | astparser::ASK_Throw = ASK_Throw |
Throw statement kind. | |
const | astparser::ASK_Try = ASK_Try |
Try statement kind. | |
const | astparser::ASK_While = ASK_While |
While statement kind. | |