Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getSourceName
Method
getSourceName
output/java/1.4.14/STLexer.java:702–705 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
700
//
701
702
@Override
703
public
String getSourceName() {
704
return
"no idea"
;
705
}
706
707
public
static
String str(
int
c) {
708
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