Trie

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(RulePart value)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Appender!string app, int indent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

follow
Trie[] follow;
Undocumented in source.
ruleName
string ruleName;
Undocumented in source.
subRule
SubRule subRule;
Undocumented in source.
subRuleName
string subRuleName;
Undocumented in source.
subRuleNames
string[] subRuleNames;
Undocumented in source.
value
RulePart value;
Undocumented in source.

Meta