public class LogicalExpressionParser extends Object
| Constructor and Description |
|---|
LogicalExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
static LogicalExpression |
parse(String expr)
Initializes logical expression lexer and parser, add error listener that converts all
syntax error into
ExpressionParsingException. |
public static LogicalExpression parse(String expr)
ExpressionParsingException.
Parses given expression into logical expression instance.expr - expression to be parsedCopyright © 2021 The Apache Software Foundation. All rights reserved.