Package ca.phon.query.pql
Interface PQLListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
PQLBaseListener
public interface PQLListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
PQL
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.void
Enter a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.void
Enter a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.void
Enter a parse tree produced byPQL.contains_or_equals()
.void
Enter a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.void
Enter a parse tree produced byPQL.date_expr()
.void
enterExpr
(PQL.ExprContext ctx) Enter a parse tree produced byPQL.expr()
.void
Enter a parse tree produced byPQL.filter_block()
.void
Enter a parse tree produced byPQL.filter_blocks()
.void
Enter a parse tree produced byPQL.find_query()
.void
Enter a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.void
Enter a parse tree produced byPQL.includes()
.void
Enter a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.void
Enter a parse tree produced byPQL.integer()
.void
Enter a parse tree produced byPQL.number()
.void
Enter a parse tree produced byPQL.period_expr()
.void
Enter a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.void
Enter a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.void
Enter a parse tree produced byPQL.query()
.void
Enter a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.void
Enter a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.void
Enter a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.void
Enter a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.void
Enter a parse tree produced byPQL.search_by()
.void
Enter a parse tree produced byPQL.select_query()
.void
Enter a parse tree produced byPQL.session_name()
.void
Enter a parse tree produced byPQL.session_or_record_list()
.void
Enter a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.void
Enter a parse tree produced byPQL.start()
.void
Enter a parse tree produced byPQL.tier_name()
.void
Enter a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.void
Enter a parse tree produced byPQL.where_group()
.void
Enter a parse tree produced byPQL.where_group_and_stmt()
.void
Enter a parse tree produced byPQL.where_group_or_stmt()
.void
Enter a parse tree produced byPQL.where_group_stmt()
.void
Enter a parse tree produced byPQL.where_group_unary_stmt()
.void
Enter a parse tree produced byPQL.where_project()
.void
Enter a parse tree produced byPQL.where_project_and_stmt()
.void
Enter a parse tree produced byPQL.where_project_or_stmt()
.void
Enter a parse tree produced byPQL.where_project_stmt()
.void
Enter a parse tree produced byPQL.where_project_unary_stmt()
.void
Enter a parse tree produced byPQL.where_session()
.void
Enter a parse tree produced byPQL.where_session_and_stmt()
.void
Enter a parse tree produced byPQL.where_session_or_stmt()
.void
Enter a parse tree produced byPQL.where_session_stmt()
.void
Enter a parse tree produced byPQL.where_session_unary_stmt()
.void
Enter a parse tree produced byPQL.where_speaker()
.void
Enter a parse tree produced byPQL.where_speaker_and_stmt()
.void
Enter a parse tree produced byPQL.where_speaker_or_stmt()
.void
Enter a parse tree produced byPQL.where_speaker_stmt()
.void
Enter a parse tree produced byPQL.where_speaker_unary_stmt()
.void
Enter a parse tree produced byPQL.where_syllable()
.void
Enter a parse tree produced byPQL.where_syllable_and_stmt()
.void
Enter a parse tree produced byPQL.where_syllable_or_stmt()
.void
Enter a parse tree produced byPQL.where_syllable_stmt()
.void
Enter a parse tree produced byPQL.where_syllable_unary_stmt()
.void
Enter a parse tree produced byPQL.where_word()
.void
Enter a parse tree produced byPQL.where_word_and_stmt()
.void
Enter a parse tree produced byPQL.where_word_or_stmt()
.void
Enter a parse tree produced byPQL.where_word_stmt()
.void
Enter a parse tree produced byPQL.where_word_unary_stmt()
.void
Enter a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.void
Exit a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.void
Exit a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.void
Exit a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.void
Exit a parse tree produced byPQL.contains_or_equals()
.void
Exit a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.void
Exit a parse tree produced byPQL.date_expr()
.void
exitExpr
(PQL.ExprContext ctx) Exit a parse tree produced byPQL.expr()
.void
Exit a parse tree produced byPQL.filter_block()
.void
Exit a parse tree produced byPQL.filter_blocks()
.void
Exit a parse tree produced byPQL.find_query()
.void
Exit a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.void
Exit a parse tree produced byPQL.includes()
.void
Exit a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.void
Exit a parse tree produced byPQL.integer()
.void
Exit a parse tree produced byPQL.number()
.void
Exit a parse tree produced byPQL.period_expr()
.void
Exit a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.void
Exit a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.void
Exit a parse tree produced byPQL.query()
.void
Exit a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.void
Exit a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.void
Exit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.void
Exit a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.void
Exit a parse tree produced byPQL.search_by()
.void
Exit a parse tree produced byPQL.select_query()
.void
Exit a parse tree produced byPQL.session_name()
.void
Exit a parse tree produced byPQL.session_or_record_list()
.void
Exit a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.void
Exit a parse tree produced byPQL.start()
.void
Exit a parse tree produced byPQL.tier_name()
.void
Exit a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.void
Exit a parse tree produced byPQL.where_group()
.void
Exit a parse tree produced byPQL.where_group_and_stmt()
.void
Exit a parse tree produced byPQL.where_group_or_stmt()
.void
Exit a parse tree produced byPQL.where_group_stmt()
.void
Exit a parse tree produced byPQL.where_group_unary_stmt()
.void
Exit a parse tree produced byPQL.where_project()
.void
Exit a parse tree produced byPQL.where_project_and_stmt()
.void
Exit a parse tree produced byPQL.where_project_or_stmt()
.void
Exit a parse tree produced byPQL.where_project_stmt()
.void
Exit a parse tree produced byPQL.where_project_unary_stmt()
.void
Exit a parse tree produced byPQL.where_session()
.void
Exit a parse tree produced byPQL.where_session_and_stmt()
.void
Exit a parse tree produced byPQL.where_session_or_stmt()
.void
Exit a parse tree produced byPQL.where_session_stmt()
.void
Exit a parse tree produced byPQL.where_session_unary_stmt()
.void
Exit a parse tree produced byPQL.where_speaker()
.void
Exit a parse tree produced byPQL.where_speaker_and_stmt()
.void
Exit a parse tree produced byPQL.where_speaker_or_stmt()
.void
Exit a parse tree produced byPQL.where_speaker_stmt()
.void
Exit a parse tree produced byPQL.where_speaker_unary_stmt()
.void
Exit a parse tree produced byPQL.where_syllable()
.void
Exit a parse tree produced byPQL.where_syllable_and_stmt()
.void
Exit a parse tree produced byPQL.where_syllable_or_stmt()
.void
Exit a parse tree produced byPQL.where_syllable_stmt()
.void
Exit a parse tree produced byPQL.where_syllable_unary_stmt()
.void
Exit a parse tree produced byPQL.where_word()
.void
Exit a parse tree produced byPQL.where_word_and_stmt()
.void
Exit a parse tree produced byPQL.where_word_or_stmt()
.void
Exit a parse tree produced byPQL.where_word_stmt()
.void
Exit a parse tree produced byPQL.where_word_unary_stmt()
.void
Exit a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStart
Enter a parse tree produced byPQL.start()
.- Parameters:
ctx
- the parse tree
-
exitStart
Exit a parse tree produced byPQL.start()
.- Parameters:
ctx
- the parse tree
-
enterQuery
Enter a parse tree produced byPQL.query()
.- Parameters:
ctx
- the parse tree
-
exitQuery
Exit a parse tree produced byPQL.query()
.- Parameters:
ctx
- the parse tree
-
enterFind_query
Enter a parse tree produced byPQL.find_query()
.- Parameters:
ctx
- the parse tree
-
exitFind_query
Exit a parse tree produced byPQL.find_query()
.- Parameters:
ctx
- the parse tree
-
enterSelect_query
Enter a parse tree produced byPQL.select_query()
.- Parameters:
ctx
- the parse tree
-
exitSelect_query
Exit a parse tree produced byPQL.select_query()
.- Parameters:
ctx
- the parse tree
-
enterSearch_by
Enter a parse tree produced byPQL.search_by()
.- Parameters:
ctx
- the parse tree
-
exitSearch_by
Exit a parse tree produced byPQL.search_by()
.- Parameters:
ctx
- the parse tree
-
enterExpr
Enter a parse tree produced byPQL.expr()
.- Parameters:
ctx
- the parse tree
-
exitExpr
Exit a parse tree produced byPQL.expr()
.- Parameters:
ctx
- the parse tree
-
enterPlainTextExpr
Enter a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.- Parameters:
ctx
- the parse tree
-
exitPlainTextExpr
Exit a parse tree produced by thePlainTextExpr
labeled alternative inPQL.plain_text_expr()
.- Parameters:
ctx
- the parse tree
-
enterRegexExpr
Enter a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.- Parameters:
ctx
- the parse tree
-
exitRegexExpr
Exit a parse tree produced by theRegexExpr
labeled alternative inPQL.plain_text_expr()
.- Parameters:
ctx
- the parse tree
-
enterPhonexExpr
Enter a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
exitPhonexExpr
Exit a parse tree produced by thePhonexExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
enterWordShapeExpr
Enter a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
exitWordShapeExpr
Exit a parse tree produced by theWordShapeExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
enterCVPatternExpr
Enter a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
exitCVPatternExpr
Exit a parse tree produced by theCVPatternExpr
labeled alternative inPQL.ipa_expr()
.- Parameters:
ctx
- the parse tree
-
enterTierList
Enter a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.- Parameters:
ctx
- the parse tree
-
exitTierList
Exit a parse tree produced by theTierList
labeled alternative inPQL.tier_list()
.- Parameters:
ctx
- the parse tree
-
enterAllTiers
Enter a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.- Parameters:
ctx
- the parse tree
-
exitAllTiers
Exit a parse tree produced by theAllTiers
labeled alternative inPQL.tier_list()
.- Parameters:
ctx
- the parse tree
-
enterTier_name
Enter a parse tree produced byPQL.tier_name()
.- Parameters:
ctx
- the parse tree
-
exitTier_name
Exit a parse tree produced byPQL.tier_name()
.- Parameters:
ctx
- the parse tree
-
enterSession_or_record_list
Enter a parse tree produced byPQL.session_or_record_list()
.- Parameters:
ctx
- the parse tree
-
exitSession_or_record_list
Exit a parse tree produced byPQL.session_or_record_list()
.- Parameters:
ctx
- the parse tree
-
enterSessionList
Enter a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.- Parameters:
ctx
- the parse tree
-
exitSessionList
Exit a parse tree produced by theSessionList
labeled alternative inPQL.session_list()
.- Parameters:
ctx
- the parse tree
-
enterAllProjectSessions
Enter a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.- Parameters:
ctx
- the parse tree
-
exitAllProjectSessions
Exit a parse tree produced by theAllProjectSessions
labeled alternative inPQL.session_list()
.- Parameters:
ctx
- the parse tree
-
enterSession_name
Enter a parse tree produced byPQL.session_name()
.- Parameters:
ctx
- the parse tree
-
exitSession_name
Exit a parse tree produced byPQL.session_name()
.- Parameters:
ctx
- the parse tree
-
enterAllRecords
Enter a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.- Parameters:
ctx
- the parse tree
-
exitAllRecords
Exit a parse tree produced by theAllRecords
labeled alternative inPQL.record_list()
.- Parameters:
ctx
- the parse tree
-
enterRecordList
Enter a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.- Parameters:
ctx
- the parse tree
-
exitRecordList
Exit a parse tree produced by theRecordList
labeled alternative inPQL.record_list()
.- Parameters:
ctx
- the parse tree
-
enterRecordNumber
Enter a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.- Parameters:
ctx
- the parse tree
-
exitRecordNumber
Exit a parse tree produced by theRecordNumber
labeled alternative inPQL.record_or_range()
.- Parameters:
ctx
- the parse tree
-
enterRecordRange
Enter a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.- Parameters:
ctx
- the parse tree
-
exitRecordRange
Exit a parse tree produced by theRecordRange
labeled alternative inPQL.record_or_range()
.- Parameters:
ctx
- the parse tree
-
enterFilter_blocks
Enter a parse tree produced byPQL.filter_blocks()
.- Parameters:
ctx
- the parse tree
-
exitFilter_blocks
Exit a parse tree produced byPQL.filter_blocks()
.- Parameters:
ctx
- the parse tree
-
enterFilter_block
Enter a parse tree produced byPQL.filter_block()
.- Parameters:
ctx
- the parse tree
-
exitFilter_block
Exit a parse tree produced byPQL.filter_block()
.- Parameters:
ctx
- the parse tree
-
enterContains_or_equals
Enter a parse tree produced byPQL.contains_or_equals()
.- Parameters:
ctx
- the parse tree
-
exitContains_or_equals
Exit a parse tree produced byPQL.contains_or_equals()
.- Parameters:
ctx
- the parse tree
-
enterWhere_project
Enter a parse tree produced byPQL.where_project()
.- Parameters:
ctx
- the parse tree
-
exitWhere_project
Exit a parse tree produced byPQL.where_project()
.- Parameters:
ctx
- the parse tree
-
enterWhere_project_stmt
Enter a parse tree produced byPQL.where_project_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_project_stmt
Exit a parse tree produced byPQL.where_project_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_project_or_stmt
Enter a parse tree produced byPQL.where_project_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_project_or_stmt
Exit a parse tree produced byPQL.where_project_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_project_and_stmt
Enter a parse tree produced byPQL.where_project_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_project_and_stmt
Exit a parse tree produced byPQL.where_project_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_project_unary_stmt
Enter a parse tree produced byPQL.where_project_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_project_unary_stmt
Exit a parse tree produced byPQL.where_project_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_session
Enter a parse tree produced byPQL.where_session()
.- Parameters:
ctx
- the parse tree
-
exitWhere_session
Exit a parse tree produced byPQL.where_session()
.- Parameters:
ctx
- the parse tree
-
enterWhere_session_stmt
Enter a parse tree produced byPQL.where_session_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_session_stmt
Exit a parse tree produced byPQL.where_session_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_session_or_stmt
Enter a parse tree produced byPQL.where_session_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_session_or_stmt
Exit a parse tree produced byPQL.where_session_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_session_and_stmt
Enter a parse tree produced byPQL.where_session_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_session_and_stmt
Exit a parse tree produced byPQL.where_session_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_session_unary_stmt
Enter a parse tree produced byPQL.where_session_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_session_unary_stmt
Exit a parse tree produced byPQL.where_session_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_speaker
Enter a parse tree produced byPQL.where_speaker()
.- Parameters:
ctx
- the parse tree
-
exitWhere_speaker
Exit a parse tree produced byPQL.where_speaker()
.- Parameters:
ctx
- the parse tree
-
enterWhere_speaker_stmt
Enter a parse tree produced byPQL.where_speaker_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_speaker_stmt
Exit a parse tree produced byPQL.where_speaker_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_speaker_or_stmt
Enter a parse tree produced byPQL.where_speaker_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_speaker_or_stmt
Exit a parse tree produced byPQL.where_speaker_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_speaker_and_stmt
Enter a parse tree produced byPQL.where_speaker_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_speaker_and_stmt
Exit a parse tree produced byPQL.where_speaker_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_speaker_unary_stmt
Enter a parse tree produced byPQL.where_speaker_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_speaker_unary_stmt
Exit a parse tree produced byPQL.where_speaker_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_group
Enter a parse tree produced byPQL.where_group()
.- Parameters:
ctx
- the parse tree
-
exitWhere_group
Exit a parse tree produced byPQL.where_group()
.- Parameters:
ctx
- the parse tree
-
enterWhere_group_stmt
Enter a parse tree produced byPQL.where_group_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_group_stmt
Exit a parse tree produced byPQL.where_group_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_group_or_stmt
Enter a parse tree produced byPQL.where_group_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_group_or_stmt
Exit a parse tree produced byPQL.where_group_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_group_and_stmt
Enter a parse tree produced byPQL.where_group_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_group_and_stmt
Exit a parse tree produced byPQL.where_group_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_group_unary_stmt
Enter a parse tree produced byPQL.where_group_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_group_unary_stmt
Exit a parse tree produced byPQL.where_group_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_word
Enter a parse tree produced byPQL.where_word()
.- Parameters:
ctx
- the parse tree
-
exitWhere_word
Exit a parse tree produced byPQL.where_word()
.- Parameters:
ctx
- the parse tree
-
enterWhere_word_stmt
Enter a parse tree produced byPQL.where_word_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_word_stmt
Exit a parse tree produced byPQL.where_word_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_word_or_stmt
Enter a parse tree produced byPQL.where_word_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_word_or_stmt
Exit a parse tree produced byPQL.where_word_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_word_and_stmt
Enter a parse tree produced byPQL.where_word_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_word_and_stmt
Exit a parse tree produced byPQL.where_word_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_word_unary_stmt
Enter a parse tree produced byPQL.where_word_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_word_unary_stmt
Exit a parse tree produced byPQL.where_word_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_syllable
Enter a parse tree produced byPQL.where_syllable()
.- Parameters:
ctx
- the parse tree
-
exitWhere_syllable
Exit a parse tree produced byPQL.where_syllable()
.- Parameters:
ctx
- the parse tree
-
enterWhere_syllable_stmt
Enter a parse tree produced byPQL.where_syllable_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_syllable_stmt
Exit a parse tree produced byPQL.where_syllable_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_syllable_or_stmt
Enter a parse tree produced byPQL.where_syllable_or_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_syllable_or_stmt
Exit a parse tree produced byPQL.where_syllable_or_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_syllable_and_stmt
Enter a parse tree produced byPQL.where_syllable_and_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_syllable_and_stmt
Exit a parse tree produced byPQL.where_syllable_and_stmt()
.- Parameters:
ctx
- the parse tree
-
enterWhere_syllable_unary_stmt
Enter a parse tree produced byPQL.where_syllable_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
exitWhere_syllable_unary_stmt
Exit a parse tree produced byPQL.where_syllable_unary_stmt()
.- Parameters:
ctx
- the parse tree
-
enterPeriod_expr
Enter a parse tree produced byPQL.period_expr()
.- Parameters:
ctx
- the parse tree
-
exitPeriod_expr
Exit a parse tree produced byPQL.period_expr()
.- Parameters:
ctx
- the parse tree
-
enterDate_expr
Enter a parse tree produced byPQL.date_expr()
.- Parameters:
ctx
- the parse tree
-
exitDate_expr
Exit a parse tree produced byPQL.date_expr()
.- Parameters:
ctx
- the parse tree
-
enterIncludes
Enter a parse tree produced byPQL.includes()
.- Parameters:
ctx
- the parse tree
-
exitIncludes
Exit a parse tree produced byPQL.includes()
.- Parameters:
ctx
- the parse tree
-
enterIncludeAlignedPhones
Enter a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.- Parameters:
ctx
- the parse tree
-
exitIncludeAlignedPhones
Exit a parse tree produced by theIncludeAlignedPhones
labeled alternative inPQL.include_stmt()
.- Parameters:
ctx
- the parse tree
-
enterIncludeTiers
Enter a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.- Parameters:
ctx
- the parse tree
-
exitIncludeTiers
Exit a parse tree produced by theIncludeTiers
labeled alternative inPQL.include_stmt()
.- Parameters:
ctx
- the parse tree
-
enterInteger
Enter a parse tree produced byPQL.integer()
.- Parameters:
ctx
- the parse tree
-
exitInteger
Exit a parse tree produced byPQL.integer()
.- Parameters:
ctx
- the parse tree
-
enterNumber
Enter a parse tree produced byPQL.number()
.- Parameters:
ctx
- the parse tree
-
exitNumber
Exit a parse tree produced byPQL.number()
.- Parameters:
ctx
- the parse tree
-