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

Method importTemplates

output/java8/1.4.12/STGroup.java:490–492  ·  view source on GitHub ↗

Make this group import templates/dictionaries from g. On unload imported templates are unloaded but stay in the #imports list.

(STGroup g)

Source from the content-addressed store, hash-verified

488 */
489
490 public void importTemplates(STGroup g) {
491 importTemplates(g, false);
492 }
493
494 /** Import template files, directories, and group files.
495 * Priority is given to templates defined in the current group;

Callers

nothing calls this directly

Calls 13

stripMethod · 0.95
setListenerMethod · 0.95
urlExistsMethod · 0.95
loadTemplateFileMethod · 0.95
getTextMethod · 0.65
equalsMethod · 0.65
internalErrorMethod · 0.65
compileTimeErrorMethod · 0.65
addMethod · 0.65
getRootDirURLMethod · 0.45
getListenerMethod · 0.45
getURLMethod · 0.45

Tested by

no test coverage detected