Parse the expression string and return an Expression object you can use for repeated evaluation.
Some examples:
3 + 4 name.firstName
@param expressionString the raw expression string to parse
@return an evaluator for the parsed expression
@throws ParseException an exception occurred during parsing
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.