Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that creates a context for a lexer token

Hierarchy

  • Context

Implements

Index

Constructors

Properties

Constructors

constructor

  • new Context(token: Token, index: number, value?: undefined | string, keyword?: Token): Context

Properties

index

index: number

index of the token and its value?

Optional keyword

keyword: Token

keyword token attached to the value

token

token: Token

token enum from lexer

Optional value

value: undefined | string

value attached to the token

Generated using TypeDoc