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

Method toString

output/java8/1.4.16/ST.java:566–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

564 }
565
566 @Override
567 public String toString() {
568 if ( impl==null ) return "bad-template()";
569 String name = impl.name +"()";
570 if ( this.impl.isRegion ) {
571 name = "@"+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