Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ str
Method
str
output/java/1.4.14/STLexer.java:707–710 ·
view source on GitHub ↗
(int c)
Source
from the content-addressed store, hash-verified
705
}
706
707
public
static
String str(
int
c) {
708
if
( c==EOF )
return
"<EOF>"
;
709
return
String.valueOf((char)c);
710
}
711
}
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