MCPcopy
hub / github.com/antlr/antlr4 / writeDOTFile

Method writeDOTFile

tool/src/org/antlr/v4/Tool.java:896–898  ·  view source on GitHub ↗
(Grammar g, Rule r, String dot)

Source from the content-addressed store, hash-verified

894 }
895
896 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException {
897 writeDOTFile(g, r.g.name + "." + r.name, dot);
898 }
899
900 protected void writeDOTFile(Grammar g, String name, String dot) throws IOException {
901 Writer fw = getOutputFileWriter(g, name + ".dot");

Callers 1

generateATNsMethod · 0.95

Calls 3

getOutputFileWriterMethod · 0.95
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected