Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ getSourceName
Method
getSourceName
output/java8/1.4.13/STLexer.java:676–679 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
674
//
675
676
@Override
677
public
String getSourceName() {
678
return
"no idea"
;
679
}
680
681
public
static
String str(
int
c) {
682
if
( c==EOF )
return
"<EOF>"
;
Callers
8
match
Method · 0.45
inside
Method · 0.45
ESCAPE
Method · 0.45
UNICODE
Method · 0.45
mSTRING
Method · 0.45
COMMENT
Method · 0.45
LINEBREAK
Method · 0.45
compileTimeError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected