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