| 220 | } |
| 221 | |
| 222 | std::string TD_TL_writer_java::gen_output_end() const { |
| 223 | return "}\n"; |
| 224 | } |
| 225 | |
| 226 | std::string TD_TL_writer_java::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const { |
| 227 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected