Package com.tonic.analysis.query.parser
The query language parser and the tokens it reads.
-
Class Summary Class Description ConditionParser Recursive-descent parser for the composableWHEREexpression language.QueryLexer Tokenizer for the query DSL.QueryParser Parses the outer query shell -(FIND|SHOW) target [IN|DURING scope] [WHERE expr] [WITH runspec] [LIMIT n] [ORDER BY key]- and delegates theWHEREexpression toConditionParser, the composable matcher grammar.Token Token produced by QueryLexer. -
Enum Summary Enum Description Token.TokenType The lexical kinds of the query language. -
Exception Summary Exception Description ParseException Exception thrown when query parsing fails.