com.sun.el.lang
Class ExpressionBuilder
java.lang.Object
com.sun.el.lang.ExpressionBuilder
- All Implemented Interfaces:
- NodeVisitor
public final class ExpressionBuilder
- extends java.lang.Object
- implements NodeVisitor
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $
- Author:
- Jacob Hookom [jacob@hookom.net]
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionBuilder
public ExpressionBuilder(java.lang.String expression,
ELContext ctx)
throws ELException
- Throws:
ELException
createNode
public static final Node createNode(java.lang.String expr)
throws ELException
- Throws:
ELException
visit
public void visit(Node node)
throws ELException
- Specified by:
visit in interface NodeVisitor
- Throws:
ELException
createValueExpression
public ValueExpression createValueExpression(java.lang.Class expectedType)
throws ELException
- Throws:
ELException
createMethodExpression
public MethodExpression createMethodExpression(java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes)
throws ELException
- Throws:
ELException
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.