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

Method close

tool/src/org/antlr/v4/gui/PostScriptDocument.java:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public void close() {
68 if ( closed ) return;
69// ps.append("showpage\n");
70 ps.append("%%Trailer\n");
71 closed = true;
72 }
73
74 /** Compute the header separately because we need to wait for the bounding box */
75 protected StringBuilder header() {

Callers 9

getPSMethod · 0.95
writeDOTFileMethod · 0.45
loadMethod · 0.45
getPSMethod · 0.45
generateSVGFileMethod · 0.45
dumpProfilerCSVMethod · 0.45
saveImageMethod · 0.45
writePSMethod · 0.45
writeMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected