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

Method rawGetTemplate

output/java8/1.4.13/STGroup.java:313–315  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

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

Callers 8

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

Calls 1

getMethod · 0.65

Tested by

no test coverage detected