GeneratedNonterminal

Undocumented in source.
class GeneratedNonterminal : Nonterminal {}

Constructors

this
this(size_t index)

@param index the index of the generated nonterminal

Inherited Members

From Nonterminal

index
size_t index()

Returns the index of the nonterminal. The index is unique in the set of all nonterminals of the grammar. It cannot be greater than the number of nonterminals in the grammar @return the unique index of the nonterminal

Meta