public interface ExpressionParser
| Modifier and Type | Method and Description |
|---|---|
Expression |
parseExpression(String expressionString) |
Expression |
parseExpression(String expressionString,
ParserContext context) |
Expression parseExpression(String expressionString) throws ParseException
ParseExceptionExpression parseExpression(String expressionString, ParserContext context) throws ParseException
ParseExceptionCopyright © 2022. All rights reserved.