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

Method load

output/java8/1.4.13/STGroup.java:290–292  ·  view source on GitHub ↗

Load st from disk if directory or load whole group file if .stg file (then return just one template). name is fully-qualified.

(String name)

Source from the content-addressed store, hash-verified

288 */
289
290 protected CompiledST load(String name) {
291 return null;
292 }
293
294 /** Force a load if it makes sense for the group. */
295

Callers 3

lookupTemplateMethod · 0.95
registerRendererMethod · 0.45
getTemplateNamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected