Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getFileName
Method
getFileName
output/java/1.4.17/STGroupFile.java:159–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
@Override
160
public
String getFileName() {
161
if
( fileName!=null ) {
162
return
fileName;
163
}
164
return
url.getFile();
165
}
166
167
@Override
168
public
URL getRootDirURL() {
Callers
1
getName
Method · 0.95
Calls
1
getFile
Method · 0.45
Tested by
no test coverage detected