Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHandler

Parser-related handler callbacks.

Hierarchy

Index

Methods

Methods

Optional reset

  • reset(): void
  • Triggered when the parser internal state was reset.

    Returns void

Optional sourceEnd

  • sourceEnd(sourceLength: number): void
  • Triggered when parsing of the source is completed.

    Parameters

    • sourceLength: number

      The number of chars that were read from the source.

    Returns void

Generated using TypeDoc