Header menu logo fantomas

PatLeftMiddleRight Type

A pattern composed from a left hand-side pattern, a single text token/operator and a right hand-side pattern. Example (Or): `A | B` Example (As): `x as y` Example (ListCons): `head :: tail`

Constructors

Constructor Description

PatLeftMiddleRight(lhs, middle, rhs, range)

Full Usage: PatLeftMiddleRight(lhs, middle, rhs, range)

Parameters:
Returns: PatLeftMiddleRight
lhs : Pattern
middle : Choice<SingleTextNode, string>
rhs : Pattern
range : range
Returns: PatLeftMiddleRight

Instance members

Instance member Description

this.LeftHandSide

Full Usage: this.LeftHandSide

Returns: Pattern
Returns: Pattern

this.Middle

Full Usage: this.Middle

Returns: Choice<SingleTextNode, string>
Returns: Choice<SingleTextNode, string>

this.RightHandSide

Full Usage: this.RightHandSide

Returns: Pattern
Returns: Pattern

Type something to start searching.