MCPcopy Create free account
hub / github.com/antlr/codebuff / write

Method write

output/java/1.4.19/ST.java:433–437  ·  view source on GitHub ↗
(STWriter out)

Source from the content-addressed store, hash-verified

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