All Classes and Interfaces

Class
Description
 
 
Deprecated.
Use RqlBaseVisitor instead
 
 
 
Used to convert parts of the RQL query string into Java objects
DefaultValueConverter for booleans, case-insensitive.
Converts a string to a case-insensitive regex Pattern
DefaultValueConverter for epoch millisecond timestamps
Tries to convert to ZonedDateTime, then LocalDateTime, then finally LocalDate.
DefaultValueConverter for ISO 8601 formatted local date (with no time), no zone or offset is specified.
DefaultValueConverter for ISO 8601 formatted local date-time, no zone or offset is specified.
DefaultValueConverter for numbers, can return integers, floats, BigDecimal etc.
Converts a string to a case-sensitive regex Pattern
String converter
DefaultValueConverter for ISO 8601 formatted date-time with a zone/offset.
 
 
 
 
 
 
 
This class provides an empty implementation of RqlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
This class provides an empty implementation of RqlVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
 
This interface defines a complete listener for a parse tree produced by RqlParser.
 
Deprecated.
Use RqlParser directly instead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This interface defines a complete generic visitor for a parse tree produced by RqlParser.
Deprecated.
Use RqlBaseVisitor instead
 
 
 
Throws a ParseCancellationException with the line, position and message.