| 442 | } |
| 443 | |
| 444 | std::string TD_TL_writer_java::gen_fetch_switch_case(const tl::tl_combinator *t, int arity) const { |
| 445 | assert(arity == 0); |
| 446 | return ""; |
| 447 | } |
| 448 | |
| 449 | std::string TD_TL_writer_java::gen_fetch_switch_end() const { |
| 450 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected