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