Package org.antlr.v4.runtime.dfa
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.
-
Constructor Summary
ConstructorsConstructorDescriptionDFASerializer(DFA dfa, String[] tokenNames) Deprecated.DFASerializer(DFA dfa, Vocabulary vocabulary) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetEdgeLabel(int i) protected StringtoString()
-
Constructor Details
-
DFASerializer
Deprecated.UseDFASerializer(DFA, Vocabulary)instead. -
DFASerializer
-
-
Method Details
DFASerializer(DFA, Vocabulary)instead.