| 438 | } |
| 439 | |
| 440 | std::string TD_TL_writer_java::gen_fetch_switch_begin() const { |
| 441 | return ""; |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected