Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ writeSeparator
Method
writeSeparator
output/java/1.4.15/AutoIndentWriter.java:166–170 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
164
}
165
166
@Override
167
public
int
writeSeparator(String str)
168
throws IOException {
169
return
write(str);
170
}
171
172
/**
173
* 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