Options
All
  • Public
  • Public/Protected
  • All
Menu

The GOTO map for the lr items.

It is a key-value pair with state name as key and GotoMapEntry as value.

Example: GOTO('i0', 'A') = 'i1'

{
 "i0": {
   "A": LRClosure,
   ...
 }
}
export
interface

GotoMap

Hierarchy

  • GotoMap

Indexable

[stateName: string]: GotoMapEntry

The GOTO map for the lr items.

It is a key-value pair with state name as key and GotoMapEntry as value.

Example: GOTO('i0', 'A') = 'i1'

{
 "i0": {
   "A": LRClosure,
   ...
 }
}

Generated using TypeDoc