| 242 | } |
| 243 | |
| 244 | std::string TD_TL_writer_java::gen_class_end() const { |
| 245 | return " }\n\n"; |
| 246 | } |
| 247 | |
| 248 | std::string TD_TL_writer_java::gen_class_alias(const std::string &class_name, const std::string &alias_name) const { |
| 249 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected