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

Method write

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

Source from the content-addressed store, hash-verified

429 }
430
431 public int write(STWriter out) throws IOException {
432 Interpreter interp = new Interpreter(groupThatCreatedThisInstance, impl.nativeGroup.errMgr, false);
433 InstanceScope scope = new InstanceScope(null, this);
434 return interp.exec(out, scope);
435 }
436
437 public int write(STWriter out, Locale locale) {
438 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