- Query - Class in org.xbib.cql
-
CQL query.
- QueryFacet<V> - Interface in org.xbib.cql
-
Query facet.
- QueryFilter<V> - Interface in org.xbib.cql
-
A Filter for a query.
- QueryGenerator - Class in org.xbib.cql.elasticsearch
-
Build Elasticsearch query from abstract syntax tree.
- QueryGenerator() - Constructor for class org.xbib.cql.elasticsearch.QueryGenerator
-
- QueryOption<V> - Interface in org.xbib.cql
-
Qery option.
- QueryStringDecoder - Class in org.xbib.cql.util
-
Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, boolean) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean, int) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, Charset, int) - Constructor for class org.xbib.cql.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QuotedStringTokenizer - Class in org.xbib.cql.util
-
A string tokenizer that understands quotes and escape characters.
- QuotedStringTokenizer(String) - Constructor for class org.xbib.cql.util.QuotedStringTokenizer
-
Constructs a string tokenizer for the specified string.
- QuotedStringTokenizer(String, String) - Constructor for class org.xbib.cql.util.QuotedStringTokenizer
-
Constructs a string tokenizer for the specified string.
"\"\'" are used as quotes, and '\\' is used as the escape character.
- QuotedStringTokenizer(String, String, String, char, boolean) - Constructor for class org.xbib.cql.util.QuotedStringTokenizer
-
Constructs a string tokenizer for the specified string.
- valueOf(String) - Static method in enum org.xbib.cql.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xbib.cql.Comparitor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xbib.cql.elasticsearch.ast.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xbib.cql.elasticsearch.ast.Token.TokenClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xbib.cql.elasticsearch.ast.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xbib.cql.elasticsearch.model.ElasticsearchFacet.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xbib.cql.BooleanOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xbib.cql.Comparitor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xbib.cql.elasticsearch.ast.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xbib.cql.elasticsearch.ast.Token.TokenClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xbib.cql.elasticsearch.ast.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xbib.cql.elasticsearch.model.ElasticsearchFacet.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(SortedQuery) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Query) - Method in class org.xbib.cql.CQLGenerator
-
- visit(SortSpec) - Method in class org.xbib.cql.CQLGenerator
-
- visit(SingleSpec) - Method in class org.xbib.cql.CQLGenerator
-
- visit(PrefixAssignment) - Method in class org.xbib.cql.CQLGenerator
-
- visit(ScopedClause) - Method in class org.xbib.cql.CQLGenerator
-
- visit(BooleanGroup) - Method in class org.xbib.cql.CQLGenerator
-
- visit(SearchClause) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Relation) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.CQLGenerator
-
- visit(ModifierList) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Term) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Identifier) - Method in class org.xbib.cql.CQLGenerator
-
- visit(SimpleName) - Method in class org.xbib.cql.CQLGenerator
-
- visit(Index) - Method in class org.xbib.cql.CQLGenerator
-
- visit(SortedQuery) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(SortSpec) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(SingleSpec) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Query) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(PrefixAssignment) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(ScopedClause) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(SearchClause) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(BooleanGroup) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Relation) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(ModifierList) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Term) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Identifier) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(Index) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(SimpleName) - Method in class org.xbib.cql.elasticsearch.ElasticsearchFilterGenerator
-
- visit(SortedQuery) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(SortSpec) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(SingleSpec) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Query) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(PrefixAssignment) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(ScopedClause) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(SearchClause) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(BooleanGroup) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Relation) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(ModifierList) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Term) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Identifier) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Index) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(SimpleName) - Method in class org.xbib.cql.elasticsearch.ElasticsearchQueryGenerator
-
- visit(Token) - Method in class org.xbib.cql.elasticsearch.FacetsGenerator
-
- visit(Name) - Method in class org.xbib.cql.elasticsearch.FacetsGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.FacetsGenerator
-
- visit(Operator) - Method in class org.xbib.cql.elasticsearch.FacetsGenerator
-
- visit(Expression) - Method in class org.xbib.cql.elasticsearch.FacetsGenerator
-
- visit(Token) - Method in class org.xbib.cql.elasticsearch.FilterGenerator
-
- visit(Name) - Method in class org.xbib.cql.elasticsearch.FilterGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.FilterGenerator
-
- visit(Operator) - Method in class org.xbib.cql.elasticsearch.FilterGenerator
-
- visit(Expression) - Method in class org.xbib.cql.elasticsearch.FilterGenerator
-
- visit(Token) - Method in class org.xbib.cql.elasticsearch.QueryGenerator
-
- visit(Name) - Method in class org.xbib.cql.elasticsearch.QueryGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.QueryGenerator
-
- visit(Operator) - Method in class org.xbib.cql.elasticsearch.QueryGenerator
-
- visit(Expression) - Method in class org.xbib.cql.elasticsearch.QueryGenerator
-
- visit(Token) - Method in class org.xbib.cql.elasticsearch.SortGenerator
-
- visit(Name) - Method in class org.xbib.cql.elasticsearch.SortGenerator
-
- visit(Modifier) - Method in class org.xbib.cql.elasticsearch.SortGenerator
-
- visit(Operator) - Method in class org.xbib.cql.elasticsearch.SortGenerator
-
- visit(Expression) - Method in class org.xbib.cql.elasticsearch.SortGenerator
-
- visit(Token) - Method in interface org.xbib.cql.elasticsearch.Visitor
-
- visit(Name) - Method in interface org.xbib.cql.elasticsearch.Visitor
-
- visit(Modifier) - Method in interface org.xbib.cql.elasticsearch.Visitor
-
- visit(Operator) - Method in interface org.xbib.cql.elasticsearch.Visitor
-
- visit(Expression) - Method in interface org.xbib.cql.elasticsearch.Visitor
-
- visit(SortedQuery) - Method in interface org.xbib.cql.Visitor
-
- visit(Query) - Method in interface org.xbib.cql.Visitor
-
- visit(PrefixAssignment) - Method in interface org.xbib.cql.Visitor
-
- visit(ScopedClause) - Method in interface org.xbib.cql.Visitor
-
- visit(BooleanGroup) - Method in interface org.xbib.cql.Visitor
-
- visit(SearchClause) - Method in interface org.xbib.cql.Visitor
-
- visit(Relation) - Method in interface org.xbib.cql.Visitor
-
- visit(Modifier) - Method in interface org.xbib.cql.Visitor
-
- visit(ModifierList) - Method in interface org.xbib.cql.Visitor
-
- visit(Term) - Method in interface org.xbib.cql.Visitor
-
- visit(Identifier) - Method in interface org.xbib.cql.Visitor
-
- visit(Index) - Method in interface org.xbib.cql.Visitor
-
- visit(SimpleName) - Method in interface org.xbib.cql.Visitor
-
- visit(SortSpec) - Method in interface org.xbib.cql.Visitor
-
- visit(SingleSpec) - Method in interface org.xbib.cql.Visitor
-
- Visitor - Interface in org.xbib.cql.elasticsearch
-
- Visitor - Interface in org.xbib.cql
-
CQL abstract syntax tree visitor.