blob: dbd1f8718286c5cfcc293487c9660350c32db5de [file] [log] [blame]
[module myModule('http://www.eclipse.org/emf/2002/Ecore')/]
[template public myTemplate(myParam : ecore::EPackage)]
[if (myParam.eClassifiers->size() = 0)]
some static text.
[else]
some different static text.
[/if]
[/template]