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

Method toString

output/java/1.4.17/ST.java:565–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 }
564
565 @Override
566 public String toString() {
567 if ( impl==null ) return "bad-template()";
568 String name = impl.name+"()";
569 if ( this.impl.isRegion ) {
570 name = "@" +
571 STGroup.getUnMangledTemplateName(name);
572 }
573 return name;
574 }
575
576 /**
577 * <pre>

Callers 1

toStringMethod · 0.95

Calls 1

Tested by

no test coverage detected