| 89 | } |
| 90 | |
| 91 | std::string TD_TL_writer_java::gen_base_function_class_name() const { |
| 92 | return base_function_class_name; |
| 93 | } |
| 94 | |
| 95 | std::string TD_TL_writer_java::gen_class_name(std::string name) const { |
| 96 | if (name == "Object") { |
nothing calls this directly
no outgoing calls
no test coverage detected