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

Method AutoIndentWriter

output/java8/1.4.17/AutoIndentWriter.java:86–90  ·  view source on GitHub ↗
(Writer out, String newline)

Source from the content-addressed store, hash-verified

84 public int lineWidth = NO_WRAP;
85
86 public AutoIndentWriter(Writer out, String newline) {
87 this.out = out;
88 indents.add(null); // s oftart with no indent
89 this.newline = newline;
90 }
91 public AutoIndentWriter(Writer out) {
92 this(out, System.getProperty("line.separator"));
93 }

Callers

nothing calls this directly

Calls 2

addMethod · 0.65
getPropertyMethod · 0.65

Tested by

no test coverage detected