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