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