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

Method rawGetTemplate

output/java/1.4.19/STGroup.java:315–317  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

313 }
314
315 public CompiledST rawGetTemplate(String name) {
316 return templates.get(name);
317 }
318
319 public Map<String, Object> rawGetDictionary(String name) {
320 return dictionaries.get(name);

Callers 8

lookupTemplateMethod · 0.95
defineTemplateAliasMethod · 0.95
rawDefineTemplateMethod · 0.95
loadTemplateFileMethod · 0.95
showMethod · 0.95
loadMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected