Use hard tab in code generation template
This commit is contained in:
parent
019cba7c46
commit
29495c4a04
|
@ -820,7 +820,7 @@ public static final String _serializedATN =
|
|||
public static final ATN _ATN =
|
||||
ATNSimulator.deserialize(_serializedATN.toCharArray());
|
||||
static {
|
||||
_decisionToDFA = new DFA[_ATN.getNumberOfDecisions()];
|
||||
_decisionToDFA = new DFA[_ATN.getNumberOfDecisions()];
|
||||
<! org.antlr.v4.tool.DOTGenerator dot = new org.antlr.v4.tool.DOTGenerator(null);!>
|
||||
<! System.out.println(dot.getDOT(_ATN.decisionToState.get(0), ruleNames, false));!>
|
||||
<! System.out.println(dot.getDOT(_ATN.ruleToStartState[2], ruleNames, false));!>
|
||||
|
|
Loading…
Reference in New Issue