(SchemaTuple<?> t, boolean checkType)
| 92 | } |
| 93 | |
| 94 | protected SchemaTuple<T> set(SchemaTuple<?> t, boolean checkType) throws ExecException { |
| 95 | return generatedCodeSet(t, checkType); |
| 96 | } |
| 97 | |
| 98 | protected abstract SchemaTuple<T> generatedCodeSet(SchemaTuple<?> t, boolean checkType) throws ExecException; |
| 99 |
no test coverage detected