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

Method setLineWidth

output/java8/1.4.17/AutoIndentWriter.java:95–98  ·  view source on GitHub ↗
(int lineWidth)

Source from the content-addressed store, hash-verified

93 }
94
95 @Override
96 public void setLineWidth(int lineWidth) {
97 this.lineWidth = lineWidth;
98 }
99
100 @Override
101 public void pushIndentation(String indent) {

Callers 4

writeMethod · 0.95
renderMethod · 0.95
inspectMethod · 0.95
getEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected