Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
close
Method · 0.95
header
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected