Interface PredicateParser
public interface PredicateParser
Interface a predicate parser has to implement.
-
Method Summary
-
Method Details
-
parse
Parse the specified input.- Parameters:
input- the input that should be parsed.- Returns:
- the AST
RootNoderepresenting the root of the AST. - Throws:
NullPointerException- ifinputisnull.ParserException- ifinputcould not be parsed.
-