MCPcopy Create free account
hub / github.com/antlr/codebuff / getFileName

Method getFileName

output/java8/1.4.14/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

getNameMethod · 0.95

Calls 1

getFileMethod · 0.45

Tested by

no test coverage detected