MCPcopy 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

getNameMethod · 0.95

Calls 1

getFileMethod · 0.45

Tested by

no test coverage detected