Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrAltWithGate<T>

Type parameters

  • T

Hierarchy

Index

Properties

ALT

ALT: () => T

Type declaration

    • (): T
    • Returns T

Optional GATE

GATE: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

Optional IGNORE_AMBIGUITIES

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