#if !defined(SPP_AST_GEN) {% for class in ast.get_namespace('tst').classes %} /* {{ class.name }} {% for method in class.methods %} {{ method.return_type }} {{ method.name }} ({% for param in method.params %} {{ param.type }} {{ param.name }} {% endfor %}) {% endfor %} {% endfor %} */ #endif