Class PQLBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
PQLVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
PQLSessionCollector
PQLVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.Visit a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.Visit a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.Visit a parse tree produced byPQL.contains_or_equals()
.Visit a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.Visit a parse tree produced byPQL.date_expr()
.visitExpr
(PQL.ExprContext ctx) Visit a parse tree produced byPQL.expr()
.Visit a parse tree produced byPQL.filter_block()
.Visit a parse tree produced byPQL.filter_blocks()
.Visit a parse tree produced byPQL.find_query()
.Visit a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.Visit a parse tree produced byPQL.includes()
.Visit a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.Visit a parse tree produced byPQL.integer()
.Visit a parse tree produced byPQL.number()
.Visit a parse tree produced byPQL.period_expr()
.Visit a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.Visit a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.Visit a parse tree produced byPQL.query()
.Visit a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.Visit a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.Visit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.Visit a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.Visit a parse tree produced byPQL.search_by()
.Visit a parse tree produced byPQL.select_query()
.Visit a parse tree produced byPQL.session_name()
.Visit a parse tree produced byPQL.session_or_record_list()
.Visit a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.Visit a parse tree produced byPQL.start()
.Visit a parse tree produced byPQL.tier_name()
.Visit a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.Visit a parse tree produced byPQL.where_group()
.Visit a parse tree produced byPQL.where_group_and_stmt()
.Visit a parse tree produced byPQL.where_group_or_stmt()
.Visit a parse tree produced byPQL.where_group_stmt()
.Visit a parse tree produced byPQL.where_group_unary_stmt()
.Visit a parse tree produced byPQL.where_project()
.Visit a parse tree produced byPQL.where_project_and_stmt()
.Visit a parse tree produced byPQL.where_project_or_stmt()
.Visit a parse tree produced byPQL.where_project_stmt()
.Visit a parse tree produced byPQL.where_project_unary_stmt()
.Visit a parse tree produced byPQL.where_session()
.Visit a parse tree produced byPQL.where_session_and_stmt()
.Visit a parse tree produced byPQL.where_session_or_stmt()
.Visit a parse tree produced byPQL.where_session_stmt()
.Visit a parse tree produced byPQL.where_session_unary_stmt()
.Visit a parse tree produced byPQL.where_speaker()
.Visit a parse tree produced byPQL.where_speaker_and_stmt()
.Visit a parse tree produced byPQL.where_speaker_or_stmt()
.Visit a parse tree produced byPQL.where_speaker_stmt()
.Visit a parse tree produced byPQL.where_speaker_unary_stmt()
.Visit a parse tree produced byPQL.where_syllable()
.Visit a parse tree produced byPQL.where_syllable_and_stmt()
.Visit a parse tree produced byPQL.where_syllable_or_stmt()
.Visit a parse tree produced byPQL.where_syllable_stmt()
.Visit a parse tree produced byPQL.where_syllable_unary_stmt()
.Visit a parse tree produced byPQL.where_word()
.Visit a parse tree produced byPQL.where_word_and_stmt()
.Visit a parse tree produced byPQL.where_word_or_stmt()
.Visit a parse tree produced byPQL.where_word_stmt()
.Visit a parse tree produced byPQL.where_word_unary_stmt()
.Visit a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
PQLBaseVisitor
public PQLBaseVisitor()
-
-
Method Details
-
visitStart
Visit a parse tree produced byPQL.start()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStart
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced byPQL.query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQuery
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFind_query
Visit a parse tree produced byPQL.find_query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFind_query
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelect_query
Visit a parse tree produced byPQL.select_query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelect_query
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSearch_by
Visit a parse tree produced byPQL.search_by()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSearch_by
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpr
Visit a parse tree produced byPQL.expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPlainTextExpr
Visit a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPlainTextExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRegexExpr
Visit a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRegexExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPhonexExpr
Visit a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPhonexExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWordShapeExpr
Visit a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWordShapeExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCVPatternExpr
Visit a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCVPatternExpr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTierList
Visit a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTierList
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAllTiers
Visit a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAllTiers
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTier_name
Visit a parse tree produced byPQL.tier_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTier_name
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSession_or_record_list
Visit a parse tree produced byPQL.session_or_record_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSession_or_record_list
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSessionList
Visit a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSessionList
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAllProjectSessions
Visit a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAllProjectSessions
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSession_name
Visit a parse tree produced byPQL.session_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSession_name
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAllRecords
Visit a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAllRecords
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordList
Visit a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordList
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordNumber
Visit a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordNumber
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordRange
Visit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordRange
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilter_blocks
Visit a parse tree produced byPQL.filter_blocks()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFilter_blocks
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFilter_block
Visit a parse tree produced byPQL.filter_block()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFilter_block
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitContains_or_equals
Visit a parse tree produced byPQL.contains_or_equals()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitContains_or_equals
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_project
Visit a parse tree produced byPQL.where_project()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_project
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_project_stmt
Visit a parse tree produced byPQL.where_project_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_project_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_project_or_stmt
Visit a parse tree produced byPQL.where_project_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_project_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_project_and_stmt
Visit a parse tree produced byPQL.where_project_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_project_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_project_unary_stmt
Visit a parse tree produced byPQL.where_project_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_project_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_session
Visit a parse tree produced byPQL.where_session()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_session
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_session_stmt
Visit a parse tree produced byPQL.where_session_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_session_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_session_or_stmt
Visit a parse tree produced byPQL.where_session_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_session_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_session_and_stmt
Visit a parse tree produced byPQL.where_session_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_session_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_session_unary_stmt
Visit a parse tree produced byPQL.where_session_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_session_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_speaker
Visit a parse tree produced byPQL.where_speaker()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_speaker
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_speaker_stmt
Visit a parse tree produced byPQL.where_speaker_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_speaker_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_speaker_or_stmt
Visit a parse tree produced byPQL.where_speaker_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_speaker_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_speaker_and_stmt
Visit a parse tree produced byPQL.where_speaker_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_speaker_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_speaker_unary_stmt
Visit a parse tree produced byPQL.where_speaker_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_speaker_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_group
Visit a parse tree produced byPQL.where_group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_group
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_group_stmt
Visit a parse tree produced byPQL.where_group_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_group_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_group_or_stmt
Visit a parse tree produced byPQL.where_group_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_group_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_group_and_stmt
Visit a parse tree produced byPQL.where_group_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_group_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_group_unary_stmt
Visit a parse tree produced byPQL.where_group_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_group_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_word
Visit a parse tree produced byPQL.where_word()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_word
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_word_stmt
Visit a parse tree produced byPQL.where_word_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_word_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_word_or_stmt
Visit a parse tree produced byPQL.where_word_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_word_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_word_and_stmt
Visit a parse tree produced byPQL.where_word_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_word_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_word_unary_stmt
Visit a parse tree produced byPQL.where_word_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_word_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_syllable
Visit a parse tree produced byPQL.where_syllable()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_syllable
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_syllable_stmt
Visit a parse tree produced byPQL.where_syllable_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_syllable_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_syllable_or_stmt
Visit a parse tree produced byPQL.where_syllable_or_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_syllable_or_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_syllable_and_stmt
Visit a parse tree produced byPQL.where_syllable_and_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_syllable_and_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_syllable_unary_stmt
Visit a parse tree produced byPQL.where_syllable_unary_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_syllable_unary_stmt
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPeriod_expr
Visit a parse tree produced byPQL.period_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPeriod_expr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDate_expr
Visit a parse tree produced byPQL.date_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDate_expr
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIncludes
Visit a parse tree produced byPQL.includes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIncludes
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIncludeAlignedPhones
Visit a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIncludeAlignedPhones
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIncludeTiers
Visit a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIncludeTiers
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInteger
Visit a parse tree produced byPQL.integer()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInteger
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced byPQL.number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNumber
in interfacePQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-