public class DFASerializer extends Object
| Constructor and Description |
|---|
DFASerializer(DFA dfa,
String[] tokenNames)
Deprecated.
Use
DFASerializer(DFA, Vocabulary) instead. |
DFASerializer(DFA dfa,
Vocabulary vocabulary) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEdgeLabel(int i) |
protected String |
getStateString(DFAState s) |
String |
toString() |
@Deprecated public DFASerializer(DFA dfa, String[] tokenNames)
DFASerializer(DFA, Vocabulary) instead.public DFASerializer(DFA dfa, Vocabulary vocabulary)
Copyright © 1992–2017 ANTLR. All rights reserved.