ExprNamedComputationNode Type
Example: `task { … }` or `async { … }` — a named computation expression with an explicit builder. The builder expression (`Name`) precedes the braces of the computation body.
Constructors
| Constructor |
Description
|
Full Usage:
ExprNamedComputationNode(nameExpr, openingBrace, bodyExpr, closingBrace, range)
Parameters:
Expr
openingBrace : SingleTextNode
bodyExpr : Expr
closingBrace : SingleTextNode
range : range
Returns: ExprNamedComputationNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
fantomas