| 250 | } |
| 251 | |
| 252 | std::string TD_TL_writer_java::gen_field_definition(const std::string &class_name, const std::string &type_name, |
| 253 | const std::string &field_name) const { |
| 254 | return " public " + type_name + " " + field_name + ";\n"; |
| 255 | } |
| 256 | |
| 257 | std::string TD_TL_writer_java::gen_vars(const tl::tl_combinator *t, const tl::tl_tree_type *result_type, |
| 258 | std::vector<tl::var_description> &vars) const { |
nothing calls this directly
no outgoing calls
no test coverage detected