Module: google.appengine.api.search.expression_parser

Wrapper for ExpressionParser.

Classes

class ExpressionException: An error occurred while parsing the expression input string.

class ExpressionLexerWithErrors: An overridden Lexer that raises exceptions.

class ExpressionParserWithErrors: An overridden Parser that raises exceptions.

Functions

CreateParser(...): Creates a Expression Parser.

Parse(...): Parses an expression and returns the ANTLR tree.