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

Method STGroupFile

output/java/1.4.13/STGroupFile.java:58–60  ·  view source on GitHub ↗

Load a file relative to current directory or from root or via CLASSPATH.

(String fileName)

Source from the content-addressed store, hash-verified

56
57 /** Load a file relative to current directory or from root or via CLASSPATH. */
58 public STGroupFile(String fileName) {
59 this(fileName, '<', '>');
60 }
61
62 public STGroupFile(String fileName, char delimiterStartChar, char delimiterStopChar) {
63 super(delimiterStartChar, delimiterStopChar);

Callers

nothing calls this directly

Calls 1

getURLMethod · 0.45

Tested by

no test coverage detected