Class PQLSessionCollector
java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Void>
- All Implemented Interfaces:
PQLVisitor<Void>,org.antlr.v4.runtime.tree.ParseTreeVisitor<Void>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit 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 byPQL.session_name().Methods inherited from class ca.phon.query.pql.PQLBaseVisitor
visitAllProjectSessions, visitAllRecords, visitAllTiers, visitContains_or_equals, visitCVPatternExpr, visitDate_expr, visitExpr, visitFilter_block, visitFilter_blocks, visitFind_query, visitIncludeAlignedPhones, visitIncludes, visitIncludeTiers, visitInteger, visitNumber, visitPeriod_expr, visitPhonexExpr, visitPlainTextExpr, visitQuery, visitRegexExpr, visitSearch_by, visitSelect_query, visitSession_or_record_list, visitSessionList, visitStart, visitTier_name, visitTierList, visitWhere_group, visitWhere_group_and_stmt, visitWhere_group_or_stmt, visitWhere_group_stmt, visitWhere_group_unary_stmt, visitWhere_project, visitWhere_project_and_stmt, visitWhere_project_or_stmt, visitWhere_project_stmt, visitWhere_project_unary_stmt, visitWhere_session, visitWhere_session_and_stmt, visitWhere_session_or_stmt, visitWhere_session_stmt, visitWhere_session_unary_stmt, visitWhere_speaker, visitWhere_speaker_and_stmt, visitWhere_speaker_or_stmt, visitWhere_speaker_stmt, visitWhere_speaker_unary_stmt, visitWhere_syllable, visitWhere_syllable_and_stmt, visitWhere_syllable_or_stmt, visitWhere_syllable_stmt, visitWhere_syllable_unary_stmt, visitWhere_word, visitWhere_word_and_stmt, visitWhere_word_or_stmt, visitWhere_word_stmt, visitWhere_word_unary_stmt, visitWordShapeExprMethods 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
-
PQLSessionCollector
public PQLSessionCollector() -
PQLSessionCollector
-
-
Method Details
-
visitSession_name
Description copied from class:PQLBaseVisitorVisit 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<Void>- Overrides:
visitSession_namein classPQLBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordList
Description copied from class:PQLBaseVisitorVisit 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<Void>- Overrides:
visitRecordListin classPQLBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordNumber
Description copied from class:PQLBaseVisitorVisit 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<Void>- Overrides:
visitRecordNumberin classPQLBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordRange
Description copied from class:PQLBaseVisitorVisit 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<Void>- Overrides:
visitRecordRangein classPQLBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-