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

Method render

output/java8/1.4.12/ST.java:485–487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 }
484
485 public String render() {
486 return render(Locale.getDefault());
487 }
488
489 public String render(int lineWidth) {
490 return render(Locale.getDefault(), lineWidth);

Callers 3

test1Method · 0.95
test4Method · 0.95
formatMethod · 0.95

Calls 3

setLineWidthMethod · 0.95
writeMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected