Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private _stack

_stack: ParserStack

Private currentToken

currentToken: Token

Private cursor

cursor: number = 0

Protected token

token: Token[]

Private tokenStack

tokenStack: Token[] = []

Accessors

Protected stack

stack:

Methods

Protected addStack

  • addStack(token: Token): void

Private calculateStack

  • calculateStack(token: Token): void

Protected finalizeStack

  • finalizeStack(): void

Private findToken

Private getAliasToken

Private getToken

Private isSequentialValue

  • isSequentialValue(token: Token, nextToken: Token): boolean

Private isTokenArrayNumeric

  • isTokenArrayNumeric(tokens: Token[]): boolean

Private makeToken

Private makeTokenString

  • makeTokenString(tokens: Token[]): string

next

  • next(): any

Protected popStack

  • popStack(): Token | undefined

Private proceedNext

  • proceedNext(): boolean

Protected rewind

  • rewind(): void

Object literals

Private _nextStack

_nextStack: object

col

col: number = 0

line

line: number = 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