Skip to content
Snippets Groups Projects
Select Git revision
  • 76111d208ec1786ddc010d0b293d53666cf9c84d
  • dev default protected
  • main protected
  • feature/ros-java-integration
4 results

mappingDefinition.mustache

Blame
  • rschoene's avatar
    René Schöne authored
    - added fail-fast behaviour to mustache (if a name/method can not be resolved)
    - enabled logging of mustache (using log4j)
    76111d20
    History
    mappingDefinition.mustache 184 B
      protected static {{toType}} ASTNode.{{methodName}}({{fromType}} {{fromVariableName}}) throws Exception {
        {{{content}}}{{!maybe print line by line to get better indentation}}
      }