Class ELParser
java.lang.Object
io.micronaut.el.parser.ELParser
The parser of the Jakarta Expression Language grammar collected in the section 1.26 of the
specification.
The parser is a recursive descent implementation of the grammar, with the operator precedence described in the section 1.16 of the specification.
- Since:
- 1.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELNodeParses an expression, which can be a literal-expression, an eval-expression or a composite expression.static ELNodeParses an expression that must consist of a single eval-expression, as required for a method expression by the section 1.2.3 of the specification.
-
Method Details
-
parse
-
parseEval
-