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

Method load

output/java/1.4.12/STGroupFile.java:127–131  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 protected CompiledST load(String name) {
129 if ( !alreadyLoaded ) load();
130 return rawGetTemplate(name);
131 }
132
133 @Override
134 public void load() {

Callers 3

isDictionaryMethod · 0.95
isDefinedMethod · 0.95
showMethod · 0.95

Calls 5

toStringMethod · 0.65
sizeMethod · 0.65
keySetMethod · 0.65
rawGetTemplateMethod · 0.45
loadGroupFileMethod · 0.45

Tested by

no test coverage detected