MCPcopy Index your code
hub / github.com/antlr/codebuff / getFilenames

Method getFilenames

src/org/antlr/codebuff/Tool.java:372–376  ·  view source on GitHub ↗
(File f, String inputFilePattern)

Source from the content-addressed store, hash-verified

370 }
371
372 public static List<String> getFilenames(File f, String inputFilePattern) throws Exception {
373 List<String> files = new ArrayList<>();
374 getFilenames_(f, inputFilePattern, files);
375 return files;
376 }
377
378 public static void getFilenames_(File f, String inputFilePattern, List<String> files) {
379 // If this is a directory, walk each file/dir in that directory

Callers 10

formatMethod · 0.95
testAllLanguagesMethod · 0.95
CorpusMethod · 0.80
scoreDocumentsMethod · 0.80
validateOneDocumentMethod · 0.80
validateDocumentsMethod · 0.80
mainMethod · 0.80
SubsetValidatorMethod · 0.80

Calls 1

getFilenames_Method · 0.95

Tested by 1

scoreDocumentsMethod · 0.64