All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractQueryNode<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor> |
|
AbstractQueryNode.AbstractQueryNodeType |
Interface for node types of query expression tree nodes.
|
AbstractQueryNode.AbstractQueryVisitor |
Interface implementing a Visitor pattern for query expression trees.
|
AbstractQueryNode.SourceLocation |
Source information wrapping start and stop offsets in the query text for a
query node.
|
AbstractQueryParser<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor> |
|
AbstractQueryParser.ErrorListener |
|
AbstractQueryParser.ExpressionTreeBuilderException |
|
Expression |
A FCS-QL expression tree SIMPLE expression node.
|
ExpressionAnd |
A FCS-QL expression tree AND expression node.
|
ExpressionGroup |
A FCS-QL expression tree GROUP expression node.
|
ExpressionNot |
A FCS-QL expression tree NOT expression node.
|
ExpressionOr |
A FCS-QL expression tree OR expression node.
|
ExpressionWildcard |
A FCS-QL expression tree WILDCARD expression node.
|
FCSLexer |
|
FCSParser |
|
FCSParser.AttributeContext |
|
FCSParser.Expression_andContext |
|
FCSParser.Expression_basicContext |
|
FCSParser.Expression_groupContext |
|
FCSParser.Expression_notContext |
|
FCSParser.Expression_orContext |
|
FCSParser.ExpressionContext |
|
FCSParser.IdentifierContext |
|
FCSParser.Main_queryContext |
|
FCSParser.QualifierContext |
|
FCSParser.QuantifierContext |
|
FCSParser.Query_disjunctionContext |
|
FCSParser.Query_groupContext |
|
FCSParser.Query_implicitContext |
|
FCSParser.Query_segmentContext |
|
FCSParser.Query_sequenceContext |
|
FCSParser.Query_simpleContext |
|
FCSParser.QueryContext |
|
FCSParser.Regexp_flagContext |
|
FCSParser.Regexp_patternContext |
|
FCSParser.RegexpContext |
|
FCSParser.Within_part_simpleContext |
|
FCSParser.Within_partContext |
|
FCSParserBaseListener |
This class provides an empty implementation of FCSParserListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
FCSParserBaseVisitor<T> |
This class provides an empty implementation of FCSParserVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
FCSParserListener |
This interface defines a complete listener for a parse tree produced by
FCSParser .
|
FCSParserVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by FCSParser .
|
LexLexer |
|
LexParser |
|
LexParser.Boolean_modifiedContext |
|
LexParser.Boolean_queryContext |
|
LexParser.IndexContext |
|
LexParser.Modifier_listContext |
|
LexParser.Modifier_nameContext |
|
LexParser.Modifier_relationContext |
|
LexParser.Modifier_valueContext |
|
LexParser.ModifierContext |
|
LexParser.Prefix_nameContext |
|
LexParser.PrefixContext |
|
LexParser.QueryContext |
|
LexParser.R_booleanContext |
|
LexParser.Relation_modifiedContext |
|
LexParser.Relation_nameContext |
|
LexParser.Relation_symbolContext |
|
LexParser.RelationContext |
|
LexParser.Search_clauseContext |
|
LexParser.Search_termContext |
|
LexParser.Simple_nameContext |
|
LexParser.SubqueryContext |
|
LexParserBaseListener |
This class provides an empty implementation of LexParserListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
LexParserBaseVisitor<T> |
This class provides an empty implementation of LexParserVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
LexParserListener |
This interface defines a complete listener for a parse tree produced by
LexParser .
|
LexParserVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by LexParser .
|
Modifier |
A LexCQL expression tree modifier node.
|
Operator |
FCS-QL operators.
|
QueryDisjunction |
A FCS-QL expression tree QR query
|
QueryGroup |
A FCS-QL expression tree GROUP query node.
|
QueryNode |
base class for FCS-QL expression tree nodes.
|
QueryNode |
Base class for LexCQL expression tree nodes.
|
QueryNodeType |
Node types of FCS-QL expression tree nodes.
|
QueryNodeType |
Node types of LexCQL expression tree nodes.
|
QueryParser |
A FCS-QL query parser that produces FCS-QL expression trees.
|
QueryParser |
A LexCQL query parser that produces LexCQL expression trees.
|
QueryParserException |
Query parser exception.
|
QuerySegment |
A FCS-QL expression tree query segment node.
|
QuerySequence |
A FCS-QL expression tree query sequence node.
|
QueryVisitor |
Interface implementing a Visitor pattern for FCS-QL expression trees.
|
QueryVisitor |
Interface implementing a Visitor pattern for LexCQL expression trees.
|
QueryVisitorAdapter |
Convenience class to implement FCS-QL expression tree visitors.
|
QueryVisitorAdapter |
Convenience class to implement LexCQL expression tree visitors.
|
QueryWithWithin |
FCS-QL expression tree QUERY-WITH-WITHIN node.
|
RBoolean |
LexCQL expression tree boolean.
|
RegexFlag |
FCS-QL expression tree regex flags.
|
Relation |
A LexCQL expression tree relation node.
|
SearchClause |
A LexCQL expression tree search_clause node.
|
SearchClauseGroup |
A LexCQL expression tree search_clausse_group node.
|
SimpleWithin |
A FCS-QL expression tree SIMPLE WITHIN query node.
|
SimpleWithin.Scope |
The within scope.
|
Subquery |
A LexCQL expression tree search_clausse_group node.
|