public final class ExpressionBuilder extends Object implements NodeVisitor
| Constructor and Description |
|---|
ExpressionBuilder(String expression,
jakarta.el.ELContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.el.MethodExpression |
createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes) |
static Node |
createNode(String expr) |
jakarta.el.ValueExpression |
createValueExpression(Class expectedType) |
void |
visit(Node node) |
public ExpressionBuilder(String expression, jakarta.el.ELContext ctx) throws jakarta.el.ELException
jakarta.el.ELExceptionpublic static Node createNode(String expr) throws jakarta.el.ELException
jakarta.el.ELExceptionpublic void visit(Node node) throws jakarta.el.ELException
visit in interface NodeVisitorjakarta.el.ELExceptionpublic jakarta.el.ValueExpression createValueExpression(Class expectedType) throws jakarta.el.ELException
jakarta.el.ELExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.