()
| 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> |
no test coverage detected