All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samplegenerators.Genie.generator Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version

[template name String param]
  some text 
  [for a in param.toCharArray if not a.hashCode
     , b = param.length, c in param.toCharArray]
    [if not b]
    [else if param.length]
      [let cd]
        WW[cd][b]WW[for.index][c]
        [if for.first][cd][/if]
      [/let]
    [else if param]
      [param.length]
    [else]
    [/if]
  [/for]
  
  [-- param--]
  other text [param]
  [let our Integer s]
    [s.hashCode][param.length]
  [/let]
  
    [surname]
      xx
    [/surname]
[/template]

[template surname]
  [name toString]
[/template]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy