blob: fc390ac642540049df9dee86f2b9e931645aa5b6 [file] [log] [blame]
[comment encoding = UTF-8 /]
[module blockForVariableInitializationOperation('http://www.eclipse.org/emf/2002/Ecore')/]
[template public main(eClass : EClass)][file (eClass.name + '.txt', false, 'UTF-8')][eClass.blockFor()/][/file][/template]
[template public blockFor(eClass : EClass)][for(Sequence{1, 2, 3}) {
newName : String = 'newName';
otherName : String = eClass.name.substring(1, 3).concat('YOP');
}]blockFor[newName/][otherName/][/for][/template]