| 143 | } |
| 144 | |
| 145 | std::string TD_TL_writer_java::gen_parameter_name(int index) const { |
| 146 | assert(false); |
| 147 | return std::string(); |
| 148 | } |
| 149 | |
| 150 | std::string TD_TL_writer_java::gen_type_name(const tl::tl_tree_type *tree_type) const { |
| 151 | const tl::tl_type *t = tree_type->type; |
nothing calls this directly
no outgoing calls
no test coverage detected