Header menu logo fantomas

ExprTryWithNode Type

Constructors

Constructor Description

ExprTryWithNode(tryNode, tryExpr, withNode, clauses, range)

Full Usage: ExprTryWithNode(tryNode, tryExpr, withNode, clauses, range)

Parameters:
Returns: ExprTryWithNode
tryNode : SingleTextNode
tryExpr : Expr
withNode : SingleTextNode
clauses : MatchClauseNode list
range : range
Returns: ExprTryWithNode

Instance members

Instance member Description

this.Clauses

Full Usage: this.Clauses

Returns: MatchClauseNode list
Returns: MatchClauseNode list

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.