DFASerializer

@uml A DFA walker that knows how to dump them to serialized strings.

Constructors

this
this(DFA dfa, string[] tokenNames)
Undocumented in source.
this
this(DFA dfa, Vocabulary vocabulary)
Undocumented in source.

Members

Functions

getEdgeLabel
string getEdgeLabel(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getStateString
string getStateString(DFAState s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

@uml @override

Variables

dfa
DFA dfa;
Undocumented in source.
vocabulary
Vocabulary vocabulary;
Undocumented in source.

Meta