Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

TokenizerState

TokenizerState: function

Type declaration

    • (eof: boolean): void
    • Parameters

      • eof: boolean

      Returns void

Variables

Const CHARCODE_MINUS

CHARCODE_MINUS: number = "-".charCodeAt(0)

Const CHARCODE_NL

CHARCODE_NL: number = "\n".charCodeAt(0)

Const CHARCODE_OPEN_PAREN

CHARCODE_OPEN_PAREN: number = "(".charCodeAt(0)

Const CHARCODE_SPACE

CHARCODE_SPACE: number = " ".charCodeAt(0)

Const CHARCODE_UNDERSCORE

CHARCODE_UNDERSCORE: number = "_".charCodeAt(0)

Const CHARCODE_a

CHARCODE_a: number = "a".charCodeAt(0)

Const CHARCODE_z

CHARCODE_z: number = "z".charCodeAt(0)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc