* @return the Dart expression that was parsed
*/
public static Expression parseEmbeddedExpression(Source source,
com.google.dart.engine.scanner.Token token, AnalysisErrorListener errorListener) {
Parser parser = new Parser(source, errorListener);
return parser.parseExpression(token);
}
/**
* Given the contents of an embedded expression that occurs at the given offset, scans it as a
* Dart code.