Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ str
Method
str
output/java8/1.4.17/STLexer.java:705–708 ·
view source on GitHub ↗
(int c)
Source
from the content-addressed store, hash-verified
703
}
704
705
public
static
String str(
int
c) {
706
if
( c==EOF )
return
"<EOF>"
;
707
return
String.valueOf((char)c);
708
}
709
}
Callers
4
match
Method · 0.95
inside
Method · 0.95
ESCAPE
Method · 0.95
UNICODE
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected