Concatenate several patterns.

Hierarchy (View Summary)

Constructors

Properties

parts: Pattern[] = []

Methods

  • Parameters

    • state: BuildState
    • partIndex: number = 0

    Returns Iterable<BuildState, any, any>

  • Recognize part of the input name.

    Parameters

    • state: MatchState
    • partIndex: number = 0

    Returns Iterable<MatchState, any, any>

    Iterable of potential matches.

  • Build part of an output name.

    Parameters

    Returns Iterable<BuildState, any, any>

    Iterable of potential constructions.