MCPcopy Index your code
hub / github.com/antlr/codebuff / write

Method write

output/java8/1.4.19/ST.java:435–439  ·  view source on GitHub ↗
(STWriter out)

Source from the content-addressed store, hash-verified

433 }
434
435 public int write(STWriter out) throws IOException {
436 Interpreter interp = new Interpreter(groupThatCreatedThisInstance, impl.nativeGroup.errMgr, false);
437 InstanceScope scope = new InstanceScope(null, this);
438 return interp.exec(out, scope);
439 }
440
441 public int write(STWriter out, Locale locale) {
442 Interpreter interp = new Interpreter(groupThatCreatedThisInstance, locale, impl.nativeGroup.errMgr, false);

Callers 1

renderMethod · 0.95

Calls 3

execMethod · 0.95
setLineWidthMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected