blob: a9f116f9f98cdb1e27a2abfb8fe8db4a4a131e27 [file] [log] [blame]
[module myModule('http://www.eclipse.org/emf/2002/Ecore')/]
[template public myTemplate(myParam : ecore::EClassifier)]
[if (myParam.name = '')]
some static text.
[elseif (not myParam.oclIsKindOf(ecore::EClass))][else]
[myParam.eSuperTypes/]
[/if]
[/template]