Options
All
  • Public
  • Public/Protected
  • All
Menu

A entry of ActionMap.

It is a key-value pair with the grammer symbol as key and ActionEntry as value. Represents what action to take when the parser sees the grammer symbol as input in key for the state this entry is associated to.

export
interface

ActionMapEntry

Hierarchy

  • ActionMapEntry

Indexable

[symbol: string]: ActionEntry

A entry of ActionMap.

It is a key-value pair with the grammer symbol as key and ActionEntry as value. Represents what action to take when the parser sees the grammer symbol as input in key for the state this entry is associated to.

Generated using TypeDoc