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

Method isDictionary

output/java/1.4.19/STGroupFile.java:112–116  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public boolean isDictionary(String name) {
114 if ( !alreadyLoaded ) load();
115 return super.isDictionary(name);
116 }
117
118 @Override
119 public boolean isDefined(String name) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected