Skip to content
Snippets Groups Projects
Select Git revision
  • 1a16871d3b6349d35e5f584f750a85d43f2b87a2
  • master default protected
  • 20-poc-use-tinytemplate-as-template-engine
  • dev/rene
  • feature/submodule
  • feature/relast
6 results

mappingDefinition.mustache

Blame
  • mappingDefinition.mustache 184 B
      protected static {{toType}} ASTNode.{{methodName}}({{fromType}} {{fromVariableName}}) throws Exception {
        {{{content}}}{{!maybe print line by line to get better indentation}}
      }