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.MethodExpressioncreateMethodExpression(Class expectedReturnType, Class[] expectedParamTypes) static final NodecreateNode(String expr) javax.el.ValueExpressioncreateValueExpression(Class expectedType) void
-
Constructor Details
-
ExpressionBuilder
- Throws:
javax.el.ELException
-
-
Method Details
-
createNode
-
visit
- Specified by:
visitin interfaceNodeVisitor- Throws:
javax.el.ELException
-
createValueExpression
public javax.el.ValueExpression createValueExpression(Class expectedType) throws javax.el.ELException - Throws:
javax.el.ELException
-
createMethodExpression
-