Class PQLBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAllProjectSessionslabeled alternative inPQL.session_list().Visit a parse tree produced by theAllRecordslabeled alternative inPQL.record_list().Visit a parse tree produced by theAllTierslabeled alternative inPQL.tier_list().Visit a parse tree produced byPQL.contains_or_equals().Visit a parse tree produced by theCVPatternExprlabeled 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 theIncludeAlignedPhoneslabeled alternative inPQL.include_stmt().Visit a parse tree produced byPQL.includes().Visit a parse tree produced by theIncludeTierslabeled 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 thePhonexExprlabeled alternative inPQL.ipa_expr().Visit a parse tree produced by thePlainTextExprlabeled alternative inPQL.plain_text_expr().Visit a parse tree produced byPQL.query().Visit a parse tree produced by theRecordListlabeled alternative inPQL.record_list().Visit a parse tree produced by theRecordNumberlabeled alternative inPQL.record_or_range().Visit a parse tree produced by theRecordRangelabeled alternative inPQL.record_or_range().Visit a parse tree produced by theRegexExprlabeled 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 theSessionListlabeled 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 theTierListlabeled 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 theWordShapeExprlabeled alternative inPQL.ipa_expr().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
visitStartin 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:
visitQueryin 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_queryin 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_queryin 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_byin 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:
visitExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlainTextExpr
Visit a parse tree produced by thePlainTextExprlabeled alternative inPQL.plain_text_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlainTextExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegexExpr
Visit a parse tree produced by theRegexExprlabeled alternative inPQL.plain_text_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegexExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhonexExpr
Visit a parse tree produced by thePhonexExprlabeled alternative inPQL.ipa_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhonexExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordShapeExpr
Visit a parse tree produced by theWordShapeExprlabeled alternative inPQL.ipa_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordShapeExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCVPatternExpr
Visit a parse tree produced by theCVPatternExprlabeled alternative inPQL.ipa_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCVPatternExprin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTierList
Visit a parse tree produced by theTierListlabeled alternative inPQL.tier_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTierListin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllTiers
Visit a parse tree produced by theAllTierslabeled alternative inPQL.tier_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllTiersin 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_namein 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_listin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionList
Visit a parse tree produced by theSessionListlabeled alternative inPQL.session_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionListin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllProjectSessions
Visit a parse tree produced by theAllProjectSessionslabeled alternative inPQL.session_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllProjectSessionsin 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_namein interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllRecords
Visit a parse tree produced by theAllRecordslabeled alternative inPQL.record_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllRecordsin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordList
Visit a parse tree produced by theRecordListlabeled alternative inPQL.record_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordListin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordNumber
Visit a parse tree produced by theRecordNumberlabeled alternative inPQL.record_or_range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordNumberin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordRange
Visit a parse tree produced by theRecordRangelabeled alternative inPQL.record_or_range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordRangein 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_blocksin 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_blockin 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_equalsin 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_projectin 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_sessionin 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_speakerin 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_groupin 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_wordin 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_syllablein 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_stmtin 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_stmtin 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_stmtin 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_stmtin 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_exprin 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_exprin 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:
visitIncludesin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncludeAlignedPhones
Visit a parse tree produced by theIncludeAlignedPhoneslabeled alternative inPQL.include_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIncludeAlignedPhonesin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIncludeTiers
Visit a parse tree produced by theIncludeTierslabeled alternative inPQL.include_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIncludeTiersin 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:
visitIntegerin 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:
visitNumberin interfacePQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-