public interface ExpressionParser
| Modifier and Type | Method and Description |
|---|---|
ParsedExpression |
parse(String expression)
Parse the expression.
|
ParsedExpression parse(String expression)
expression - The expression.Copyright © 2023. All rights reserved.