// Parse the fragments inside the databinding expression.
Reader reader = new SourceFragmentsReader(sourceLocation.getSourcePath(), fragments.toArray(new ISourceFragment[0]));
// IExpressionNode expressionNode = ASParser.parseDataBinding(workspace, reader, problems);
IProjectConfigVariables projectConfigVariables =
((FlexProject)project).getProjectConfigVariables();
IExpressionNode expressionNode = ASParser.parseExpression(workspace, reader, problems,
projectConfigVariables, sourceLocation);
// If the parse of the databinding expression failed,
// substitute an empty string literal node
// (which is the result of the empty databinding expression {}).