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

Method isDictionary

output/java8/1.4.13/STGroupString.java:60–64  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public boolean isDictionary(String name) {
62 if ( !alreadyLoaded ) load();
63 return super.isDictionary(name);
64 }
65
66 @Override
67 public boolean isDefined(String name) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected