Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IState

The state of the tokenizer between two lines. It is useful to store flags such as in multiline comment, etc. The model will clone the previous line's state and pass it in to tokenize the next line.

Hierarchy

  • IState

Index

Methods

Methods

clone

  • Returns IState

equals

  • equals(other: IState): boolean
  • Parameters

    Returns boolean

Generated using TypeDoc