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

Method STGroupDir

output/java8/1.4.15/STGroupDir.java:55–57  ·  view source on GitHub ↗
(String dirName)

Source from the content-addressed store, hash-verified

53 public URL root;
54
55 public STGroupDir(String dirName) {
56 this(dirName, '<', '>');
57 }
58 public STGroupDir(String dirName, char delimiterStartChar, char delimiterStopChar) {
59 super(delimiterStartChar, delimiterStopChar);
60 this.groupDirName = dirName;

Callers

nothing calls this directly

Calls 4

isDirectoryMethod · 0.45
getResourceMethod · 0.45
getNameMethod · 0.45
getFileMethod · 0.45

Tested by

no test coverage detected