Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ writeSeparator
Method
writeSeparator
output/java8/1.4.17/AutoIndentWriter.java:165–168 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
163
}
164
165
@Override
166
public
int
writeSeparator(String str) throws IOException {
167
return
write(str);
168
}
169
170
/**
171
* Write out a string literal or attribute expression or expression element.
Callers
nothing calls this directly
Calls
1
write
Method · 0.95
Tested by
no test coverage detected