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

Method isDefined

output/java8/1.4.17/STGroupFile.java:113–117  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected