Package org.apache.el.lang
Class ExpressionBuilder
java.lang.Object
org.apache.el.lang.ExpressionBuilder
- All Implemented Interfaces:
- org.apache.el.parser.NodeVisitor
- Author:
- Jacob Hookom [jacob@hookom.net]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) static org.apache.el.parser.NodecreateNode(String expr) createValueExpression(Class<?> expectedType) voidvisit(org.apache.el.parser.Node node) 
- 
Constructor Details- 
ExpressionBuilder- Throws:
- ELException
 
 
- 
- 
Method Details- 
createNode- Throws:
- ELException
 
- 
visit- Specified by:
- visitin interface- org.apache.el.parser.NodeVisitor
- Throws:
- ELException
 
- 
createValueExpression- Throws:
- ELException
 
- 
createMethodExpressionpublic MethodExpression createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) throws ELException - Throws:
- ELException
 
 
-