Logo fantomas

ChainTerminal Type

Controls whether and how a space is emitted before the terminal call's parenthesis. The terminal call is the only position in a chain where a space is negotiable; intermediate calls are always tight (adding a space before their parens changes the parse tree).

Union cases

Union case Description

NoSpaceAllowed ChainCall

Full Usage: NoSpaceAllowed ChainCall

Parameters:
Item : ChainCall

NoTerminal

Full Usage: NoTerminal

SpaceAllowed ChainCall

Full Usage: SpaceAllowed ChainCall

Parameters:
Item : ChainCall

Instance members

Instance member Description

this.IsNoSpaceAllowed

Full Usage: this.IsNoSpaceAllowed

Returns: bool
Returns: bool

this.IsNoTerminal

Full Usage: this.IsNoTerminal

Returns: bool
Returns: bool

this.IsSpaceAllowed

Full Usage: this.IsSpaceAllowed

Returns: bool
Returns: bool

Type something to start searching.