public class NestedExpressionParser extends Object implements ExpressionParser
| Constructor and Description |
|---|
NestedExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
ParsedExpression |
parse(String expression)
Parse the expression.
|
public ParsedExpression parse(String expression)
ExpressionParserparse in interface ExpressionParserexpression - The expression.Copyright © 2023. All rights reserved.