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

Method load

output/java/1.4.19/STGroup.java:292–294  ·  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

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

Callers 3

lookupTemplateMethod · 0.95
registerRendererMethod · 0.95
getTemplateNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected