com.bea.p13n.expression
Interface Evaluator


public interface Evaluator

An interface that is implemented by the classes that can evaluate an Expression.


Method Summary
 Object evaluate(Expression expression)
          Evaluates a given expression.
 

Method Detail

evaluate

Object evaluate(Expression expression)
                throws ExpressionException
Evaluates a given expression.

Parameters
expression - An Expression to be evaluated.
Returns
The result of evaluating the supplied expression.
Throws
ExpressionException - if an error occurs during evaluation of the supplied expression.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.