public interface ExpressionParser
Modifier and Type | Method and Description |
---|---|
Expression |
parseExpression(java.lang.String expressionString,
ParserContext context)
Parse the expression string and return a compiled Expression object you can use for evaluation.
|
Expression parseExpression(java.lang.String expressionString, ParserContext context) throws ParserException
3 + 4 name.firstName
expressionString
- the raw expression string to parsecontext
- a context for influencing this expression parsing routine (optional)ParserException
- an exception occurred during parsing