| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionExpressionParser
Represents a parser that can parse function expression and produce an appropriate function.
| Method Summary | |
|---|---|
|  Function | parse(String expression)Parses the given function expression and returns the parsed function. | 
| Method Detail | 
|---|
Function parse(String expression)
               throws FelParseException
expression - The function expression.
FelParseException - thrown when the expression parsing fails.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||