fRequestor.enterModule();
final ModuleDeclaration decl = SourceParserUtil
.parseSourceModule(new StringReader(source));
decl.traverse(new TwigASTVisitor()
{
@Override
public boolean visit(BlockStatement block) throws Exception
{
if (TwigCoreConstants.START_BLOCK.equals(block.getName().getValue())) {