- get
inout(NonterminalType!nonterminalID2) get()
Undocumented in source.
- get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
- getT
inout(T) getT()
Undocumented in source. Be warned that the author may not have intended to support it.
- isType
bool isType()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Union!(singleNonterminalID2, maxSize2) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- setT
void setT(T data, SymbolID nonterminalID3)
Undocumented in source. Be warned that the author may not have intended to support it.
Tagged union of types for nonterminals. Used internally by the parser. The tree creator can also choose a custom implementation.