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

Method load

output/java/1.4.12/STGroupString.java:71–75  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

69 }
70
71 @Override
72 protected CompiledST load(String name) {
73 if ( !alreadyLoaded ) load();
74 return rawGetTemplate(name);
75 }
76
77 @Override
78 public void load() {

Callers 2

isDictionaryMethod · 0.95
isDefinedMethod · 0.95

Calls 2

IOErrorMethod · 0.65
rawGetTemplateMethod · 0.45

Tested by

no test coverage detected