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

Method isDefined

output/java/1.4.12/STGroup.java:242–244  ·  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

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

Callers

nothing calls this directly

Calls 1

lookupTemplateMethod · 0.95

Tested by

no test coverage detected