Class DFASerializer
java.lang.Object
org.antlr.v4.runtime.dfa.DFASerializer
- Direct Known Subclasses:
LexerDFASerializer
A DFA walker that knows how to dump them to serialized strings.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDFASerializer(DFA dfa, String[] tokenNames) Deprecated.DFASerializer(DFA dfa, Vocabulary vocabulary) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetEdgeLabel(int i) protected StringtoString()
-
Field Details
-
dfa
-
vocabulary
-
-
Constructor Details
-
DFASerializer
Deprecated.UseDFASerializer(DFA, Vocabulary)instead. -
DFASerializer
-
-
Method Details
-
toString
-
getEdgeLabel
-
getStateString
-
DFASerializer(DFA, Vocabulary)instead.