Class yqlplusBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
yqlplusVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
yqlplusVisitor,
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 byyqlplusParser.additive_expression().Visit a parse tree produced byyqlplusParser.additive_op().Visit a parse tree produced byyqlplusParser.alias_def().Visit a parse tree produced byyqlplusParser.annotate_expression().Visit a parse tree produced byyqlplusParser.annotation().Visit a parse tree produced byyqlplusParser.argument(boolean).Visit a parse tree produced byyqlplusParser.arguments(boolean).Visit a parse tree produced byyqlplusParser.array_literal().Visit a parse tree produced byyqlplusParser.array_parameter().Visit a parse tree produced byyqlplusParser.call_expression(boolean).Visit a parse tree produced byyqlplusParser.call_source().Visit a parse tree produced byyqlplusParser.constant_expression().Visit a parse tree produced byyqlplusParser.data_source().Visit a parse tree produced byyqlplusParser.dereferenced_expression().Visit a parse tree produced byyqlplusParser.dotted_idents().Visit a parse tree produced byyqlplusParser.equality_expression().Visit a parse tree produced byyqlplusParser.equality_op().Visit a parse tree produced byyqlplusParser.expression(boolean).Visit a parse tree produced byyqlplusParser.field_def().Visit a parse tree produced byyqlplusParser.fieldref().Visit a parse tree produced byyqlplusParser.fixed_or_parameter().Visit a parse tree produced byyqlplusParser.ident().Visit a parse tree produced byyqlplusParser.in_not_in_target().Visit a parse tree produced byyqlplusParser.indexref(boolean).Visit a parse tree produced byyqlplusParser.keyword_as_ident().Visit a parse tree produced byyqlplusParser.limit().Visit a parse tree produced byyqlplusParser.literal_element().Visit a parse tree produced byyqlplusParser.literal_list().Visit a parse tree produced byyqlplusParser.logical_AND_expression().Visit a parse tree produced byyqlplusParser.logical_OR_expression().Visit a parse tree produced byyqlplusParser.map_expression().Visit a parse tree produced byyqlplusParser.mult_op().Visit a parse tree produced byyqlplusParser.multiplicative_expression().Visit a parse tree produced byyqlplusParser.namespaced_name().Visit a parse tree produced byyqlplusParser.null_operator().Visit a parse tree produced byyqlplusParser.offset().Visit a parse tree produced byyqlplusParser.orderby().Visit a parse tree produced byyqlplusParser.orderby_field().Visit a parse tree produced byyqlplusParser.orderby_fields().Visit a parse tree produced byyqlplusParser.output_spec().Visit a parse tree produced byyqlplusParser.output_statement().Visit a parse tree produced byyqlplusParser.parameter().Visit a parse tree produced byyqlplusParser.pipeline_step().Visit a parse tree produced byyqlplusParser.primary_expression().Visit a parse tree produced byyqlplusParser.program().Visit a parse tree produced byyqlplusParser.project_spec().Visit a parse tree produced byyqlplusParser.property_name().Visit a parse tree produced byyqlplusParser.property_name_and_value().Visit a parse tree produced byyqlplusParser.propertyref().Visit a parse tree produced byyqlplusParser.query_statement().Visit a parse tree produced byyqlplusParser.relational_expression().Visit a parse tree produced byyqlplusParser.relational_op().Visit a parse tree produced byyqlplusParser.scalar_literal().Visit a parse tree produced byyqlplusParser.select_field_spec().Visit a parse tree produced byyqlplusParser.select_source().Visit a parse tree produced byyqlplusParser.select_source_all().Visit a parse tree produced byyqlplusParser.select_source_from().Visit a parse tree produced byyqlplusParser.select_source_multi().Visit a parse tree produced byyqlplusParser.select_statement().Visit a parse tree produced byyqlplusParser.sequence_source().Visit a parse tree produced byyqlplusParser.source_list().Visit a parse tree produced byyqlplusParser.source_spec().Visit a parse tree produced byyqlplusParser.source_statement().Visit a parse tree produced byyqlplusParser.statement().Visit a parse tree produced byyqlplusParser.timeout().Visit a parse tree produced byyqlplusParser.unary_expression().Visit a parse tree produced byyqlplusParser.unary_op().Visit a parse tree produced byyqlplusParser.vespa_grouping().Visit a parse tree produced byyqlplusParser.where().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
-
yqlplusBaseVisitor
public yqlplusBaseVisitor()
-
-
Method Details
-
visitIdent
Visit a parse tree produced byyqlplusParser.ident().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword_as_ident
Visit a parse tree produced byyqlplusParser.keyword_as_ident().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyword_as_identin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProgram
Visit a parse tree produced byyqlplusParser.program().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProgramin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byyqlplusParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutput_statement
Visit a parse tree produced byyqlplusParser.output_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutput_statementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource_statement
Visit a parse tree produced byyqlplusParser.source_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSource_statementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPipeline_step
Visit a parse tree produced byyqlplusParser.pipeline_step().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPipeline_stepin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVespa_grouping
Visit a parse tree produced byyqlplusParser.vespa_grouping().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVespa_groupingin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutput_spec
Visit a parse tree produced byyqlplusParser.output_spec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutput_specin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuery_statement
Visit a parse tree produced byyqlplusParser.query_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuery_statementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_statement
Visit a parse tree produced byyqlplusParser.select_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_statementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_field_spec
Visit a parse tree produced byyqlplusParser.select_field_spec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_field_specin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProject_spec
Visit a parse tree produced byyqlplusParser.project_spec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProject_specin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeout
Visit a parse tree produced byyqlplusParser.timeout().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeoutin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_source
Visit a parse tree produced byyqlplusParser.select_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_sourcein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_source_all
Visit a parse tree produced byyqlplusParser.select_source_all().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_source_allin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_source_multi
Visit a parse tree produced byyqlplusParser.select_source_multi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_source_multiin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_source_from
Visit a parse tree produced byyqlplusParser.select_source_from().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_source_fromin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource_list
Visit a parse tree produced byyqlplusParser.source_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSource_listin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource_spec
Visit a parse tree produced byyqlplusParser.source_spec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSource_specin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias_def
Visit a parse tree produced byyqlplusParser.alias_def().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlias_defin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitData_source
Visit a parse tree produced byyqlplusParser.data_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitData_sourcein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall_source
Visit a parse tree produced byyqlplusParser.call_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCall_sourcein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequence_source
Visit a parse tree produced byyqlplusParser.sequence_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequence_sourcein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamespaced_name
Visit a parse tree produced byyqlplusParser.namespaced_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamespaced_namein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderby
Visit a parse tree produced byyqlplusParser.orderby().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderbyin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderby_fields
Visit a parse tree produced byyqlplusParser.orderby_fields().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderby_fieldsin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderby_field
Visit a parse tree produced byyqlplusParser.orderby_field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderby_fieldin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimit
Visit a parse tree produced byyqlplusParser.limit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffset
Visit a parse tree produced byyqlplusParser.offset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere
Visit a parse tree produced byyqlplusParser.where().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWherein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitField_def
Visit a parse tree produced byyqlplusParser.field_def().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitField_defin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_expression
Visit a parse tree produced byyqlplusParser.map_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArguments
Visit a parse tree produced byyqlplusParser.arguments(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentsin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byyqlplusParser.argument(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced byyqlplusParser.expression(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNull_operator
Visit a parse tree produced byyqlplusParser.null_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNull_operatorin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotate_expression
Visit a parse tree produced byyqlplusParser.annotate_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotate_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced byyqlplusParser.annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogical_OR_expression
Visit a parse tree produced byyqlplusParser.logical_OR_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogical_OR_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogical_AND_expression
Visit a parse tree produced byyqlplusParser.logical_AND_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogical_AND_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEquality_expression
Visit a parse tree produced byyqlplusParser.equality_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEquality_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_not_in_target
Visit a parse tree produced byyqlplusParser.in_not_in_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIn_not_in_targetin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEquality_op
Visit a parse tree produced byyqlplusParser.equality_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEquality_opin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelational_expression
Visit a parse tree produced byyqlplusParser.relational_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelational_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelational_op
Visit a parse tree produced byyqlplusParser.relational_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelational_opin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditive_expression
Visit a parse tree produced byyqlplusParser.additive_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditive_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditive_op
Visit a parse tree produced byyqlplusParser.additive_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditive_opin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicative_expression
Visit a parse tree produced byyqlplusParser.multiplicative_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiplicative_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMult_op
Visit a parse tree produced byyqlplusParser.mult_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMult_opin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnary_op
Visit a parse tree produced byyqlplusParser.unary_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnary_opin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnary_expression
Visit a parse tree produced byyqlplusParser.unary_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnary_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDereferenced_expression
Visit a parse tree produced byyqlplusParser.dereferenced_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDereferenced_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexref
Visit a parse tree produced byyqlplusParser.indexref(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexrefin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyref
Visit a parse tree produced byyqlplusParser.propertyref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyrefin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimary_expression
Visit a parse tree produced byyqlplusParser.primary_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimary_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall_expression
Visit a parse tree produced byyqlplusParser.call_expression(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCall_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldref
Visit a parse tree produced byyqlplusParser.fieldref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldrefin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameter
Visit a parse tree produced byyqlplusParser.parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty_name_and_value
Visit a parse tree produced byyqlplusParser.property_name_and_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProperty_name_and_valuein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty_name
Visit a parse tree produced byyqlplusParser.property_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProperty_namein interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotted_idents
Visit a parse tree produced byyqlplusParser.dotted_idents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDotted_identsin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstant_expression
Visit a parse tree produced byyqlplusParser.constant_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstant_expressionin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_literal
Visit a parse tree produced byyqlplusParser.array_literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_literalin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScalar_literal
Visit a parse tree produced byyqlplusParser.scalar_literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScalar_literalin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_parameter
Visit a parse tree produced byyqlplusParser.array_parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_parameterin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral_list
Visit a parse tree produced byyqlplusParser.literal_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteral_listin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral_element
Visit a parse tree produced byyqlplusParser.literal_element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteral_elementin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFixed_or_parameter
Visit a parse tree produced byyqlplusParser.fixed_or_parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFixed_or_parameterin interfaceyqlplusVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-