Stmt Type
Statements is a discriminated union type for storing the core statements of the Quartz language. The QName arguments denote the program locations where the control flow may rest during macro steps except for ModuleCall whose QName arguments denote the name of the call (instance) and the called module (the other arguments are the argument expressions that may be optional).
Instance members
Instance member | Description |
Full Usage:
this.BindPriority
Returns: int
|
|
Full Usage:
this.IsAbort
Returns: bool
|
|
Full Usage:
this.IsAbortI
Returns: bool
|
|
Full Usage:
this.IsAbortW
Returns: bool
|
|
Full Usage:
this.IsAbortWI
Returns: bool
|
|
Full Usage:
this.IsAction
Returns: bool
|
|
Full Usage:
this.IsConditional
Returns: bool
|
|
Full Usage:
this.IsContFlow
Returns: bool
|
|
Full Usage:
this.IsDoWhile
Returns: bool
|
|
Full Usage:
this.IsDuring
Returns: bool
|
|
Full Usage:
this.IsLocDec
Returns: bool
|
|
Full Usage:
this.IsModuleCall
Returns: bool
|
|
Full Usage:
this.IsNothing
Returns: bool
|
|
Full Usage:
this.IsParallel
Returns: bool
|
|
Full Usage:
this.IsPause
Returns: bool
|
|
Full Usage:
this.IsSequence
Returns: bool
|
|
Full Usage:
this.IsSuspend
Returns: bool
|
|
Full Usage:
this.IsSuspendI
Returns: bool
|
|
Full Usage:
this.IsSuspendW
Returns: bool
|
|
Full Usage:
this.IsSuspendWI
Returns: bool
|
|
Full Usage:
this.IsWhileDo
Returns: bool
|
|
Full Usage:
this.tostr indent
Parameters:
string
Returns: string list
|
|