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

Method isDefined

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

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public boolean isDefined(String name) {
67 if ( !alreadyLoaded ) load();
68 return super.isDefined(name);
69 }
70
71 @Override
72 protected CompiledST load(String name) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected