@mathjax/src
    Preparing search index...

    Class AbstractParseMap<K>Abstract

    Parse maps associate strings with parsing functionality.

    Type Parameters

    • K

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get parser(): ParseMethod

      Returns ParseMethod

      The default parsing method.

    • set parser(parser: ParseMethod): void

      Parameters

      • parser: ParseMethod

      Returns void

      The default parsing method.

    Methods

    • Sets mapping for a token.

      Parameters

      • token: string

        The token to map.

      • object: K

        The tokens value in the mapping's codomain.

      Returns void

    • Removes a token from the map

      Parameters

      • token: string

        The token to remove

      Returns void