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

Method isDefined

output/java/1.4.15/STGroupFile.java:118–122  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected