| 207 | } |
| 208 | |
| 209 | std::string TD_TL_writer_java::gen_int_const(const tl::tl_tree *tree_c, |
| 210 | const std::vector<tl::var_description> &vars) const { |
| 211 | assert(false); |
| 212 | return std::string(); |
| 213 | } |
| 214 | |
| 215 | std::string TD_TL_writer_java::gen_output_begin() const { |
| 216 | return "package " + package_name + |
nothing calls this directly
no outgoing calls
no test coverage detected