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

Method isDefined

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

Source from the content-addressed store, hash-verified

113 }
114
115 @Override
116 public boolean isDefined(String name) {
117 if ( !alreadyLoaded ) load();
118 return super.isDefined(name);
119 }
120
121 @Override
122 public synchronized void unload() {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected