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

Method isDefined

output/java8/1.4.13/STGroup.java:241–243  ·  view source on GitHub ↗

Is this template defined in this group or from this group below? Names must be absolute, fully-qualified names like /a/b.

(String name)

Source from the content-addressed store, hash-verified

239 */
240
241 public boolean isDefined(String name) {
242 return lookupTemplate(name)!=null;
243 }
244
245 /** Look up a fully-qualified name. */
246

Callers

nothing calls this directly

Calls 1

lookupTemplateMethod · 0.95

Tested by

no test coverage detected