org.springmodules.validation.util.fel
Interface FunctionExpressionParser
- All Known Implementing Classes:
- OgnlFunctionExpressionParser, PropertyPathFunctionExpressionParser, ValangFunctionExpressionParser
public interface FunctionExpressionParser
Represents a parser that can parse function expression and produce an appropriate function.
- Author:
- Uri Boness
|
Method Summary |
Function |
parse(java.lang.String expression)
Parses the given function expression and returns the parsed function. |
parse
Function parse(java.lang.String expression)
throws FelParseException
- Parses the given function expression and returns the parsed function.
- Parameters:
expression - The function expression.
- Returns:
- The parsed function.
- Throws:
FelParseException - thrown when the expression parsing fails.
Copyright © 2005. All Rights Reserved.