Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MustacheSpecialState

Implements a quote string state object for Mustache templates.

Hierarchy

  • MustacheSpecialState

Implements

Index

Methods

Methods

nextToken

  • Gets the next token from the stream started from the character linked to this state.

    Parameters

    • scanner: IScanner

      A textual string to be tokenized.

    • tokenizer: ITokenizer

      A tokenizer class that controls the process.

    Returns Token

    The next token from the top of the stream.

Generated using TypeDoc