Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.95
render
Method · 0.95
inspect
Method · 0.95
getEvents
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected