()
| 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 | "@" + |
| 567 | STGroup.getUnMangledTemplateName(name); |
| 568 | } |
| 569 | return name; |
| 570 | } |
| 571 | |
| 572 | /** |
| 573 | * <pre> |
no test coverage detected