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

Method toString

output/java/1.4.13/ST.java:560–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

toStringMethod · 0.95

Calls 1

Tested by

no test coverage detected