org.oddjob.arooa.runtime
Interface ExpressionParser

All Known Implementing Classes:
NestedExpressionParser, StandardPropertyHelper

public interface ExpressionParser

Something that is able to parse an expression which is either an attribute in a configuration or element text.

Author:
rob

Method Summary
 ParsedExpression parse(String expression)
          Parse the expression.
 

Method Detail

parse

ParsedExpression parse(String expression)
Parse the expression.

Parameters:
expression - The expression.
Returns:
A parsed expression ready for evaluation.