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

Method isDictionary

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected