Header menu logo fantomas

ExprTryWithSingleClauseNode Type

Constructors

Constructor Description

ExprTryWithSingleClauseNode(tryNode, tryExpr, withNode, clause, range)

Full Usage: ExprTryWithSingleClauseNode(tryNode, tryExpr, withNode, clause, range)

Parameters:
Returns: ExprTryWithSingleClauseNode
tryNode : SingleTextNode
tryExpr : Expr
withNode : SingleTextNode
clause : MatchClauseNode
range : range
Returns: ExprTryWithSingleClauseNode

Instance members

Instance member Description

this.Clause

Full Usage: this.Clause

Returns: MatchClauseNode
Returns: MatchClauseNode

this.Try

Full Usage: this.Try

Returns: SingleTextNode
Returns: SingleTextNode

this.TryExpr

Full Usage: this.TryExpr

Returns: Expr
Returns: Expr

this.With

Full Usage: this.With

Returns: SingleTextNode
Returns: SingleTextNode

Type something to start searching.