A B C D E F G H I L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractQueryNode<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor> - Class in eu.clarin.sru.fcs.qlparser
- AbstractQueryNode(T) - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Constructor.
- AbstractQueryNode(T, List<Q>) - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Constructor.
- AbstractQueryNode(T, Q) - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Constructor.
- AbstractQueryNode.AbstractQueryNodeType - Interface in eu.clarin.sru.fcs.qlparser
-
Interface for node types of query expression tree nodes.
- AbstractQueryNode.AbstractQueryVisitor - Interface in eu.clarin.sru.fcs.qlparser
-
Interface implementing a Visitor pattern for query expression trees.
- AbstractQueryNode.SourceLocation - Class in eu.clarin.sru.fcs.qlparser
-
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> - Class in eu.clarin.sru.fcs.qlparser
- AbstractQueryParser() - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryParser
- AbstractQueryParser.ErrorListener - Class in eu.clarin.sru.fcs.qlparser
- AbstractQueryParser.ExpressionTreeBuilderException - Exception in eu.clarin.sru.fcs.qlparser
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionAnd
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionGroup
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionNot
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionOr
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionWildcard
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryDisjunction
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryGroup
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySegment
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySequence
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryWithWithin
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.lex.Modifier
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.lex.Relation
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
- accept(QueryVisitor) - Method in class eu.clarin.sru.fcs.qlparser.lex.Subquery
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- accept(ParseTreeVisitor<? extends T>) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- accept(V) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- AND - eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
logical "and"
- AND - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- AND - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- AND - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- AND - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- AND() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- AND() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- AND(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- attribute() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- attribute() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- AttributeContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
B
- boolean_modified() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- boolean_modified() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- boolean_modified(int) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- Boolean_modifiedContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- boolean_query() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- boolean_query() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- boolean_query() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- Boolean_queryContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
C
- CASE_INSENSITIVE - eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
case insensitive.
- CASE_SENSITIVE - eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
case sensitive.
- channelNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- channelNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- children - Variable in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- COLON - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- COLON - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- COLON() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
D
- DOT - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- DOT - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- DOT() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
E
- enableSourceLocations - Variable in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser
- enterAttribute(FCSParser.AttributeContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.attribute()
. - enterAttribute(FCSParser.AttributeContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.attribute()
. - enterBoolean_modified(LexParser.Boolean_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.boolean_modified()
. - enterBoolean_modified(LexParser.Boolean_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.boolean_modified()
. - enterBoolean_query(LexParser.Boolean_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.boolean_query()
. - enterBoolean_query(LexParser.Boolean_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.boolean_query()
. - enterEveryRule(ParserRuleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
- enterEveryRule(ParserRuleContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
- enterExpression(FCSParser.ExpressionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression()
. - enterExpression(FCSParser.ExpressionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression()
. - enterExpression_and(FCSParser.Expression_andContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression_and()
. - enterExpression_and(FCSParser.Expression_andContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression_and()
. - enterExpression_basic(FCSParser.Expression_basicContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression_basic()
. - enterExpression_basic(FCSParser.Expression_basicContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression_basic()
. - enterExpression_group(FCSParser.Expression_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression_group()
. - enterExpression_group(FCSParser.Expression_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression_group()
. - enterExpression_not(FCSParser.Expression_notContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression_not()
. - enterExpression_not(FCSParser.Expression_notContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression_not()
. - enterExpression_or(FCSParser.Expression_orContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.expression_or()
. - enterExpression_or(FCSParser.Expression_orContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.expression_or()
. - enterIdentifier(FCSParser.IdentifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.identifier()
. - enterIdentifier(FCSParser.IdentifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.identifier()
. - enterIndex(LexParser.IndexContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.index()
. - enterIndex(LexParser.IndexContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.index()
. - enterMain_query(FCSParser.Main_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.main_query()
. - enterMain_query(FCSParser.Main_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.main_query()
. - enterModifier(LexParser.ModifierContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.modifier()
. - enterModifier(LexParser.ModifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.modifier()
. - enterModifier_list(LexParser.Modifier_listContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.modifier_list()
. - enterModifier_list(LexParser.Modifier_listContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.modifier_list()
. - enterModifier_name(LexParser.Modifier_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.modifier_name()
. - enterModifier_name(LexParser.Modifier_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.modifier_name()
. - enterModifier_relation(LexParser.Modifier_relationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.modifier_relation()
. - enterModifier_relation(LexParser.Modifier_relationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.modifier_relation()
. - enterModifier_value(LexParser.Modifier_valueContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.modifier_value()
. - enterModifier_value(LexParser.Modifier_valueContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.modifier_value()
. - enterPrefix(LexParser.PrefixContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.prefix()
. - enterPrefix(LexParser.PrefixContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.prefix()
. - enterPrefix_name(LexParser.Prefix_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.prefix_name()
. - enterPrefix_name(LexParser.Prefix_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.prefix_name()
. - enterQualifier(FCSParser.QualifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.qualifier()
. - enterQualifier(FCSParser.QualifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.qualifier()
. - enterQuantifier(FCSParser.QuantifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.quantifier()
. - enterQuantifier(FCSParser.QuantifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.quantifier()
. - enterQuery(FCSParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query()
. - enterQuery(FCSParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query()
. - enterQuery(LexParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.query()
. - enterQuery(LexParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.query()
. - enterQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_disjunction()
. - enterQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_disjunction()
. - enterQuery_group(FCSParser.Query_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_group()
. - enterQuery_group(FCSParser.Query_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_group()
. - enterQuery_implicit(FCSParser.Query_implicitContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_implicit()
. - enterQuery_implicit(FCSParser.Query_implicitContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_implicit()
. - enterQuery_segment(FCSParser.Query_segmentContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_segment()
. - enterQuery_segment(FCSParser.Query_segmentContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_segment()
. - enterQuery_sequence(FCSParser.Query_sequenceContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_sequence()
. - enterQuery_sequence(FCSParser.Query_sequenceContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_sequence()
. - enterQuery_simple(FCSParser.Query_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.query_simple()
. - enterQuery_simple(FCSParser.Query_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.query_simple()
. - enterR_boolean(LexParser.R_booleanContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.r_boolean()
. - enterR_boolean(LexParser.R_booleanContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.r_boolean()
. - enterRegexp(FCSParser.RegexpContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.regexp()
. - enterRegexp(FCSParser.RegexpContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.regexp()
. - enterRegexp_flag(FCSParser.Regexp_flagContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.regexp_flag()
. - enterRegexp_flag(FCSParser.Regexp_flagContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.regexp_flag()
. - enterRegexp_pattern(FCSParser.Regexp_patternContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.regexp_pattern()
. - enterRegexp_pattern(FCSParser.Regexp_patternContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.regexp_pattern()
. - enterRelation(LexParser.RelationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.relation()
. - enterRelation(LexParser.RelationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.relation()
. - enterRelation_modified(LexParser.Relation_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.relation_modified()
. - enterRelation_modified(LexParser.Relation_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.relation_modified()
. - enterRelation_name(LexParser.Relation_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.relation_name()
. - enterRelation_name(LexParser.Relation_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.relation_name()
. - enterRelation_symbol(LexParser.Relation_symbolContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.relation_symbol()
. - enterRelation_symbol(LexParser.Relation_symbolContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.relation_symbol()
. - enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- enterRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- enterSearch_clause(LexParser.Search_clauseContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.search_clause()
. - enterSearch_clause(LexParser.Search_clauseContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.search_clause()
. - enterSearch_term(LexParser.Search_termContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.search_term()
. - enterSearch_term(LexParser.Search_termContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.search_term()
. - enterSimple_name(LexParser.Simple_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.simple_name()
. - enterSimple_name(LexParser.Simple_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.simple_name()
. - enterSubquery(LexParser.SubqueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Enter a parse tree produced by
LexParser.subquery()
. - enterSubquery(LexParser.SubqueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Enter a parse tree produced by
LexParser.subquery()
. - enterWithin_part(FCSParser.Within_partContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.within_part()
. - enterWithin_part(FCSParser.Within_partContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.within_part()
. - enterWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Enter a parse tree produced by
FCSParser.within_part_simple()
. - enterWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Enter a parse tree produced by
FCSParser.within_part_simple()
. - EOF() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- EOF() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- EQUAL() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- EQUAL_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- EQUAL_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- EQUAL_EQUAL() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- EQUALS - eu.clarin.sru.fcs.qlparser.fcs.Operator
-
EQUALS operator.
- ErrorListener(Logger, String) - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ErrorListener
- eu.clarin.sru.fcs.qlparser - package eu.clarin.sru.fcs.qlparser
- eu.clarin.sru.fcs.qlparser.fcs - package eu.clarin.sru.fcs.qlparser.fcs
- eu.clarin.sru.fcs.qlparser.lex - package eu.clarin.sru.fcs.qlparser.lex
- exitAttribute(FCSParser.AttributeContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.attribute()
. - exitAttribute(FCSParser.AttributeContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.attribute()
. - exitBoolean_modified(LexParser.Boolean_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.boolean_modified()
. - exitBoolean_modified(LexParser.Boolean_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.boolean_modified()
. - exitBoolean_query(LexParser.Boolean_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.boolean_query()
. - exitBoolean_query(LexParser.Boolean_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.boolean_query()
. - exitEveryRule(ParserRuleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
- exitEveryRule(ParserRuleContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
- exitExpression(FCSParser.ExpressionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression()
. - exitExpression(FCSParser.ExpressionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression()
. - exitExpression_and(FCSParser.Expression_andContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression_and()
. - exitExpression_and(FCSParser.Expression_andContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression_and()
. - exitExpression_basic(FCSParser.Expression_basicContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression_basic()
. - exitExpression_basic(FCSParser.Expression_basicContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression_basic()
. - exitExpression_group(FCSParser.Expression_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression_group()
. - exitExpression_group(FCSParser.Expression_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression_group()
. - exitExpression_not(FCSParser.Expression_notContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression_not()
. - exitExpression_not(FCSParser.Expression_notContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression_not()
. - exitExpression_or(FCSParser.Expression_orContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.expression_or()
. - exitExpression_or(FCSParser.Expression_orContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.expression_or()
. - exitIdentifier(FCSParser.IdentifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.identifier()
. - exitIdentifier(FCSParser.IdentifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.identifier()
. - exitIndex(LexParser.IndexContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.index()
. - exitIndex(LexParser.IndexContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.index()
. - exitMain_query(FCSParser.Main_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.main_query()
. - exitMain_query(FCSParser.Main_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.main_query()
. - exitModifier(LexParser.ModifierContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.modifier()
. - exitModifier(LexParser.ModifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.modifier()
. - exitModifier_list(LexParser.Modifier_listContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.modifier_list()
. - exitModifier_list(LexParser.Modifier_listContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.modifier_list()
. - exitModifier_name(LexParser.Modifier_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.modifier_name()
. - exitModifier_name(LexParser.Modifier_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.modifier_name()
. - exitModifier_relation(LexParser.Modifier_relationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.modifier_relation()
. - exitModifier_relation(LexParser.Modifier_relationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.modifier_relation()
. - exitModifier_value(LexParser.Modifier_valueContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.modifier_value()
. - exitModifier_value(LexParser.Modifier_valueContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.modifier_value()
. - exitPrefix(LexParser.PrefixContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.prefix()
. - exitPrefix(LexParser.PrefixContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.prefix()
. - exitPrefix_name(LexParser.Prefix_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.prefix_name()
. - exitPrefix_name(LexParser.Prefix_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.prefix_name()
. - exitQualifier(FCSParser.QualifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.qualifier()
. - exitQualifier(FCSParser.QualifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.qualifier()
. - exitQuantifier(FCSParser.QuantifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.quantifier()
. - exitQuantifier(FCSParser.QuantifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.quantifier()
. - exitQuery(FCSParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query()
. - exitQuery(FCSParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query()
. - exitQuery(LexParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.query()
. - exitQuery(LexParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.query()
. - exitQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_disjunction()
. - exitQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_disjunction()
. - exitQuery_group(FCSParser.Query_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_group()
. - exitQuery_group(FCSParser.Query_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_group()
. - exitQuery_implicit(FCSParser.Query_implicitContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_implicit()
. - exitQuery_implicit(FCSParser.Query_implicitContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_implicit()
. - exitQuery_segment(FCSParser.Query_segmentContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_segment()
. - exitQuery_segment(FCSParser.Query_segmentContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_segment()
. - exitQuery_sequence(FCSParser.Query_sequenceContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_sequence()
. - exitQuery_sequence(FCSParser.Query_sequenceContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_sequence()
. - exitQuery_simple(FCSParser.Query_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.query_simple()
. - exitQuery_simple(FCSParser.Query_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.query_simple()
. - exitR_boolean(LexParser.R_booleanContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.r_boolean()
. - exitR_boolean(LexParser.R_booleanContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.r_boolean()
. - exitRegexp(FCSParser.RegexpContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.regexp()
. - exitRegexp(FCSParser.RegexpContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.regexp()
. - exitRegexp_flag(FCSParser.Regexp_flagContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.regexp_flag()
. - exitRegexp_flag(FCSParser.Regexp_flagContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.regexp_flag()
. - exitRegexp_pattern(FCSParser.Regexp_patternContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.regexp_pattern()
. - exitRegexp_pattern(FCSParser.Regexp_patternContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.regexp_pattern()
. - exitRelation(LexParser.RelationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.relation()
. - exitRelation(LexParser.RelationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.relation()
. - exitRelation_modified(LexParser.Relation_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.relation_modified()
. - exitRelation_modified(LexParser.Relation_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.relation_modified()
. - exitRelation_name(LexParser.Relation_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.relation_name()
. - exitRelation_name(LexParser.Relation_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.relation_name()
. - exitRelation_symbol(LexParser.Relation_symbolContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.relation_symbol()
. - exitRelation_symbol(LexParser.Relation_symbolContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.relation_symbol()
. - exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- exitRule(ParseTreeListener) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- exitSearch_clause(LexParser.Search_clauseContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.search_clause()
. - exitSearch_clause(LexParser.Search_clauseContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.search_clause()
. - exitSearch_term(LexParser.Search_termContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.search_term()
. - exitSearch_term(LexParser.Search_termContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.search_term()
. - exitSimple_name(LexParser.Simple_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.simple_name()
. - exitSimple_name(LexParser.Simple_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.simple_name()
. - exitSubquery(LexParser.SubqueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
-
Exit a parse tree produced by
LexParser.subquery()
. - exitSubquery(LexParser.SubqueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserListener
-
Exit a parse tree produced by
LexParser.subquery()
. - exitWithin_part(FCSParser.Within_partContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.within_part()
. - exitWithin_part(FCSParser.Within_partContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.within_part()
. - exitWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
-
Exit a parse tree produced by
FCSParser.within_part_simple()
. - exitWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserListener
-
Exit a parse tree produced by
FCSParser.within_part_simple()
. - expression() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- Expression - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree SIMPLE expression node.
- EXPRESSION - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
simple expression
- expression_and() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression_and() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_and() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_and() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- expression_and() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- expression_and(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- EXPRESSION_AND - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
and expression
- Expression_andContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- expression_basic() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- expression_basic(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_basic(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- Expression_basicContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- expression_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- expression_group(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_group(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- EXPRESSION_GROUP - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
group expression
- Expression_groupContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- expression_not() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- expression_not(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_not(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- EXPRESSION_NOT - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
not expression
- Expression_notContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_or() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- expression_or() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- expression_or() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- expression_or() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- expression_or() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- expression_or(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- EXPRESSION_OR - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
or expression
- Expression_orContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- EXPRESSION_WILDCARD - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
wildcard expression
- ExpressionAnd - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree AND expression node.
- ExpressionContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- ExpressionGroup - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree GROUP expression node.
- ExpressionNot - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree NOT expression node.
- ExpressionOr - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree OR expression node.
- ExpressionTreeBuilderException(String) - Constructor for exception eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ExpressionTreeBuilderException
- ExpressionTreeBuilderException(String, Throwable) - Constructor for exception eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ExpressionTreeBuilderException
- ExpressionWildcard - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree WILDCARD expression node.
F
- FCSLexer - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSLexer(CharStream) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- FCSParser - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser(TokenStream) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- FCSParser.AttributeContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Expression_andContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Expression_basicContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Expression_groupContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Expression_notContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Expression_orContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.ExpressionContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.IdentifierContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Main_queryContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.QualifierContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.QuantifierContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_disjunctionContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_groupContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_implicitContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_segmentContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_sequenceContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Query_simpleContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.QueryContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Regexp_flagContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Regexp_patternContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.RegexpContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Within_part_simpleContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParser.Within_partContext - Class in eu.clarin.sru.fcs.qlparser.fcs
- FCSParserBaseListener - Class in eu.clarin.sru.fcs.qlparser.fcs
-
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. - FCSParserBaseListener() - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
- FCSParserBaseVisitor<T> - Class in eu.clarin.sru.fcs.qlparser.fcs
-
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. - FCSParserBaseVisitor() - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
- FCSParserListener - Interface in eu.clarin.sru.fcs.qlparser.fcs
-
This interface defines a complete listener for a parse tree produced by
FCSParser
. - FCSParserVisitor<T> - Interface in eu.clarin.sru.fcs.qlparser.fcs
-
This interface defines a complete generic visitor for a parse tree produced by
FCSParser
. - fromParserRuleContext(ParserRuleContext) - Static method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode.SourceLocation
- FWD_SLASH - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- FWD_SLASH - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- FWD_SLASH() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
G
- getATN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getATN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- getATN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getATN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- getBoolean() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
-
Get the right child (search clause or group).
- getChannelNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getChannelNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getChild() - Method in class eu.clarin.sru.fcs.qlparser.lex.Subquery
-
Get the inner child.
- getChild(int) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get a child node by index.
- getChild(Class<X>, int) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get a child node of specified type by index.
- getChildCount() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get the number of children of this node.
- getChildren() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
The children of this node.
- getContent() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryGroup
-
Get the group content.
- getErrors() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ErrorListener
- getExpression() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySegment
-
Get the expression for this segment.
- getFirstChild() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get this first child node.
- getFirstChild(Class<X>) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get a first child node of specified type.
- getGrammarFileName() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getGrammarFileName() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- getGrammarFileName() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getGrammarFileName() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- getIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
-
Get the index (or field).
- getLastChild() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get this last child node.
- getLayerIdentifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Get the layer identifier.
- getLayerQualifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Get the Layer Type Identifier qualifier.
- getLeftChild() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
-
Get the left child (search clause or group).
- getLocation() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get source location information about start/stop offsets for this query node in the query text content.
- getMaxOccurs() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryGroup
-
Get the maximum occurrence of group content.
- getMaxOccurs() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySegment
-
Get the maximum occurrence of this segment.
- getMinOccurs() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryGroup
-
Get the minimum occurrence of group content.
- getMinOccurs() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySegment
-
Get the minimum occurrence of this segment.
- getModeNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getModeNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getModifiers() - Method in class eu.clarin.sru.fcs.qlparser.lex.Relation
-
Get the modifiers.
- getName() - Method in class eu.clarin.sru.fcs.qlparser.lex.Modifier
-
Get the modifier name.
- getNodeType() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get the node type of this node.
- getOperands() - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionOr
-
Get the OR expression operands
- getOperator() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Get the operator.
- getParent() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Get the parent node of this node.
- getQuery() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryWithWithin
-
Get the query clause.
- getRegexFlags() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Get the regex flags set.
- getRegexValue() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Get the regex value.
- getRelation() - Method in class eu.clarin.sru.fcs.qlparser.lex.Modifier
-
Get the modifier relation.
- getRelation() - Method in class eu.clarin.sru.fcs.qlparser.lex.Relation
-
Get the relation.
- getRelation() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
-
Get the relation.
- getRightChild() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
-
Get the right child (search clause or group).
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_andContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.ExpressionContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- getRuleIndex() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- getRuleNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getRuleNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- getRuleNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getRuleNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- getScope() - Method in class eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin
-
Get the simple within scope
- getSearchTerm() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
-
Get the search term.
- getSerializedATN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getSerializedATN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- getSerializedATN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getSerializedATN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- getStart() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode.SourceLocation
- getStop() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode.SourceLocation
- getTokenNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
-
Deprecated.
- getTokenNames() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
-
Deprecated.
- getTokenNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
-
Deprecated.
- getTokenNames() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
-
Deprecated.
- getValue() - Method in class eu.clarin.sru.fcs.qlparser.lex.Modifier
-
Get the modifier value.
- getVocabulary() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- getVocabulary() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- getVocabulary() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- getVocabulary() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- getWithin() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryWithWithin
-
Get the within clause (= search context)
- GREATER - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- GREATER - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- GREATER() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- GREATER_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- GREATER_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- GREATER_EQUAL() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
H
- hasBoolean(RBoolean) - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
-
Check if expression used a given boolean.
- hasErrors() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ErrorListener
- hasIndexAndRelation() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
-
Check if index and relation in this search clause are set.
- hasLayerIdentifier(String) - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if the expression used a given Layer Type Identifier.
- hasLayerQualifier(String) - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if the expression used a given qualifier for the Layer Type Identifier.
- hasNodeType(T) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Check, if node if of given type.
- hasOperator(Operator) - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if expression used a given operator.
- hasRegexFlag(RegexFlag) - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if a regex flag is set.
I
- identifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- identifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- IDENTIFIER - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- IDENTIFIER - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- IDENTIFIER() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- IDENTIFIER() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- IdentifierContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- IGNORE_DIACRITICS - eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
ignore all diacritics
- index() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- index() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- IndexContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- INTEGER - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- INTEGER - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- INTEGER() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- INTEGER(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- isEnableSourceLocations() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser
-
Whether source locations are computed for each query node.
- isInParantheses() - Method in class eu.clarin.sru.fcs.qlparser.lex.Subquery
-
Is this query node in parentheses.
- isLayerQualifierEmpty() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if the Layer Type Identifier qualifier is empty.
- isRegexFlagsEmpty() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
-
Check if a regex flag set is empty.
L
- L_CURLY_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- L_CURLY_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- L_CURLY_BRACKET() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- L_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- L_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- L_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- L_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- L_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- L_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- L_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- L_SQUARE_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- L_SQUARE_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- L_SQUARE_BRACKET() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- LESSER - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- LESSER - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- LESSER() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- LESSER_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- LESSER_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- LESSER_EQUAL() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- LexLexer - Class in eu.clarin.sru.fcs.qlparser.lex
- LexLexer(CharStream) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- LexParser - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser(TokenStream) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser
- LexParser.Boolean_modifiedContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Boolean_queryContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.IndexContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Modifier_listContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Modifier_nameContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Modifier_relationContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Modifier_valueContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.ModifierContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Prefix_nameContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.PrefixContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.QueryContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.R_booleanContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Relation_modifiedContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Relation_nameContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Relation_symbolContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.RelationContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Search_clauseContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Search_termContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.Simple_nameContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParser.SubqueryContext - Class in eu.clarin.sru.fcs.qlparser.lex
- LexParserBaseListener - Class in eu.clarin.sru.fcs.qlparser.lex
-
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. - LexParserBaseListener() - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
- LexParserBaseVisitor<T> - Class in eu.clarin.sru.fcs.qlparser.lex
-
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. - LexParserBaseVisitor() - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
- LexParserListener - Interface in eu.clarin.sru.fcs.qlparser.lex
-
This interface defines a complete listener for a parse tree produced by
LexParser
. - LexParserVisitor<T> - Interface in eu.clarin.sru.fcs.qlparser.lex
-
This interface defines a complete generic visitor for a parse tree produced by
LexParser
. - LITERAL_MATCHING - eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
match exactly (= literally).
- location - Variable in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
M
- main_query() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- main_query() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- Main_queryContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- modeNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- modeNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- modifier() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- modifier() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- modifier(int) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- Modifier - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL expression tree modifier node.
- MODIFIER - eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
modifier
- modifier_list() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- modifier_list() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- modifier_list() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- Modifier_listContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_listContext
- modifier_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- modifier_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- Modifier_nameContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- modifier_relation() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- modifier_relation() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- Modifier_relationContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- modifier_value() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- modifier_value() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- Modifier_valueContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- ModifierContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
N
- nodeType - Variable in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- NOT - eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
logical "and not"
- NOT - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- NOT - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- NOT - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- NOT - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- NOT() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_notContext
- NOT() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- NOT_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- NOT_EQUAL - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- NOT_EQUAL() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- NOT_EQUALS - eu.clarin.sru.fcs.qlparser.fcs.Operator
-
NOT-EQUALS operator.
O
- OCCURS_UNBOUNDED - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.QueryNode
-
Atom occurrence it not bound.
- Operator - Enum in eu.clarin.sru.fcs.qlparser.fcs
-
FCS-QL operators.
- OPERATOR_EQ - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- OPERATOR_EQ - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- OPERATOR_EQ() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- OPERATOR_NE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- OPERATOR_NE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- OPERATOR_NE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- OR - eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
logical "or"
- OR - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- OR - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- OR - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- OR - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- OR() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- OR() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- OR() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- OR(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_orContext
- OR(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
P
- PARAGRAPH - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
paragraph scope (medium).
- parent - Variable in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- parse(String) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser
-
Parse query.
- parse(String) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryParser
-
Parse query.
- parse(String) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryParser
-
Parse query.
- prefix() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- prefix() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- prefix_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- prefix_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- prefix_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- Prefix_nameContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- PrefixContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
Q
- Q_COMMA - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- Q_COMMA - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- Q_COMMA() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- Q_ONE_OR_MORE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- Q_ONE_OR_MORE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- Q_ONE_OR_MORE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- Q_ZERO_OR_MORE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- Q_ZERO_OR_MORE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- Q_ZERO_OR_MORE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- Q_ZERO_OR_ONE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- Q_ZERO_OR_ONE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- Q_ZERO_OR_ONE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- qualifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.AttributeContext
- qualifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- QualifierContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- quantifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- quantifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- quantifier() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- QuantifierContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- query() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- query_disjunction() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- query_disjunction() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_disjunction() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- QUERY_DISJUNCTION - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
or query
- Query_disjunctionContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- query_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_group() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- query_group(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_group(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- QUERY_GROUP - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
group query
- Query_groupContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- query_implicit() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_implicit() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- Query_implicitContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- query_segment() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_segment() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- QUERY_SEGMENT - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
segment query
- Query_segmentContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- query_sequence() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- query_sequence() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_sequence() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- query_sequence() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_sequence(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- QUERY_SEQUENCE - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
sequence query
- Query_sequenceContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- query_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Main_queryContext
- query_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- query_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- query_simple(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_disjunctionContext
- query_simple(int) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_sequenceContext
- Query_simpleContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_simpleContext
- QUERY_WITH_WITHIN - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
query with within part
- QueryContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- QueryContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.QueryContext
- QueryDisjunction - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree QR query
- QueryGroup - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree GROUP query node.
- QueryNode - Class in eu.clarin.sru.fcs.qlparser.fcs
-
base class for FCS-QL expression tree nodes.
- QueryNode - Class in eu.clarin.sru.fcs.qlparser.lex
-
Base class for LexCQL expression tree nodes.
- QueryNode(QueryNodeType) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryNode
-
Constructor.
- QueryNode(QueryNodeType, QueryNode) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryNode
-
Constructor.
- QueryNode(QueryNodeType, List<QueryNode>) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryNode
-
Constructor.
- QueryNode(QueryNodeType) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.QueryNode
-
Constructor.
- QueryNode(QueryNodeType, QueryNode) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.QueryNode
-
Constructor.
- QueryNode(QueryNodeType, List<QueryNode>) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.QueryNode
-
Constructor.
- QueryNodeType - Enum in eu.clarin.sru.fcs.qlparser.fcs
-
Node types of FCS-QL expression tree nodes.
- QueryNodeType - Enum in eu.clarin.sru.fcs.qlparser.lex
-
Node types of LexCQL expression tree nodes.
- QueryParser - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL query parser that produces FCS-QL expression trees.
- QueryParser - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL query parser that produces LexCQL expression trees.
- QueryParser() - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryParser
-
Constructor.
- QueryParser() - Constructor for class eu.clarin.sru.fcs.qlparser.lex.QueryParser
-
Constructor.
- QueryParser(String) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryParser
-
Constructor.
- QueryParser(String, Normalizer.Form) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryParser
-
Constructor.
- QueryParserException - Exception in eu.clarin.sru.fcs.qlparser
-
Query parser exception.
- QueryParserException(String) - Constructor for exception eu.clarin.sru.fcs.qlparser.QueryParserException
-
Constructor.
- QueryParserException(String, Throwable) - Constructor for exception eu.clarin.sru.fcs.qlparser.QueryParserException
-
Constructur.
- QuerySegment - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree query segment node.
- QuerySequence - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree query sequence node.
- QueryVisitor - Interface in eu.clarin.sru.fcs.qlparser.fcs
-
Interface implementing a Visitor pattern for FCS-QL expression trees.
- QueryVisitor - Interface in eu.clarin.sru.fcs.qlparser.lex
-
Interface implementing a Visitor pattern for LexCQL expression trees.
- QueryVisitorAdapter - Class in eu.clarin.sru.fcs.qlparser.fcs
-
Convenience class to implement FCS-QL expression tree visitors.
- QueryVisitorAdapter - Class in eu.clarin.sru.fcs.qlparser.lex
-
Convenience class to implement LexCQL expression tree visitors.
- QueryVisitorAdapter() - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- QueryVisitorAdapter() - Constructor for class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- QueryWithWithin - Class in eu.clarin.sru.fcs.qlparser.fcs
-
FCS-QL expression tree QUERY-WITH-WITHIN node.
- QUOTED_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- QUOTED_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- QUOTED_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- QUOTED_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- QUOTED_STRING() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- QUOTED_STRING() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
R
- r_boolean() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_modifiedContext
- r_boolean() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- R_booleanContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.R_booleanContext
- R_CURLY_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- R_CURLY_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- R_CURLY_BRACKET() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QuantifierContext
- R_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- R_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- R_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- R_PAREN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- R_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_groupContext
- R_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_groupContext
- R_PAREN() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- R_SQUARE_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- R_SQUARE_BRACKET - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- R_SQUARE_BRACKET() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_segmentContext
- RBoolean - Enum in eu.clarin.sru.fcs.qlparser.lex
-
LexCQL expression tree boolean.
- RegexFlag - Enum in eu.clarin.sru.fcs.qlparser.fcs
-
FCS-QL expression tree regex flags.
- regexp() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Expression_basicContext
- regexp() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Query_implicitContext
- regexp() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- REGEXP - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- REGEXP - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- REGEXP() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- regexp_flag() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- regexp_flag() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- Regexp_flagContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- REGEXP_FLAGS - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- REGEXP_FLAGS - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- REGEXP_FLAGS() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- REGEXP_FLAGS() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- REGEXP_FLAGS() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_flagContext
- regexp_pattern() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- regexp_pattern() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- Regexp_patternContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Regexp_patternContext
- RegexpContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.RegexpContext
- relation() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- relation() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- Relation - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL expression tree relation node.
- RELATION - eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
relation
- relation_modified() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- relation_modified() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- Relation_modifiedContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_modifiedContext
- relation_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- relation_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- Relation_nameContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- relation_symbol() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_relationContext
- relation_symbol() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- relation_symbol() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- Relation_symbolContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_symbolContext
- RelationContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
- RULE_attribute - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_boolean_modified - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_boolean_query - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_expression - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_expression_and - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_expression_basic - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_expression_group - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_expression_not - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_expression_or - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_identifier - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_index - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_main_query - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_modifier - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_modifier_list - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_modifier_name - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_modifier_relation - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_modifier_value - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_prefix - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_prefix_name - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_qualifier - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_quantifier - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_query_disjunction - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query_group - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query_implicit - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query_segment - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query_sequence - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_query_simple - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_r_boolean - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_regexp - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_regexp_flag - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_regexp_pattern - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_relation - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_relation_modified - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_relation_name - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_relation_symbol - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_search_clause - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_search_term - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_simple_name - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_subquery - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- RULE_within_part - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- RULE_within_part_simple - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- ruleNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- ruleNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- ruleNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- ruleNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
S
- search_clause() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- search_clause() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- SEARCH_CLAUSE - eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
search clause
- SEARCH_CLAUSE_GROUP - eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
search clause group (either nested search clause groups or search clauses, with binary boolean relation)
- Search_clauseContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- search_term() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_clauseContext
- search_term() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- Search_termContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- SearchClause - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL expression tree search_clause node.
- SearchClauseGroup - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL expression tree search_clausse_group node.
- SENTENCE - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
sentence scope (small).
- SESSION - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
session scope (large).
- setEnableSourceLocations(boolean) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser
-
Set whether source locations for query nodes should be computed.
- setLocation(AbstractQueryNode.SourceLocation) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
-
Set source location information.
- setParent(Q) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.IndexContext
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_nameContext
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Prefix_nameContext
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Relation_nameContext
- simple_name() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- Simple_nameContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- SIMPLE_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- SIMPLE_STRING - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- SIMPLE_STRING() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Modifier_valueContext
- SIMPLE_STRING() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Search_termContext
- SIMPLE_STRING() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Simple_nameContext
- SIMPLE_WITHIN - eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
simple within part
- SIMPLE_WITHIN_SCOPE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- SIMPLE_WITHIN_SCOPE - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- SIMPLE_WITHIN_SCOPE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- SIMPLE_WITHIN_SCOPE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- SIMPLE_WITHIN_SCOPE() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- SimpleWithin - Class in eu.clarin.sru.fcs.qlparser.fcs
-
A FCS-QL expression tree SIMPLE WITHIN query node.
- SimpleWithin.Scope - Enum in eu.clarin.sru.fcs.qlparser.fcs
-
The within scope.
- SLASH - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- SLASH - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- SLASH() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.ModifierContext
- SourceLocation(int, int) - Constructor for class eu.clarin.sru.fcs.qlparser.AbstractQueryNode.SourceLocation
- Space - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- Space - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- subquery() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- subquery() - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- subquery(int) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParser.Boolean_queryContext
- Subquery - Class in eu.clarin.sru.fcs.qlparser.lex
-
A LexCQL expression tree search_clausse_group node.
- SUBQUERY - eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
subquery (either with nested query/search_clause_group in parentheses) or a search_clause
- SubqueryContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.lex.LexParser.SubqueryContext
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ErrorListener
T
- TEXT - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
text scope (large).
- toDisplayString() - Method in interface eu.clarin.sru.fcs.qlparser.AbstractQueryNode.AbstractQueryNodeType
- tokenNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
-
Deprecated.Use
FCSLexer.VOCABULARY
instead. - tokenNames - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
-
Deprecated.Use
FCSParser.VOCABULARY
instead. - tokenNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
-
Deprecated.Use
LexLexer.VOCABULARY
instead. - tokenNames - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
-
Deprecated.Use
LexParser.VOCABULARY
instead. - toString() - Method in class eu.clarin.sru.fcs.qlparser.AbstractQueryNode
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.Expression
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionGroup
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.ExpressionNot
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryGroup
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.QuerySegment
- toString() - Method in class eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin
- toString() - Method in class eu.clarin.sru.fcs.qlparser.lex.Modifier
- toString() - Method in class eu.clarin.sru.fcs.qlparser.lex.Relation
- toString() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClause
- toString() - Method in class eu.clarin.sru.fcs.qlparser.lex.SearchClauseGroup
- toString() - Method in class eu.clarin.sru.fcs.qlparser.lex.Subquery
- TURN - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
turn scope (medium).
U
- UTTERANCE - eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
utterance scope (small).
V
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.Operator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.QueryNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.RegexFlag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.fcs.SimpleWithin.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.lex.QueryNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(Expression) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a simple expression node.
- visit(Expression) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(ExpressionAnd) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a and expression node.
- visit(ExpressionAnd) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(ExpressionGroup) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a group expression node.
- visit(ExpressionGroup) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(ExpressionNot) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a not expression node.
- visit(ExpressionNot) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(ExpressionOr) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a or expression node.
- visit(ExpressionOr) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(ExpressionWildcard) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a wildcard expression node.
- visit(ExpressionWildcard) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(QueryDisjunction) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a or query node.
- visit(QueryDisjunction) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(QueryGroup) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a group query node.
- visit(QueryGroup) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(QuerySegment) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a segment query node.
- visit(QuerySegment) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(QuerySequence) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a sequence query node.
- visit(QuerySequence) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(QueryWithWithin) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a query with within node.
- visit(QueryWithWithin) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(SimpleWithin) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.QueryVisitor
-
Visit a simple within node.
- visit(SimpleWithin) - Method in class eu.clarin.sru.fcs.qlparser.fcs.QueryVisitorAdapter
- visit(Modifier) - Method in interface eu.clarin.sru.fcs.qlparser.lex.QueryVisitor
-
Visit a modifier query node.
- visit(Modifier) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- visit(Relation) - Method in interface eu.clarin.sru.fcs.qlparser.lex.QueryVisitor
-
Visit a relation query node.
- visit(Relation) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- visit(SearchClause) - Method in interface eu.clarin.sru.fcs.qlparser.lex.QueryVisitor
-
Visit a search_clause query node.
- visit(SearchClause) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- visit(SearchClauseGroup) - Method in interface eu.clarin.sru.fcs.qlparser.lex.QueryVisitor
-
Visit a search_clause_group query node.
- visit(SearchClauseGroup) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- visit(Subquery) - Method in interface eu.clarin.sru.fcs.qlparser.lex.QueryVisitor
-
Visit a subquery query node.
- visit(Subquery) - Method in class eu.clarin.sru.fcs.qlparser.lex.QueryVisitorAdapter
- visitAttribute(FCSParser.AttributeContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.attribute()
. - visitAttribute(FCSParser.AttributeContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.attribute()
. - visitBoolean_modified(LexParser.Boolean_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.boolean_modified()
. - visitBoolean_modified(LexParser.Boolean_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.boolean_modified()
. - visitBoolean_query(LexParser.Boolean_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.boolean_query()
. - visitBoolean_query(LexParser.Boolean_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.boolean_query()
. - visitErrorNode(ErrorNode) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
- visitErrorNode(ErrorNode) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
- visitExpression(FCSParser.ExpressionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression()
. - visitExpression(FCSParser.ExpressionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression()
. - visitExpression_and(FCSParser.Expression_andContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression_and()
. - visitExpression_and(FCSParser.Expression_andContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression_and()
. - visitExpression_basic(FCSParser.Expression_basicContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression_basic()
. - visitExpression_basic(FCSParser.Expression_basicContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression_basic()
. - visitExpression_group(FCSParser.Expression_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression_group()
. - visitExpression_group(FCSParser.Expression_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression_group()
. - visitExpression_not(FCSParser.Expression_notContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression_not()
. - visitExpression_not(FCSParser.Expression_notContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression_not()
. - visitExpression_or(FCSParser.Expression_orContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.expression_or()
. - visitExpression_or(FCSParser.Expression_orContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.expression_or()
. - visitIdentifier(FCSParser.IdentifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.identifier()
. - visitIdentifier(FCSParser.IdentifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.identifier()
. - visitIndex(LexParser.IndexContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.index()
. - visitIndex(LexParser.IndexContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.index()
. - visitMain_query(FCSParser.Main_queryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.main_query()
. - visitMain_query(FCSParser.Main_queryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.main_query()
. - visitModifier(LexParser.ModifierContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.modifier()
. - visitModifier(LexParser.ModifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.modifier()
. - visitModifier_list(LexParser.Modifier_listContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.modifier_list()
. - visitModifier_list(LexParser.Modifier_listContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.modifier_list()
. - visitModifier_name(LexParser.Modifier_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.modifier_name()
. - visitModifier_name(LexParser.Modifier_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.modifier_name()
. - visitModifier_relation(LexParser.Modifier_relationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.modifier_relation()
. - visitModifier_relation(LexParser.Modifier_relationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.modifier_relation()
. - visitModifier_value(LexParser.Modifier_valueContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.modifier_value()
. - visitModifier_value(LexParser.Modifier_valueContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.modifier_value()
. - visitPrefix(LexParser.PrefixContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.prefix()
. - visitPrefix(LexParser.PrefixContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.prefix()
. - visitPrefix_name(LexParser.Prefix_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.prefix_name()
. - visitPrefix_name(LexParser.Prefix_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.prefix_name()
. - visitQualifier(FCSParser.QualifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.qualifier()
. - visitQualifier(FCSParser.QualifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.qualifier()
. - visitQuantifier(FCSParser.QuantifierContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.quantifier()
. - visitQuantifier(FCSParser.QuantifierContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.quantifier()
. - visitQuery(FCSParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query()
. - visitQuery(FCSParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query()
. - visitQuery(LexParser.QueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.query()
. - visitQuery(LexParser.QueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.query()
. - visitQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_disjunction()
. - visitQuery_disjunction(FCSParser.Query_disjunctionContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_disjunction()
. - visitQuery_group(FCSParser.Query_groupContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_group()
. - visitQuery_group(FCSParser.Query_groupContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_group()
. - visitQuery_implicit(FCSParser.Query_implicitContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_implicit()
. - visitQuery_implicit(FCSParser.Query_implicitContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_implicit()
. - visitQuery_segment(FCSParser.Query_segmentContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_segment()
. - visitQuery_segment(FCSParser.Query_segmentContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_segment()
. - visitQuery_sequence(FCSParser.Query_sequenceContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_sequence()
. - visitQuery_sequence(FCSParser.Query_sequenceContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_sequence()
. - visitQuery_simple(FCSParser.Query_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.query_simple()
. - visitQuery_simple(FCSParser.Query_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.query_simple()
. - visitR_boolean(LexParser.R_booleanContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.r_boolean()
. - visitR_boolean(LexParser.R_booleanContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.r_boolean()
. - visitRegexp(FCSParser.RegexpContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.regexp()
. - visitRegexp(FCSParser.RegexpContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.regexp()
. - visitRegexp_flag(FCSParser.Regexp_flagContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.regexp_flag()
. - visitRegexp_flag(FCSParser.Regexp_flagContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.regexp_flag()
. - visitRegexp_pattern(FCSParser.Regexp_patternContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.regexp_pattern()
. - visitRegexp_pattern(FCSParser.Regexp_patternContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.regexp_pattern()
. - visitRelation(LexParser.RelationContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.relation()
. - visitRelation(LexParser.RelationContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.relation()
. - visitRelation_modified(LexParser.Relation_modifiedContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.relation_modified()
. - visitRelation_modified(LexParser.Relation_modifiedContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.relation_modified()
. - visitRelation_name(LexParser.Relation_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.relation_name()
. - visitRelation_name(LexParser.Relation_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.relation_name()
. - visitRelation_symbol(LexParser.Relation_symbolContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.relation_symbol()
. - visitRelation_symbol(LexParser.Relation_symbolContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.relation_symbol()
. - visitSearch_clause(LexParser.Search_clauseContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.search_clause()
. - visitSearch_clause(LexParser.Search_clauseContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.search_clause()
. - visitSearch_term(LexParser.Search_termContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.search_term()
. - visitSearch_term(LexParser.Search_termContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.search_term()
. - visitSimple_name(LexParser.Simple_nameContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.simple_name()
. - visitSimple_name(LexParser.Simple_nameContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.simple_name()
. - visitSubquery(LexParser.SubqueryContext) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseVisitor
-
Visit a parse tree produced by
LexParser.subquery()
. - visitSubquery(LexParser.SubqueryContext) - Method in interface eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Visit a parse tree produced by
LexParser.subquery()
. - visitTerminal(TerminalNode) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseListener
- visitTerminal(TerminalNode) - Method in class eu.clarin.sru.fcs.qlparser.lex.LexParserBaseListener
- visitWithin_part(FCSParser.Within_partContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.within_part()
. - visitWithin_part(FCSParser.Within_partContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.within_part()
. - visitWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParserBaseVisitor
-
Visit a parse tree produced by
FCSParser.within_part_simple()
. - visitWithin_part_simple(FCSParser.Within_part_simpleContext) - Method in interface eu.clarin.sru.fcs.qlparser.fcs.FCSParserVisitor
-
Visit a parse tree produced by
FCSParser.within_part_simple()
. - VOCABULARY - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- VOCABULARY - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- VOCABULARY - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- VOCABULARY - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
W
- WITHIN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- WITHIN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- WITHIN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.IdentifierContext
- WITHIN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QualifierContext
- WITHIN() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- within_part() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.QueryContext
- within_part() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- within_part_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- within_part_simple() - Method in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- Within_part_simpleContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_part_simpleContext
- Within_partContext(ParserRuleContext, int) - Constructor for class eu.clarin.sru.fcs.qlparser.fcs.FCSParser.Within_partContext
- WS - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- WS - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
_
- _ATN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- _ATN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- _ATN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- _ATN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- _decisionToDFA - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- _decisionToDFA - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- _decisionToDFA - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- _decisionToDFA - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- _serializedATN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- _serializedATN - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- _serializedATN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- _serializedATN - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
- _sharedContextCache - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSLexer
- _sharedContextCache - Static variable in class eu.clarin.sru.fcs.qlparser.fcs.FCSParser
- _sharedContextCache - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexLexer
- _sharedContextCache - Static variable in class eu.clarin.sru.fcs.qlparser.lex.LexParser
All Classes All Packages