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

Method rawGetTemplate

output/java8/1.4.16/STGroup.java:314–316  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

312 }
313
314 public CompiledST rawGetTemplate(String name) {
315 return templates.get(name);
316 }
317
318 public Map<String, Object> rawGetDictionary(String name) {
319 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