Package com.sun.el.lang
Class ExpressionBuilder
java.lang.Object
com.sun.el.lang.ExpressionBuilder
- All Implemented Interfaces:
NodeVisitor
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Jacob Hookom [jacob@hookom.net], Kin-man Chung // EL cache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.MethodExpression
createMethodExpression
(Class expectedReturnType, Class[] expectedParamTypes) static final Node
createNode
(String expr) javax.el.ValueExpression
createValueExpression
(Class expectedType) void
-
Constructor Details
-
ExpressionBuilder
- Throws:
javax.el.ELException
-
-
Method Details
-
createNode
- Throws:
javax.el.ELException
-
visit
- Specified by:
visit
in interfaceNodeVisitor
- Throws:
javax.el.ELException
-
createValueExpression
public javax.el.ValueExpression createValueExpression(Class expectedType) throws javax.el.ELException - Throws:
javax.el.ELException
-
createMethodExpression
public javax.el.MethodExpression createMethodExpression(Class expectedReturnType, Class[] expectedParamTypes) throws javax.el.ELException - Throws:
javax.el.ELException
-