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

Method getPS

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

Source from the content-addressed store, hash-verified

53 }
54
55 public String getPS() {
56 close();
57 return header()+ps.toString();
58 }
59
60 public void boundingBox(int w, int h) {
61 boundingBoxWidth = w;

Callers

nothing calls this directly

Calls 3

closeMethod · 0.95
headerMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected