Grammar

Undocumented in source.

Constructors

this
this(Nonterminal[] nonterminals, Terminal[] terminals, Rule[] rules, Nonterminal startSymbol)
Undocumented in source.

Members

Functions

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
nonterminal
Nonterminal nonterminal(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
nonterminals
Nonterminal[] nonterminals()
Undocumented in source. Be warned that the author may not have intended to support it.
ruleOf
Rule ruleOf(Nonterminal nonterminal)
Undocumented in source. Be warned that the author may not have intended to support it.
rules
Rule[] rules()
Undocumented in source. Be warned that the author may not have intended to support it.
startSymbol
Nonterminal startSymbol()
Undocumented in source. Be warned that the author may not have intended to support it.
terminal
Terminal terminal(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
terminals
Terminal[] terminals()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta