Interface IOrAltWithGate<T>

Type Parameters

  • T

Hierarchy

Properties

ALT: (() => T)

Type declaration

    • (): T
    • Returns T

GATE?: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

IGNORE_AMBIGUITIES?: boolean

A Flag indicating that any ambiguities involving this specific alternative Should be ignored.

This flag will be implicitly enabled if a GATE is used as the assumption is that the GATE is used to resolve an ambiguity.

Generated using TypeDoc