forked from jasder/antlr
commented out DotGen
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9180]
This commit is contained in:
parent
565be04fd2
commit
08bba26940
|
@ -750,7 +750,7 @@ public static final String _serializedATN =
|
|||
public static final ATN _ATN =
|
||||
ATNSimulator.deserialize(_serializedATN.toCharArray());
|
||||
static {
|
||||
org.antlr.v4.tool.DOTGenerator dot = new org.antlr.v4.tool.DOTGenerator(null);
|
||||
//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