Package org.glassfish.expressly.lang
Class ExpressionBuilder
java.lang.Object
org.glassfish.expressly.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 TypeMethodDescriptioncreateMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) static NodecreateNode(String expr) createValueExpression(Class<?> expectedType) void
-
Constructor Details
-
ExpressionBuilder
- Throws:
ELException
-
-
Method Details
-
createNode
- Throws:
ELException
-
visit
- Specified by:
visitin interfaceNodeVisitor- Throws:
ELException
-
createValueExpression
- Throws:
ELException
-
createMethodExpression
public MethodExpression createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) throws ELException - Throws:
ELException
-