()
| 429 | } |
| 430 | |
| 431 | public boolean isAnonSubtemplate() { |
| 432 | return impl.isAnonSubtemplate; |
| 433 | } |
| 434 | |
| 435 | public int write(STWriter out) throws IOException { |
| 436 | Interpreter interp = new Interpreter(groupThatCreatedThisInstance, impl.nativeGroup.errMgr, false); |
no outgoing calls
no test coverage detected