{
Environment env = new Environment(JavaTypeRegistry.instance());
ariba.util.fieldvalue.Expression expr = compile(env, null, null,
null, null, false, stringRepresentation, env.getErrorCollector());
if (!ListUtil.nullOrEmptyList(env.getErrorCollector())) {
throw new ExpressionEvaluatorException(
getErrorString(env.getErrorCollector()));
}
return expr;
}