Options
All
  • Public
  • Public/Protected
  • All
Menu

A entry of GotoMap.

It is a key-value pair with grammer symbol as key and LRClosure as value where value is the lr item to go to for associated lr item(i).

GOTO(i, key) = value

export
interface

GotoMapEntry

Hierarchy

  • GotoMapEntry

Indexable

[symbol: string]: LRClosure | null

A entry of GotoMap.

It is a key-value pair with grammer symbol as key and LRClosure as value where value is the lr item to go to for associated lr item(i).

GOTO(i, key) = value

Generated using TypeDoc