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

Method load

output/java8/1.4.19/STGroup.java:291–293  ·  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

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

Callers 3

lookupTemplateMethod · 0.95
registerRendererMethod · 0.95
getTemplateNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected