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
|
|
|
|
|
|
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas