Class ExpressionBuilder
java.lang.Object
org.jdesktop.el.impl.lang.ExpressionBuilder
- All Implemented Interfaces:
NodeVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMethodExpression
(Class expectedReturnType, Class[] expectedParamTypes) static final Node
createNode
(String expr) createValueExpression
(Class expectedType) void
-
Constructor Details
-
ExpressionBuilder
- Throws:
ELException
-
-
Method Details
-
createNode
- Throws:
ELException
-
visit
- Specified by:
visit
in interfaceNodeVisitor
- Throws:
ELException
-
createValueExpression
- Throws:
ELException
-
createMethodExpression
public MethodExpression createMethodExpression(Class expectedReturnType, Class[] expectedParamTypes) throws ELException - Throws:
ELException
-