MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / parseSubtemplates

Method parseSubtemplates

erpcgen/src/JavaGenerator.cpp:183–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void JavaGenerator::parseSubtemplates()
184{
185 const char *templateName = "java_coders";
186 try
187 {
188 parse(kJavaCoders, m_templateData);
189 }
190 catch (TemplateException &e)
191 {
192 throw TemplateException(format_string("Template %s: %s", templateName, e.what()));
193 }
194}
195
196void JavaGenerator::generate()
197{

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
TemplateExceptionClass · 0.85
format_stringFunction · 0.85

Tested by

no test coverage detected