Class: T

page.BNF. T

Represents a (unique!) terminal for BNF.


<private> new T()

Creates a new terminal for BNF.

Properties:
Name Type Description
ord number

global index; transient, set in page.BNF#init.

first Map

maps ord to this; transient, set in page.BNF#init.

Source:

Methods


dump()

Displays ordinal number, if any, and description of terminal.

Source:
Returns:
Type
string