commented out DotGen

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9180]
This commit is contained in:
parrt 2011-10-23 19:25:52 -08:00
parent 565be04fd2
commit 08bba26940
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}