362363364365366367368
} @Override public IForeach createForeach(ITemplate itemplate) { Template template = (Template) itemplate; return new Foreach(source, template.getContext()); }