| 451 | } |
| 452 | |
| 453 | std::string TD_TL_writer_java::gen_constructor_begin(int fields_num, const std::string &class_name, |
| 454 | bool is_default) const { |
| 455 | return "\n" |
| 456 | " public " + |
| 457 | class_name + "("; |
| 458 | } |
| 459 | |
| 460 | std::string TD_TL_writer_java::gen_constructor_parameter(int field_num, const std::string &class_name, const tl::arg &a, |
| 461 | bool is_default) const { |
nothing calls this directly
no outgoing calls
no test coverage detected