Interface Parser
- 
- All Known Implementing Classes:
 ELParserHarness,SimpleExpressionParser,StringParser
public interface ParserReally basic interface that can be implemented by both the ELParser and the Query parser. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionparse(java.lang.String expr, ExpressionParseContext binder) 
 - 
 
- 
- 
Method Detail
- 
parse
Expression parse(java.lang.String expr, ExpressionParseContext binder) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
 - 
 
 -