Class GQLBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.neo4j.GQLBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,GQLVisitor<T>
public class GQLBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GQLVisitor<T>
This class provides an empty implementation ofGQLVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GQLBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitGqlProgram
public T visitGqlProgram(GQLParser.GqlProgramContext ctx)
Visit a parse tree produced byGQLParser.gqlProgram().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGqlProgramin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProgramActivity
public T visitProgramActivity(GQLParser.ProgramActivityContext ctx)
Visit a parse tree produced byGQLParser.programActivity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProgramActivityin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionActivity
public T visitSessionActivity(GQLParser.SessionActivityContext ctx)
Visit a parse tree produced byGQLParser.sessionActivity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionActivityin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionActivity
public T visitTransactionActivity(GQLParser.TransactionActivityContext ctx)
Visit a parse tree produced byGQLParser.transactionActivity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionActivityin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndTransactionCommand
public T visitEndTransactionCommand(GQLParser.EndTransactionCommandContext ctx)
Visit a parse tree produced byGQLParser.endTransactionCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndTransactionCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetCommand
public T visitSessionSetCommand(GQLParser.SessionSetCommandContext ctx)
Visit a parse tree produced byGQLParser.sessionSetCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetSchemaClause
public T visitSessionSetSchemaClause(GQLParser.SessionSetSchemaClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetSchemaClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetSchemaClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetGraphClause
public T visitSessionSetGraphClause(GQLParser.SessionSetGraphClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetGraphClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetGraphClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetTimeZoneClause
public T visitSessionSetTimeZoneClause(GQLParser.SessionSetTimeZoneClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetTimeZoneClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetTimeZoneClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTimeZoneValue
public T visitSetTimeZoneValue(GQLParser.SetTimeZoneValueContext ctx)
Visit a parse tree produced byGQLParser.setTimeZoneValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTimeZoneValuein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetParameterClause
public T visitSessionSetParameterClause(GQLParser.SessionSetParameterClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetParameterClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetGraphParameterClause
public T visitSessionSetGraphParameterClause(GQLParser.SessionSetGraphParameterClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetGraphParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetGraphParameterClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetBindingTableParameterClause
public T visitSessionSetBindingTableParameterClause(GQLParser.SessionSetBindingTableParameterClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetBindingTableParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetBindingTableParameterClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetValueParameterClause
public T visitSessionSetValueParameterClause(GQLParser.SessionSetValueParameterClauseContext ctx)
Visit a parse tree produced byGQLParser.sessionSetValueParameterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetValueParameterClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionSetParameterName
public T visitSessionSetParameterName(GQLParser.SessionSetParameterNameContext ctx)
Visit a parse tree produced byGQLParser.sessionSetParameterName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionSetParameterNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionResetCommand
public T visitSessionResetCommand(GQLParser.SessionResetCommandContext ctx)
Visit a parse tree produced byGQLParser.sessionResetCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionResetCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionResetArguments
public T visitSessionResetArguments(GQLParser.SessionResetArgumentsContext ctx)
Visit a parse tree produced byGQLParser.sessionResetArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionResetArgumentsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionCloseCommand
public T visitSessionCloseCommand(GQLParser.SessionCloseCommandContext ctx)
Visit a parse tree produced byGQLParser.sessionCloseCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionCloseCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSessionParameterSpecification
public T visitSessionParameterSpecification(GQLParser.SessionParameterSpecificationContext ctx)
Visit a parse tree produced byGQLParser.sessionParameterSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSessionParameterSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartTransactionCommand
public T visitStartTransactionCommand(GQLParser.StartTransactionCommandContext ctx)
Visit a parse tree produced byGQLParser.startTransactionCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartTransactionCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionCharacteristics
public T visitTransactionCharacteristics(GQLParser.TransactionCharacteristicsContext ctx)
Visit a parse tree produced byGQLParser.transactionCharacteristics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionCharacteristicsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionMode
public T visitTransactionMode(GQLParser.TransactionModeContext ctx)
Visit a parse tree produced byGQLParser.transactionMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionAccessMode
public T visitTransactionAccessMode(GQLParser.TransactionAccessModeContext ctx)
Visit a parse tree produced byGQLParser.transactionAccessMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionAccessModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackCommand
public T visitRollbackCommand(GQLParser.RollbackCommandContext ctx)
Visit a parse tree produced byGQLParser.rollbackCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitCommand
public T visitCommitCommand(GQLParser.CommitCommandContext ctx)
Visit a parse tree produced byGQLParser.commitCommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitCommandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedProcedureSpecification
public T visitNestedProcedureSpecification(GQLParser.NestedProcedureSpecificationContext ctx)
Visit a parse tree produced byGQLParser.nestedProcedureSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedProcedureSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureSpecification
public T visitProcedureSpecification(GQLParser.ProcedureSpecificationContext ctx)
Visit a parse tree produced byGQLParser.procedureSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedDataModifyingProcedureSpecification
public T visitNestedDataModifyingProcedureSpecification(GQLParser.NestedDataModifyingProcedureSpecificationContext ctx)
Visit a parse tree produced byGQLParser.nestedDataModifyingProcedureSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedDataModifyingProcedureSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedQuerySpecification
public T visitNestedQuerySpecification(GQLParser.NestedQuerySpecificationContext ctx)
Visit a parse tree produced byGQLParser.nestedQuerySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedQuerySpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureBody
public T visitProcedureBody(GQLParser.ProcedureBodyContext ctx)
Visit a parse tree produced byGQLParser.procedureBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingVariableDefinitionBlock
public T visitBindingVariableDefinitionBlock(GQLParser.BindingVariableDefinitionBlockContext ctx)
Visit a parse tree produced byGQLParser.bindingVariableDefinitionBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingVariableDefinitionBlockin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingVariableDefinition
public T visitBindingVariableDefinition(GQLParser.BindingVariableDefinitionContext ctx)
Visit a parse tree produced byGQLParser.bindingVariableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingVariableDefinitionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementBlock
public T visitStatementBlock(GQLParser.StatementBlockContext ctx)
Visit a parse tree produced byGQLParser.statementBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementBlockin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
public T visitStatement(GQLParser.StatementContext ctx)
Visit a parse tree produced byGQLParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNextStatement
public T visitNextStatement(GQLParser.NextStatementContext ctx)
Visit a parse tree produced byGQLParser.nextStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNextStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphVariableDefinition
public T visitGraphVariableDefinition(GQLParser.GraphVariableDefinitionContext ctx)
Visit a parse tree produced byGQLParser.graphVariableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphVariableDefinitionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptTypedGraphInitializer
public T visitOptTypedGraphInitializer(GQLParser.OptTypedGraphInitializerContext ctx)
Visit a parse tree produced byGQLParser.optTypedGraphInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptTypedGraphInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphInitializer
public T visitGraphInitializer(GQLParser.GraphInitializerContext ctx)
Visit a parse tree produced byGQLParser.graphInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableVariableDefinition
public T visitBindingTableVariableDefinition(GQLParser.BindingTableVariableDefinitionContext ctx)
Visit a parse tree produced byGQLParser.bindingTableVariableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableVariableDefinitionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptTypedBindingTableInitializer
public T visitOptTypedBindingTableInitializer(GQLParser.OptTypedBindingTableInitializerContext ctx)
Visit a parse tree produced byGQLParser.optTypedBindingTableInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptTypedBindingTableInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableInitializer
public T visitBindingTableInitializer(GQLParser.BindingTableInitializerContext ctx)
Visit a parse tree produced byGQLParser.bindingTableInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueVariableDefinition
public T visitValueVariableDefinition(GQLParser.ValueVariableDefinitionContext ctx)
Visit a parse tree produced byGQLParser.valueVariableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueVariableDefinitionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptTypedValueInitializer
public T visitOptTypedValueInitializer(GQLParser.OptTypedValueInitializerContext ctx)
Visit a parse tree produced byGQLParser.optTypedValueInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptTypedValueInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueInitializer
public T visitValueInitializer(GQLParser.ValueInitializerContext ctx)
Visit a parse tree produced byGQLParser.valueInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueInitializerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphExpression
public T visitGraphExpression(GQLParser.GraphExpressionContext ctx)
Visit a parse tree produced byGQLParser.graphExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentGraph
public T visitCurrentGraph(GQLParser.CurrentGraphContext ctx)
Visit a parse tree produced byGQLParser.currentGraph().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentGraphin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableExpression
public T visitBindingTableExpression(GQLParser.BindingTableExpressionContext ctx)
Visit a parse tree produced byGQLParser.bindingTableExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedBindingTableQuerySpecification
public T visitNestedBindingTableQuerySpecification(GQLParser.NestedBindingTableQuerySpecificationContext ctx)
Visit a parse tree produced byGQLParser.nestedBindingTableQuerySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedBindingTableQuerySpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectExpressionPrimary
public T visitObjectExpressionPrimary(GQLParser.ObjectExpressionPrimaryContext ctx)
Visit a parse tree produced byGQLParser.objectExpressionPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectExpressionPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinearCatalogModifyingStatement
public T visitLinearCatalogModifyingStatement(GQLParser.LinearCatalogModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.linearCatalogModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinearCatalogModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCatalogModifyingStatement
public T visitSimpleCatalogModifyingStatement(GQLParser.SimpleCatalogModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleCatalogModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleCatalogModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveCatalogModifyingStatement
public T visitPrimitiveCatalogModifyingStatement(GQLParser.PrimitiveCatalogModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.primitiveCatalogModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveCatalogModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSchemaStatement
public T visitCreateSchemaStatement(GQLParser.CreateSchemaStatementContext ctx)
Visit a parse tree produced byGQLParser.createSchemaStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSchemaStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSchemaStatement
public T visitDropSchemaStatement(GQLParser.DropSchemaStatementContext ctx)
Visit a parse tree produced byGQLParser.dropSchemaStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSchemaStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateGraphStatement
public T visitCreateGraphStatement(GQLParser.CreateGraphStatementContext ctx)
Visit a parse tree produced byGQLParser.createGraphStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateGraphStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpenGraphType
public T visitOpenGraphType(GQLParser.OpenGraphTypeContext ctx)
Visit a parse tree produced byGQLParser.openGraphType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpenGraphTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOfGraphType
public T visitOfGraphType(GQLParser.OfGraphTypeContext ctx)
Visit a parse tree produced byGQLParser.ofGraphType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOfGraphTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphTypeLikeGraph
public T visitGraphTypeLikeGraph(GQLParser.GraphTypeLikeGraphContext ctx)
Visit a parse tree produced byGQLParser.graphTypeLikeGraph().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphTypeLikeGraphin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphSource
public T visitGraphSource(GQLParser.GraphSourceContext ctx)
Visit a parse tree produced byGQLParser.graphSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphSourcein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropGraphStatement
public T visitDropGraphStatement(GQLParser.DropGraphStatementContext ctx)
Visit a parse tree produced byGQLParser.dropGraphStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropGraphStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateGraphTypeStatement
public T visitCreateGraphTypeStatement(GQLParser.CreateGraphTypeStatementContext ctx)
Visit a parse tree produced byGQLParser.createGraphTypeStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateGraphTypeStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphTypeSource
public T visitGraphTypeSource(GQLParser.GraphTypeSourceContext ctx)
Visit a parse tree produced byGQLParser.graphTypeSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphTypeSourcein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyOfGraphType
public T visitCopyOfGraphType(GQLParser.CopyOfGraphTypeContext ctx)
Visit a parse tree produced byGQLParser.copyOfGraphType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyOfGraphTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropGraphTypeStatement
public T visitDropGraphTypeStatement(GQLParser.DropGraphTypeStatementContext ctx)
Visit a parse tree produced byGQLParser.dropGraphTypeStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropGraphTypeStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallCatalogModifyingProcedureStatement
public T visitCallCatalogModifyingProcedureStatement(GQLParser.CallCatalogModifyingProcedureStatementContext ctx)
Visit a parse tree produced byGQLParser.callCatalogModifyingProcedureStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallCatalogModifyingProcedureStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinearDataModifyingStatement
public T visitLinearDataModifyingStatement(GQLParser.LinearDataModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.linearDataModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinearDataModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedLinearDataModifyingStatement
public T visitFocusedLinearDataModifyingStatement(GQLParser.FocusedLinearDataModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.focusedLinearDataModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedLinearDataModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedLinearDataModifyingStatementBody
public T visitFocusedLinearDataModifyingStatementBody(GQLParser.FocusedLinearDataModifyingStatementBodyContext ctx)
Visit a parse tree produced byGQLParser.focusedLinearDataModifyingStatementBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedLinearDataModifyingStatementBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedNestedDataModifyingProcedureSpecification
public T visitFocusedNestedDataModifyingProcedureSpecification(GQLParser.FocusedNestedDataModifyingProcedureSpecificationContext ctx)
Visit a parse tree produced byGQLParser.focusedNestedDataModifyingProcedureSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedNestedDataModifyingProcedureSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbientLinearDataModifyingStatement
public T visitAmbientLinearDataModifyingStatement(GQLParser.AmbientLinearDataModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.ambientLinearDataModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbientLinearDataModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbientLinearDataModifyingStatementBody
public T visitAmbientLinearDataModifyingStatementBody(GQLParser.AmbientLinearDataModifyingStatementBodyContext ctx)
Visit a parse tree produced byGQLParser.ambientLinearDataModifyingStatementBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbientLinearDataModifyingStatementBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleLinearDataAccessingStatement
public T visitSimpleLinearDataAccessingStatement(GQLParser.SimpleLinearDataAccessingStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleLinearDataAccessingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleLinearDataAccessingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleDataAccessingStatement
public T visitSimpleDataAccessingStatement(GQLParser.SimpleDataAccessingStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleDataAccessingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleDataAccessingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleDataModifyingStatement
public T visitSimpleDataModifyingStatement(GQLParser.SimpleDataModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleDataModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleDataModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveDataModifyingStatement
public T visitPrimitiveDataModifyingStatement(GQLParser.PrimitiveDataModifyingStatementContext ctx)
Visit a parse tree produced byGQLParser.primitiveDataModifyingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveDataModifyingStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertStatement
public T visitInsertStatement(GQLParser.InsertStatementContext ctx)
Visit a parse tree produced byGQLParser.insertStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetStatement
public T visitSetStatement(GQLParser.SetStatementContext ctx)
Visit a parse tree produced byGQLParser.setStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetItemList
public T visitSetItemList(GQLParser.SetItemListContext ctx)
Visit a parse tree produced byGQLParser.setItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetItem
public T visitSetItem(GQLParser.SetItemContext ctx)
Visit a parse tree produced byGQLParser.setItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetPropertyItem
public T visitSetPropertyItem(GQLParser.SetPropertyItemContext ctx)
Visit a parse tree produced byGQLParser.setPropertyItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetPropertyItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAllPropertiesItem
public T visitSetAllPropertiesItem(GQLParser.SetAllPropertiesItemContext ctx)
Visit a parse tree produced byGQLParser.setAllPropertiesItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetAllPropertiesItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetLabelItem
public T visitSetLabelItem(GQLParser.SetLabelItemContext ctx)
Visit a parse tree produced byGQLParser.setLabelItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetLabelItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveStatement
public T visitRemoveStatement(GQLParser.RemoveStatementContext ctx)
Visit a parse tree produced byGQLParser.removeStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveItemList
public T visitRemoveItemList(GQLParser.RemoveItemListContext ctx)
Visit a parse tree produced byGQLParser.removeItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveItem
public T visitRemoveItem(GQLParser.RemoveItemContext ctx)
Visit a parse tree produced byGQLParser.removeItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemovePropertyItem
public T visitRemovePropertyItem(GQLParser.RemovePropertyItemContext ctx)
Visit a parse tree produced byGQLParser.removePropertyItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemovePropertyItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveLabelItem
public T visitRemoveLabelItem(GQLParser.RemoveLabelItemContext ctx)
Visit a parse tree produced byGQLParser.removeLabelItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveLabelItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteStatement
public T visitDeleteStatement(GQLParser.DeleteStatementContext ctx)
Visit a parse tree produced byGQLParser.deleteStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteItemList
public T visitDeleteItemList(GQLParser.DeleteItemListContext ctx)
Visit a parse tree produced byGQLParser.deleteItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteItem
public T visitDeleteItem(GQLParser.DeleteItemContext ctx)
Visit a parse tree produced byGQLParser.deleteItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallDataModifyingProcedureStatement
public T visitCallDataModifyingProcedureStatement(GQLParser.CallDataModifyingProcedureStatementContext ctx)
Visit a parse tree produced byGQLParser.callDataModifyingProcedureStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallDataModifyingProcedureStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeQueryStatement
public T visitCompositeQueryStatement(GQLParser.CompositeQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.compositeQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeQueryExpression
public T visitCompositeQueryExpression(GQLParser.CompositeQueryExpressionContext ctx)
Visit a parse tree produced byGQLParser.compositeQueryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeQueryExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryConjunction
public T visitQueryConjunction(GQLParser.QueryConjunctionContext ctx)
Visit a parse tree produced byGQLParser.queryConjunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryConjunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetOperator
public T visitSetOperator(GQLParser.SetOperatorContext ctx)
Visit a parse tree produced byGQLParser.setOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetOperatorin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompositeQueryPrimary
public T visitCompositeQueryPrimary(GQLParser.CompositeQueryPrimaryContext ctx)
Visit a parse tree produced byGQLParser.compositeQueryPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompositeQueryPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinearQueryStatement
public T visitLinearQueryStatement(GQLParser.LinearQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.linearQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinearQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedLinearQueryStatement
public T visitFocusedLinearQueryStatement(GQLParser.FocusedLinearQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.focusedLinearQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedLinearQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedLinearQueryStatementPart
public T visitFocusedLinearQueryStatementPart(GQLParser.FocusedLinearQueryStatementPartContext ctx)
Visit a parse tree produced byGQLParser.focusedLinearQueryStatementPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedLinearQueryStatementPartin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedLinearQueryAndPrimitiveResultStatementPart
public T visitFocusedLinearQueryAndPrimitiveResultStatementPart(GQLParser.FocusedLinearQueryAndPrimitiveResultStatementPartContext ctx)
Visit a parse tree produced byGQLParser.focusedLinearQueryAndPrimitiveResultStatementPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedLinearQueryAndPrimitiveResultStatementPartin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedPrimitiveResultStatement
public T visitFocusedPrimitiveResultStatement(GQLParser.FocusedPrimitiveResultStatementContext ctx)
Visit a parse tree produced byGQLParser.focusedPrimitiveResultStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedPrimitiveResultStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFocusedNestedQuerySpecification
public T visitFocusedNestedQuerySpecification(GQLParser.FocusedNestedQuerySpecificationContext ctx)
Visit a parse tree produced byGQLParser.focusedNestedQuerySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFocusedNestedQuerySpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbientLinearQueryStatement
public T visitAmbientLinearQueryStatement(GQLParser.AmbientLinearQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.ambientLinearQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbientLinearQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleLinearQueryStatement
public T visitSimpleLinearQueryStatement(GQLParser.SimpleLinearQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleLinearQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleLinearQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleQueryStatement
public T visitSimpleQueryStatement(GQLParser.SimpleQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveQueryStatement
public T visitPrimitiveQueryStatement(GQLParser.PrimitiveQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.primitiveQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchStatement
public T visitMatchStatement(GQLParser.MatchStatementContext ctx)
Visit a parse tree produced byGQLParser.matchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleMatchStatement
public T visitSimpleMatchStatement(GQLParser.SimpleMatchStatementContext ctx)
Visit a parse tree produced byGQLParser.simpleMatchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleMatchStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionalMatchStatement
public T visitOptionalMatchStatement(GQLParser.OptionalMatchStatementContext ctx)
Visit a parse tree produced byGQLParser.optionalMatchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionalMatchStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionalOperand
public T visitOptionalOperand(GQLParser.OptionalOperandContext ctx)
Visit a parse tree produced byGQLParser.optionalOperand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionalOperandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchStatementBlock
public T visitMatchStatementBlock(GQLParser.MatchStatementBlockContext ctx)
Visit a parse tree produced byGQLParser.matchStatementBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchStatementBlockin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallQueryStatement
public T visitCallQueryStatement(GQLParser.CallQueryStatementContext ctx)
Visit a parse tree produced byGQLParser.callQueryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallQueryStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterStatement
public T visitFilterStatement(GQLParser.FilterStatementContext ctx)
Visit a parse tree produced byGQLParser.filterStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetStatement
public T visitLetStatement(GQLParser.LetStatementContext ctx)
Visit a parse tree produced byGQLParser.letStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetVariableDefinitionList
public T visitLetVariableDefinitionList(GQLParser.LetVariableDefinitionListContext ctx)
Visit a parse tree produced byGQLParser.letVariableDefinitionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetVariableDefinitionListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetVariableDefinition
public T visitLetVariableDefinition(GQLParser.LetVariableDefinitionContext ctx)
Visit a parse tree produced byGQLParser.letVariableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetVariableDefinitionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForStatement
public T visitForStatement(GQLParser.ForStatementContext ctx)
Visit a parse tree produced byGQLParser.forStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForItem
public T visitForItem(GQLParser.ForItemContext ctx)
Visit a parse tree produced byGQLParser.forItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForItemAlias
public T visitForItemAlias(GQLParser.ForItemAliasContext ctx)
Visit a parse tree produced byGQLParser.forItemAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForItemAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForItemSource
public T visitForItemSource(GQLParser.ForItemSourceContext ctx)
Visit a parse tree produced byGQLParser.forItemSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForItemSourcein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForOrdinalityOrOffset
public T visitForOrdinalityOrOffset(GQLParser.ForOrdinalityOrOffsetContext ctx)
Visit a parse tree produced byGQLParser.forOrdinalityOrOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForOrdinalityOrOffsetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByAndPageStatement
public T visitOrderByAndPageStatement(GQLParser.OrderByAndPageStatementContext ctx)
Visit a parse tree produced byGQLParser.orderByAndPageStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByAndPageStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveResultStatement
public T visitPrimitiveResultStatement(GQLParser.PrimitiveResultStatementContext ctx)
Visit a parse tree produced byGQLParser.primitiveResultStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveResultStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
public T visitReturnStatement(GQLParser.ReturnStatementContext ctx)
Visit a parse tree produced byGQLParser.returnStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatementBody
public T visitReturnStatementBody(GQLParser.ReturnStatementBodyContext ctx)
Visit a parse tree produced byGQLParser.returnStatementBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnItemList
public T visitReturnItemList(GQLParser.ReturnItemListContext ctx)
Visit a parse tree produced byGQLParser.returnItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnItem
public T visitReturnItem(GQLParser.ReturnItemContext ctx)
Visit a parse tree produced byGQLParser.returnItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnItemAlias
public T visitReturnItemAlias(GQLParser.ReturnItemAliasContext ctx)
Visit a parse tree produced byGQLParser.returnItemAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnItemAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectStatement
public T visitSelectStatement(GQLParser.SelectStatementContext ctx)
Visit a parse tree produced byGQLParser.selectStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectItemList
public T visitSelectItemList(GQLParser.SelectItemListContext ctx)
Visit a parse tree produced byGQLParser.selectItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectItem
public T visitSelectItem(GQLParser.SelectItemContext ctx)
Visit a parse tree produced byGQLParser.selectItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectItemAlias
public T visitSelectItemAlias(GQLParser.SelectItemAliasContext ctx)
Visit a parse tree produced byGQLParser.selectItemAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectItemAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
public T visitHavingClause(GQLParser.HavingClauseContext ctx)
Visit a parse tree produced byGQLParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectStatementBody
public T visitSelectStatementBody(GQLParser.SelectStatementBodyContext ctx)
Visit a parse tree produced byGQLParser.selectStatementBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectStatementBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectGraphMatchList
public T visitSelectGraphMatchList(GQLParser.SelectGraphMatchListContext ctx)
Visit a parse tree produced byGQLParser.selectGraphMatchList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectGraphMatchListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectGraphMatch
public T visitSelectGraphMatch(GQLParser.SelectGraphMatchContext ctx)
Visit a parse tree produced byGQLParser.selectGraphMatch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectGraphMatchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectQuerySpecification
public T visitSelectQuerySpecification(GQLParser.SelectQuerySpecificationContext ctx)
Visit a parse tree produced byGQLParser.selectQuerySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectQuerySpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallProcedureStatement
public T visitCallProcedureStatement(GQLParser.CallProcedureStatementContext ctx)
Visit a parse tree produced byGQLParser.callProcedureStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallProcedureStatementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureCall
public T visitProcedureCall(GQLParser.ProcedureCallContext ctx)
Visit a parse tree produced byGQLParser.procedureCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureCallin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineProcedureCall
public T visitInlineProcedureCall(GQLParser.InlineProcedureCallContext ctx)
Visit a parse tree produced byGQLParser.inlineProcedureCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineProcedureCallin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableScopeClause
public T visitVariableScopeClause(GQLParser.VariableScopeClauseContext ctx)
Visit a parse tree produced byGQLParser.variableScopeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableScopeClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingVariableReferenceList
public T visitBindingVariableReferenceList(GQLParser.BindingVariableReferenceListContext ctx)
Visit a parse tree produced byGQLParser.bindingVariableReferenceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingVariableReferenceListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedProcedureCall
public T visitNamedProcedureCall(GQLParser.NamedProcedureCallContext ctx)
Visit a parse tree produced byGQLParser.namedProcedureCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedProcedureCallin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureArgumentList
public T visitProcedureArgumentList(GQLParser.ProcedureArgumentListContext ctx)
Visit a parse tree produced byGQLParser.procedureArgumentList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureArgumentListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureArgument
public T visitProcedureArgument(GQLParser.ProcedureArgumentContext ctx)
Visit a parse tree produced byGQLParser.procedureArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureArgumentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtSchemaClause
public T visitAtSchemaClause(GQLParser.AtSchemaClauseContext ctx)
Visit a parse tree produced byGQLParser.atSchemaClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtSchemaClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUseGraphClause
public T visitUseGraphClause(GQLParser.UseGraphClauseContext ctx)
Visit a parse tree produced byGQLParser.useGraphClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUseGraphClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternBindingTable
public T visitGraphPatternBindingTable(GQLParser.GraphPatternBindingTableContext ctx)
Visit a parse tree produced byGQLParser.graphPatternBindingTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternBindingTablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternYieldClause
public T visitGraphPatternYieldClause(GQLParser.GraphPatternYieldClauseContext ctx)
Visit a parse tree produced byGQLParser.graphPatternYieldClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternYieldClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternYieldItemList
public T visitGraphPatternYieldItemList(GQLParser.GraphPatternYieldItemListContext ctx)
Visit a parse tree produced byGQLParser.graphPatternYieldItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternYieldItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternYieldItem
public T visitGraphPatternYieldItem(GQLParser.GraphPatternYieldItemContext ctx)
Visit a parse tree produced byGQLParser.graphPatternYieldItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternYieldItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPattern
public T visitGraphPattern(GQLParser.GraphPatternContext ctx)
Visit a parse tree produced byGQLParser.graphPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchMode
public T visitMatchMode(GQLParser.MatchModeContext ctx)
Visit a parse tree produced byGQLParser.matchMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRepeatableElementsMatchMode
public T visitRepeatableElementsMatchMode(GQLParser.RepeatableElementsMatchModeContext ctx)
Visit a parse tree produced byGQLParser.repeatableElementsMatchMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRepeatableElementsMatchModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDifferentEdgesMatchMode
public T visitDifferentEdgesMatchMode(GQLParser.DifferentEdgesMatchModeContext ctx)
Visit a parse tree produced byGQLParser.differentEdgesMatchMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDifferentEdgesMatchModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementBindingsOrElements
public T visitElementBindingsOrElements(GQLParser.ElementBindingsOrElementsContext ctx)
Visit a parse tree produced byGQLParser.elementBindingsOrElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementBindingsOrElementsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeBindingsOrEdges
public T visitEdgeBindingsOrEdges(GQLParser.EdgeBindingsOrEdgesContext ctx)
Visit a parse tree produced byGQLParser.edgeBindingsOrEdges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeBindingsOrEdgesin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathPatternList
public T visitPathPatternList(GQLParser.PathPatternListContext ctx)
Visit a parse tree produced byGQLParser.pathPatternList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathPatternListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathPattern
public T visitPathPattern(GQLParser.PathPatternContext ctx)
Visit a parse tree produced byGQLParser.pathPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathVariableDeclaration
public T visitPathVariableDeclaration(GQLParser.PathVariableDeclarationContext ctx)
Visit a parse tree produced byGQLParser.pathVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathVariableDeclarationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeepClause
public T visitKeepClause(GQLParser.KeepClauseContext ctx)
Visit a parse tree produced byGQLParser.keepClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeepClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternWhereClause
public T visitGraphPatternWhereClause(GQLParser.GraphPatternWhereClauseContext ctx)
Visit a parse tree produced byGQLParser.graphPatternWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternWhereClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertGraphPattern
public T visitInsertGraphPattern(GQLParser.InsertGraphPatternContext ctx)
Visit a parse tree produced byGQLParser.insertGraphPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertGraphPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertPathPatternList
public T visitInsertPathPatternList(GQLParser.InsertPathPatternListContext ctx)
Visit a parse tree produced byGQLParser.insertPathPatternList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertPathPatternListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertPathPattern
public T visitInsertPathPattern(GQLParser.InsertPathPatternContext ctx)
Visit a parse tree produced byGQLParser.insertPathPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertPathPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertNodePattern
public T visitInsertNodePattern(GQLParser.InsertNodePatternContext ctx)
Visit a parse tree produced byGQLParser.insertNodePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertNodePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertEdgePattern
public T visitInsertEdgePattern(GQLParser.InsertEdgePatternContext ctx)
Visit a parse tree produced byGQLParser.insertEdgePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertEdgePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertEdgePointingLeft
public T visitInsertEdgePointingLeft(GQLParser.InsertEdgePointingLeftContext ctx)
Visit a parse tree produced byGQLParser.insertEdgePointingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertEdgePointingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertEdgePointingRight
public T visitInsertEdgePointingRight(GQLParser.InsertEdgePointingRightContext ctx)
Visit a parse tree produced byGQLParser.insertEdgePointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertEdgePointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertEdgeUndirected
public T visitInsertEdgeUndirected(GQLParser.InsertEdgeUndirectedContext ctx)
Visit a parse tree produced byGQLParser.insertEdgeUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertEdgeUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertElementPatternFiller
public T visitInsertElementPatternFiller(GQLParser.InsertElementPatternFillerContext ctx)
Visit a parse tree produced byGQLParser.insertElementPatternFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertElementPatternFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelAndPropertySetSpecification
public T visitLabelAndPropertySetSpecification(GQLParser.LabelAndPropertySetSpecificationContext ctx)
Visit a parse tree produced byGQLParser.labelAndPropertySetSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelAndPropertySetSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathPatternPrefix
public T visitPathPatternPrefix(GQLParser.PathPatternPrefixContext ctx)
Visit a parse tree produced byGQLParser.pathPatternPrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathPatternPrefixin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathModePrefix
public T visitPathModePrefix(GQLParser.PathModePrefixContext ctx)
Visit a parse tree produced byGQLParser.pathModePrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathModePrefixin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathMode
public T visitPathMode(GQLParser.PathModeContext ctx)
Visit a parse tree produced byGQLParser.pathMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathModein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathSearchPrefix
public T visitPathSearchPrefix(GQLParser.PathSearchPrefixContext ctx)
Visit a parse tree produced byGQLParser.pathSearchPrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathSearchPrefixin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllPathSearch
public T visitAllPathSearch(GQLParser.AllPathSearchContext ctx)
Visit a parse tree produced byGQLParser.allPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathOrPaths
public T visitPathOrPaths(GQLParser.PathOrPathsContext ctx)
Visit a parse tree produced byGQLParser.pathOrPaths().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathOrPathsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyPathSearch
public T visitAnyPathSearch(GQLParser.AnyPathSearchContext ctx)
Visit a parse tree produced byGQLParser.anyPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberOfPaths
public T visitNumberOfPaths(GQLParser.NumberOfPathsContext ctx)
Visit a parse tree produced byGQLParser.numberOfPaths().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberOfPathsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathSearch
public T visitShortestPathSearch(GQLParser.ShortestPathSearchContext ctx)
Visit a parse tree produced byGQLParser.shortestPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShortestPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllShortestPathSearch
public T visitAllShortestPathSearch(GQLParser.AllShortestPathSearchContext ctx)
Visit a parse tree produced byGQLParser.allShortestPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllShortestPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyShortestPathSearch
public T visitAnyShortestPathSearch(GQLParser.AnyShortestPathSearchContext ctx)
Visit a parse tree produced byGQLParser.anyShortestPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyShortestPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountedShortestPathSearch
public T visitCountedShortestPathSearch(GQLParser.CountedShortestPathSearchContext ctx)
Visit a parse tree produced byGQLParser.countedShortestPathSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountedShortestPathSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountedShortestGroupSearch
public T visitCountedShortestGroupSearch(GQLParser.CountedShortestGroupSearchContext ctx)
Visit a parse tree produced byGQLParser.countedShortestGroupSearch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountedShortestGroupSearchin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberOfGroups
public T visitNumberOfGroups(GQLParser.NumberOfGroupsContext ctx)
Visit a parse tree produced byGQLParser.numberOfGroups().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberOfGroupsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpePathTerm
public T visitPpePathTerm(GQLParser.PpePathTermContext ctx)
Visit a parse tree produced by theppePathTermlabeled alternative inGQLParser.pathPatternExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpePathTermin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpeMultisetAlternation
public T visitPpeMultisetAlternation(GQLParser.PpeMultisetAlternationContext ctx)
Visit a parse tree produced by theppeMultisetAlternationlabeled alternative inGQLParser.pathPatternExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpeMultisetAlternationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpePatternUnion
public T visitPpePatternUnion(GQLParser.PpePatternUnionContext ctx)
Visit a parse tree produced by theppePatternUnionlabeled alternative inGQLParser.pathPatternExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpePatternUnionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathTerm
public T visitPathTerm(GQLParser.PathTermContext ctx)
Visit a parse tree produced byGQLParser.pathTerm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathTermin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPfPathPrimary
public T visitPfPathPrimary(GQLParser.PfPathPrimaryContext ctx)
Visit a parse tree produced by thepfPathPrimarylabeled alternative inGQLParser.pathFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPfPathPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPfQuantifiedPathPrimary
public T visitPfQuantifiedPathPrimary(GQLParser.PfQuantifiedPathPrimaryContext ctx)
Visit a parse tree produced by thepfQuantifiedPathPrimarylabeled alternative inGQLParser.pathFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPfQuantifiedPathPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPfQuestionedPathPrimary
public T visitPfQuestionedPathPrimary(GQLParser.PfQuestionedPathPrimaryContext ctx)
Visit a parse tree produced by thepfQuestionedPathPrimarylabeled alternative inGQLParser.pathFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPfQuestionedPathPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpElementPattern
public T visitPpElementPattern(GQLParser.PpElementPatternContext ctx)
Visit a parse tree produced by theppElementPatternlabeled alternative inGQLParser.pathPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpElementPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpParenthesizedPathPatternExpression
public T visitPpParenthesizedPathPatternExpression(GQLParser.PpParenthesizedPathPatternExpressionContext ctx)
Visit a parse tree produced by theppParenthesizedPathPatternExpressionlabeled alternative inGQLParser.pathPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpParenthesizedPathPatternExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPpSimplifiedPathPatternExpression
public T visitPpSimplifiedPathPatternExpression(GQLParser.PpSimplifiedPathPatternExpressionContext ctx)
Visit a parse tree produced by theppSimplifiedPathPatternExpressionlabeled alternative inGQLParser.pathPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPpSimplifiedPathPatternExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPattern
public T visitElementPattern(GQLParser.ElementPatternContext ctx)
Visit a parse tree produced byGQLParser.elementPattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodePattern
public T visitNodePattern(GQLParser.NodePatternContext ctx)
Visit a parse tree produced byGQLParser.nodePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPatternFiller
public T visitElementPatternFiller(GQLParser.ElementPatternFillerContext ctx)
Visit a parse tree produced byGQLParser.elementPatternFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPatternFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementVariableDeclaration
public T visitElementVariableDeclaration(GQLParser.ElementVariableDeclarationContext ctx)
Visit a parse tree produced byGQLParser.elementVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementVariableDeclarationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsLabelExpression
public T visitIsLabelExpression(GQLParser.IsLabelExpressionContext ctx)
Visit a parse tree produced byGQLParser.isLabelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsLabelExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsOrColon
public T visitIsOrColon(GQLParser.IsOrColonContext ctx)
Visit a parse tree produced byGQLParser.isOrColon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsOrColonin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPatternPredicate
public T visitElementPatternPredicate(GQLParser.ElementPatternPredicateContext ctx)
Visit a parse tree produced byGQLParser.elementPatternPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPatternPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPatternWhereClause
public T visitElementPatternWhereClause(GQLParser.ElementPatternWhereClauseContext ctx)
Visit a parse tree produced byGQLParser.elementPatternWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPatternWhereClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementPropertySpecification
public T visitElementPropertySpecification(GQLParser.ElementPropertySpecificationContext ctx)
Visit a parse tree produced byGQLParser.elementPropertySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementPropertySpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyKeyValuePairList
public T visitPropertyKeyValuePairList(GQLParser.PropertyKeyValuePairListContext ctx)
Visit a parse tree produced byGQLParser.propertyKeyValuePairList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyKeyValuePairListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyKeyValuePair
public T visitPropertyKeyValuePair(GQLParser.PropertyKeyValuePairContext ctx)
Visit a parse tree produced byGQLParser.propertyKeyValuePair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyKeyValuePairin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgePattern
public T visitEdgePattern(GQLParser.EdgePatternContext ctx)
Visit a parse tree produced byGQLParser.edgePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgePattern
public T visitFullEdgePattern(GQLParser.FullEdgePatternContext ctx)
Visit a parse tree produced byGQLParser.fullEdgePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgePointingLeft
public T visitFullEdgePointingLeft(GQLParser.FullEdgePointingLeftContext ctx)
Visit a parse tree produced byGQLParser.fullEdgePointingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgePointingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgeUndirected
public T visitFullEdgeUndirected(GQLParser.FullEdgeUndirectedContext ctx)
Visit a parse tree produced byGQLParser.fullEdgeUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgeUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgePointingRight
public T visitFullEdgePointingRight(GQLParser.FullEdgePointingRightContext ctx)
Visit a parse tree produced byGQLParser.fullEdgePointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgePointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgeLeftOrUndirected
public T visitFullEdgeLeftOrUndirected(GQLParser.FullEdgeLeftOrUndirectedContext ctx)
Visit a parse tree produced byGQLParser.fullEdgeLeftOrUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgeLeftOrUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgeUndirectedOrRight
public T visitFullEdgeUndirectedOrRight(GQLParser.FullEdgeUndirectedOrRightContext ctx)
Visit a parse tree produced byGQLParser.fullEdgeUndirectedOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgeUndirectedOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgeLeftOrRight
public T visitFullEdgeLeftOrRight(GQLParser.FullEdgeLeftOrRightContext ctx)
Visit a parse tree produced byGQLParser.fullEdgeLeftOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgeLeftOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullEdgeAnyDirection
public T visitFullEdgeAnyDirection(GQLParser.FullEdgeAnyDirectionContext ctx)
Visit a parse tree produced byGQLParser.fullEdgeAnyDirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullEdgeAnyDirectionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbbreviatedEdgePattern
public T visitAbbreviatedEdgePattern(GQLParser.AbbreviatedEdgePatternContext ctx)
Visit a parse tree produced byGQLParser.abbreviatedEdgePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbbreviatedEdgePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedPathPatternExpression
public T visitParenthesizedPathPatternExpression(GQLParser.ParenthesizedPathPatternExpressionContext ctx)
Visit a parse tree produced byGQLParser.parenthesizedPathPatternExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesizedPathPatternExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpathVariableDeclaration
public T visitSubpathVariableDeclaration(GQLParser.SubpathVariableDeclarationContext ctx)
Visit a parse tree produced byGQLParser.subpathVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpathVariableDeclarationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedPathPatternWhereClause
public T visitParenthesizedPathPatternWhereClause(GQLParser.ParenthesizedPathPatternWhereClauseContext ctx)
Visit a parse tree produced byGQLParser.parenthesizedPathPatternWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesizedPathPatternWhereClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionNegation
public T visitLabelExpressionNegation(GQLParser.LabelExpressionNegationContext ctx)
Visit a parse tree produced by thelabelExpressionNegationlabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionNegationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionDisjunction
public T visitLabelExpressionDisjunction(GQLParser.LabelExpressionDisjunctionContext ctx)
Visit a parse tree produced by thelabelExpressionDisjunctionlabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionDisjunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionParenthesized
public T visitLabelExpressionParenthesized(GQLParser.LabelExpressionParenthesizedContext ctx)
Visit a parse tree produced by thelabelExpressionParenthesizedlabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionParenthesizedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionWildcard
public T visitLabelExpressionWildcard(GQLParser.LabelExpressionWildcardContext ctx)
Visit a parse tree produced by thelabelExpressionWildcardlabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionWildcardin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionConjunction
public T visitLabelExpressionConjunction(GQLParser.LabelExpressionConjunctionContext ctx)
Visit a parse tree produced by thelabelExpressionConjunctionlabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionConjunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionName
public T visitLabelExpressionName(GQLParser.LabelExpressionNameContext ctx)
Visit a parse tree produced by thelabelExpressionNamelabeled alternative inGQLParser.labelExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelExpressionNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathVariableReference
public T visitPathVariableReference(GQLParser.PathVariableReferenceContext ctx)
Visit a parse tree produced byGQLParser.pathVariableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathVariableReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementVariableReference
public T visitElementVariableReference(GQLParser.ElementVariableReferenceContext ctx)
Visit a parse tree produced byGQLParser.elementVariableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementVariableReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphPatternQuantifier
public T visitGraphPatternQuantifier(GQLParser.GraphPatternQuantifierContext ctx)
Visit a parse tree produced byGQLParser.graphPatternQuantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphPatternQuantifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFixedQuantifier
public T visitFixedQuantifier(GQLParser.FixedQuantifierContext ctx)
Visit a parse tree produced byGQLParser.fixedQuantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFixedQuantifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralQuantifier
public T visitGeneralQuantifier(GQLParser.GeneralQuantifierContext ctx)
Visit a parse tree produced byGQLParser.generalQuantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralQuantifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowerBound
public T visitLowerBound(GQLParser.LowerBoundContext ctx)
Visit a parse tree produced byGQLParser.lowerBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLowerBoundin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpperBound
public T visitUpperBound(GQLParser.UpperBoundContext ctx)
Visit a parse tree produced byGQLParser.upperBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpperBoundin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedPathPatternExpression
public T visitSimplifiedPathPatternExpression(GQLParser.SimplifiedPathPatternExpressionContext ctx)
Visit a parse tree produced byGQLParser.simplifiedPathPatternExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedPathPatternExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingLeft
public T visitSimplifiedDefaultingLeft(GQLParser.SimplifiedDefaultingLeftContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingUndirected
public T visitSimplifiedDefaultingUndirected(GQLParser.SimplifiedDefaultingUndirectedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingRight
public T visitSimplifiedDefaultingRight(GQLParser.SimplifiedDefaultingRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingLeftOrUndirected
public T visitSimplifiedDefaultingLeftOrUndirected(GQLParser.SimplifiedDefaultingLeftOrUndirectedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingLeftOrUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingLeftOrUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingUndirectedOrRight
public T visitSimplifiedDefaultingUndirectedOrRight(GQLParser.SimplifiedDefaultingUndirectedOrRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingUndirectedOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingUndirectedOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingLeftOrRight
public T visitSimplifiedDefaultingLeftOrRight(GQLParser.SimplifiedDefaultingLeftOrRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingLeftOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingLeftOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDefaultingAnyDirection
public T visitSimplifiedDefaultingAnyDirection(GQLParser.SimplifiedDefaultingAnyDirectionContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDefaultingAnyDirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDefaultingAnyDirectionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedContents
public T visitSimplifiedContents(GQLParser.SimplifiedContentsContext ctx)
Visit a parse tree produced byGQLParser.simplifiedContents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedContentsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedPathUnion
public T visitSimplifiedPathUnion(GQLParser.SimplifiedPathUnionContext ctx)
Visit a parse tree produced byGQLParser.simplifiedPathUnion().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedPathUnionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedMultisetAlternation
public T visitSimplifiedMultisetAlternation(GQLParser.SimplifiedMultisetAlternationContext ctx)
Visit a parse tree produced byGQLParser.simplifiedMultisetAlternation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedMultisetAlternationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedFactorLowLabel
public T visitSimplifiedFactorLowLabel(GQLParser.SimplifiedFactorLowLabelContext ctx)
Visit a parse tree produced by thesimplifiedFactorLowLabellabeled alternative inGQLParser.simplifiedTerm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedFactorLowLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedConcatenationLabel
public T visitSimplifiedConcatenationLabel(GQLParser.SimplifiedConcatenationLabelContext ctx)
Visit a parse tree produced by thesimplifiedConcatenationLabellabeled alternative inGQLParser.simplifiedTerm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedConcatenationLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedConjunctionLabel
public T visitSimplifiedConjunctionLabel(GQLParser.SimplifiedConjunctionLabelContext ctx)
Visit a parse tree produced by thesimplifiedConjunctionLabellabeled alternative inGQLParser.simplifiedFactorLow().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedConjunctionLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedFactorHighLabel
public T visitSimplifiedFactorHighLabel(GQLParser.SimplifiedFactorHighLabelContext ctx)
Visit a parse tree produced by thesimplifiedFactorHighLabellabeled alternative inGQLParser.simplifiedFactorLow().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedFactorHighLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedFactorHigh
public T visitSimplifiedFactorHigh(GQLParser.SimplifiedFactorHighContext ctx)
Visit a parse tree produced byGQLParser.simplifiedFactorHigh().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedFactorHighin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedQuantified
public T visitSimplifiedQuantified(GQLParser.SimplifiedQuantifiedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedQuantified().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedQuantifiedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedQuestioned
public T visitSimplifiedQuestioned(GQLParser.SimplifiedQuestionedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedQuestioned().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedQuestionedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedTertiary
public T visitSimplifiedTertiary(GQLParser.SimplifiedTertiaryContext ctx)
Visit a parse tree produced byGQLParser.simplifiedTertiary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedTertiaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedDirectionOverride
public T visitSimplifiedDirectionOverride(GQLParser.SimplifiedDirectionOverrideContext ctx)
Visit a parse tree produced byGQLParser.simplifiedDirectionOverride().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedDirectionOverridein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideLeft
public T visitSimplifiedOverrideLeft(GQLParser.SimplifiedOverrideLeftContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideUndirected
public T visitSimplifiedOverrideUndirected(GQLParser.SimplifiedOverrideUndirectedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideRight
public T visitSimplifiedOverrideRight(GQLParser.SimplifiedOverrideRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideLeftOrUndirected
public T visitSimplifiedOverrideLeftOrUndirected(GQLParser.SimplifiedOverrideLeftOrUndirectedContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideLeftOrUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideLeftOrUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideUndirectedOrRight
public T visitSimplifiedOverrideUndirectedOrRight(GQLParser.SimplifiedOverrideUndirectedOrRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideUndirectedOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideUndirectedOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideLeftOrRight
public T visitSimplifiedOverrideLeftOrRight(GQLParser.SimplifiedOverrideLeftOrRightContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideLeftOrRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideLeftOrRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedOverrideAnyDirection
public T visitSimplifiedOverrideAnyDirection(GQLParser.SimplifiedOverrideAnyDirectionContext ctx)
Visit a parse tree produced byGQLParser.simplifiedOverrideAnyDirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedOverrideAnyDirectionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedSecondary
public T visitSimplifiedSecondary(GQLParser.SimplifiedSecondaryContext ctx)
Visit a parse tree produced byGQLParser.simplifiedSecondary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedSecondaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedNegation
public T visitSimplifiedNegation(GQLParser.SimplifiedNegationContext ctx)
Visit a parse tree produced byGQLParser.simplifiedNegation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedNegationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplifiedPrimary
public T visitSimplifiedPrimary(GQLParser.SimplifiedPrimaryContext ctx)
Visit a parse tree produced byGQLParser.simplifiedPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplifiedPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
public T visitWhereClause(GQLParser.WhereClauseContext ctx)
Visit a parse tree produced byGQLParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYieldClause
public T visitYieldClause(GQLParser.YieldClauseContext ctx)
Visit a parse tree produced byGQLParser.yieldClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYieldClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYieldItemList
public T visitYieldItemList(GQLParser.YieldItemListContext ctx)
Visit a parse tree produced byGQLParser.yieldItemList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYieldItemListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYieldItem
public T visitYieldItem(GQLParser.YieldItemContext ctx)
Visit a parse tree produced byGQLParser.yieldItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYieldItemin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYieldItemName
public T visitYieldItemName(GQLParser.YieldItemNameContext ctx)
Visit a parse tree produced byGQLParser.yieldItemName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYieldItemNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYieldItemAlias
public T visitYieldItemAlias(GQLParser.YieldItemAliasContext ctx)
Visit a parse tree produced byGQLParser.yieldItemAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYieldItemAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
public T visitGroupByClause(GQLParser.GroupByClauseContext ctx)
Visit a parse tree produced byGQLParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingElementList
public T visitGroupingElementList(GQLParser.GroupingElementListContext ctx)
Visit a parse tree produced byGQLParser.groupingElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingElementListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupingElement
public T visitGroupingElement(GQLParser.GroupingElementContext ctx)
Visit a parse tree produced byGQLParser.groupingElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupingElementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyGroupingSet
public T visitEmptyGroupingSet(GQLParser.EmptyGroupingSetContext ctx)
Visit a parse tree produced byGQLParser.emptyGroupingSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyGroupingSetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
public T visitOrderByClause(GQLParser.OrderByClauseContext ctx)
Visit a parse tree produced byGQLParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortSpecificationList
public T visitSortSpecificationList(GQLParser.SortSpecificationListContext ctx)
Visit a parse tree produced byGQLParser.sortSpecificationList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortSpecificationListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortSpecification
public T visitSortSpecification(GQLParser.SortSpecificationContext ctx)
Visit a parse tree produced byGQLParser.sortSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortKey
public T visitSortKey(GQLParser.SortKeyContext ctx)
Visit a parse tree produced byGQLParser.sortKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortKeyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderingSpecification
public T visitOrderingSpecification(GQLParser.OrderingSpecificationContext ctx)
Visit a parse tree produced byGQLParser.orderingSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderingSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullOrdering
public T visitNullOrdering(GQLParser.NullOrderingContext ctx)
Visit a parse tree produced byGQLParser.nullOrdering().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullOrderingin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
public T visitLimitClause(GQLParser.LimitClauseContext ctx)
Visit a parse tree produced byGQLParser.limitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetClause
public T visitOffsetClause(GQLParser.OffsetClauseContext ctx)
Visit a parse tree produced byGQLParser.offsetClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffsetSynonym
public T visitOffsetSynonym(GQLParser.OffsetSynonymContext ctx)
Visit a parse tree produced byGQLParser.offsetSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffsetSynonymin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaReference
public T visitSchemaReference(GQLParser.SchemaReferenceContext ctx)
Visit a parse tree produced byGQLParser.schemaReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbsoluteCatalogSchemaReference
public T visitAbsoluteCatalogSchemaReference(GQLParser.AbsoluteCatalogSchemaReferenceContext ctx)
Visit a parse tree produced byGQLParser.absoluteCatalogSchemaReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbsoluteCatalogSchemaReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatalogSchemaParentAndName
public T visitCatalogSchemaParentAndName(GQLParser.CatalogSchemaParentAndNameContext ctx)
Visit a parse tree produced byGQLParser.catalogSchemaParentAndName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatalogSchemaParentAndNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelativeCatalogSchemaReference
public T visitRelativeCatalogSchemaReference(GQLParser.RelativeCatalogSchemaReferenceContext ctx)
Visit a parse tree produced byGQLParser.relativeCatalogSchemaReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelativeCatalogSchemaReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredefinedSchemaReference
public T visitPredefinedSchemaReference(GQLParser.PredefinedSchemaReferenceContext ctx)
Visit a parse tree produced byGQLParser.predefinedSchemaReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredefinedSchemaReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbsoluteDirectoryPath
public T visitAbsoluteDirectoryPath(GQLParser.AbsoluteDirectoryPathContext ctx)
Visit a parse tree produced byGQLParser.absoluteDirectoryPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbsoluteDirectoryPathin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelativeDirectoryPath
public T visitRelativeDirectoryPath(GQLParser.RelativeDirectoryPathContext ctx)
Visit a parse tree produced byGQLParser.relativeDirectoryPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelativeDirectoryPathin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleDirectoryPath
public T visitSimpleDirectoryPath(GQLParser.SimpleDirectoryPathContext ctx)
Visit a parse tree produced byGQLParser.simpleDirectoryPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleDirectoryPathin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphReference
public T visitGraphReference(GQLParser.GraphReferenceContext ctx)
Visit a parse tree produced byGQLParser.graphReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatalogGraphParentAndName
public T visitCatalogGraphParentAndName(GQLParser.CatalogGraphParentAndNameContext ctx)
Visit a parse tree produced byGQLParser.catalogGraphParentAndName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatalogGraphParentAndNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHomeGraph
public T visitHomeGraph(GQLParser.HomeGraphContext ctx)
Visit a parse tree produced byGQLParser.homeGraph().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHomeGraphin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphTypeReference
public T visitGraphTypeReference(GQLParser.GraphTypeReferenceContext ctx)
Visit a parse tree produced byGQLParser.graphTypeReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphTypeReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatalogGraphTypeParentAndName
public T visitCatalogGraphTypeParentAndName(GQLParser.CatalogGraphTypeParentAndNameContext ctx)
Visit a parse tree produced byGQLParser.catalogGraphTypeParentAndName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatalogGraphTypeParentAndNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableReference
public T visitBindingTableReference(GQLParser.BindingTableReferenceContext ctx)
Visit a parse tree produced byGQLParser.bindingTableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureReference
public T visitProcedureReference(GQLParser.ProcedureReferenceContext ctx)
Visit a parse tree produced byGQLParser.procedureReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatalogProcedureParentAndName
public T visitCatalogProcedureParentAndName(GQLParser.CatalogProcedureParentAndNameContext ctx)
Visit a parse tree produced byGQLParser.catalogProcedureParentAndName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatalogProcedureParentAndNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatalogObjectParentReference
public T visitCatalogObjectParentReference(GQLParser.CatalogObjectParentReferenceContext ctx)
Visit a parse tree produced byGQLParser.catalogObjectParentReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatalogObjectParentReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceParameterSpecification
public T visitReferenceParameterSpecification(GQLParser.ReferenceParameterSpecificationContext ctx)
Visit a parse tree produced byGQLParser.referenceParameterSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceParameterSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedGraphTypeSpecification
public T visitNestedGraphTypeSpecification(GQLParser.NestedGraphTypeSpecificationContext ctx)
Visit a parse tree produced byGQLParser.nestedGraphTypeSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNestedGraphTypeSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphTypeSpecificationBody
public T visitGraphTypeSpecificationBody(GQLParser.GraphTypeSpecificationBodyContext ctx)
Visit a parse tree produced byGQLParser.graphTypeSpecificationBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphTypeSpecificationBodyin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementTypeList
public T visitElementTypeList(GQLParser.ElementTypeListContext ctx)
Visit a parse tree produced byGQLParser.elementTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementTypeListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementTypeSpecification
public T visitElementTypeSpecification(GQLParser.ElementTypeSpecificationContext ctx)
Visit a parse tree produced byGQLParser.elementTypeSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementTypeSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeSpecification
public T visitNodeTypeSpecification(GQLParser.NodeTypeSpecificationContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypePattern
public T visitNodeTypePattern(GQLParser.NodeTypePatternContext ctx)
Visit a parse tree produced byGQLParser.nodeTypePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypePhrase
public T visitNodeTypePhrase(GQLParser.NodeTypePhraseContext ctx)
Visit a parse tree produced byGQLParser.nodeTypePhrase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypePhrasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypePhraseFiller
public T visitNodeTypePhraseFiller(GQLParser.NodeTypePhraseFillerContext ctx)
Visit a parse tree produced byGQLParser.nodeTypePhraseFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypePhraseFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeFiller
public T visitNodeTypeFiller(GQLParser.NodeTypeFillerContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalNodeTypeAlias
public T visitLocalNodeTypeAlias(GQLParser.LocalNodeTypeAliasContext ctx)
Visit a parse tree produced byGQLParser.localNodeTypeAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalNodeTypeAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeImpliedContent
public T visitNodeTypeImpliedContent(GQLParser.NodeTypeImpliedContentContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeImpliedContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeImpliedContentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeKeyLabelSet
public T visitNodeTypeKeyLabelSet(GQLParser.NodeTypeKeyLabelSetContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeKeyLabelSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeKeyLabelSetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeLabelSet
public T visitNodeTypeLabelSet(GQLParser.NodeTypeLabelSetContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeLabelSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeLabelSetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypePropertyTypes
public T visitNodeTypePropertyTypes(GQLParser.NodeTypePropertyTypesContext ctx)
Visit a parse tree produced byGQLParser.nodeTypePropertyTypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypePropertyTypesin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeSpecification
public T visitEdgeTypeSpecification(GQLParser.EdgeTypeSpecificationContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePattern
public T visitEdgeTypePattern(GQLParser.EdgeTypePatternContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePatternin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePhrase
public T visitEdgeTypePhrase(GQLParser.EdgeTypePhraseContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePhrase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePhrasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePhraseFiller
public T visitEdgeTypePhraseFiller(GQLParser.EdgeTypePhraseFillerContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePhraseFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePhraseFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeFiller
public T visitEdgeTypeFiller(GQLParser.EdgeTypeFillerContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeFiller().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeFillerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeImpliedContent
public T visitEdgeTypeImpliedContent(GQLParser.EdgeTypeImpliedContentContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeImpliedContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeImpliedContentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeKeyLabelSet
public T visitEdgeTypeKeyLabelSet(GQLParser.EdgeTypeKeyLabelSetContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeKeyLabelSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeKeyLabelSetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeLabelSet
public T visitEdgeTypeLabelSet(GQLParser.EdgeTypeLabelSetContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeLabelSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeLabelSetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePropertyTypes
public T visitEdgeTypePropertyTypes(GQLParser.EdgeTypePropertyTypesContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePropertyTypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePropertyTypesin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePatternDirected
public T visitEdgeTypePatternDirected(GQLParser.EdgeTypePatternDirectedContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePatternDirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePatternDirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePatternPointingRight
public T visitEdgeTypePatternPointingRight(GQLParser.EdgeTypePatternPointingRightContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePatternPointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePatternPointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePatternPointingLeft
public T visitEdgeTypePatternPointingLeft(GQLParser.EdgeTypePatternPointingLeftContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePatternPointingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePatternPointingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypePatternUndirected
public T visitEdgeTypePatternUndirected(GQLParser.EdgeTypePatternUndirectedContext ctx)
Visit a parse tree produced byGQLParser.edgeTypePatternUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypePatternUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArcTypePointingRight
public T visitArcTypePointingRight(GQLParser.ArcTypePointingRightContext ctx)
Visit a parse tree produced byGQLParser.arcTypePointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArcTypePointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArcTypePointingLeft
public T visitArcTypePointingLeft(GQLParser.ArcTypePointingLeftContext ctx)
Visit a parse tree produced byGQLParser.arcTypePointingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArcTypePointingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArcTypeUndirected
public T visitArcTypeUndirected(GQLParser.ArcTypeUndirectedContext ctx)
Visit a parse tree produced byGQLParser.arcTypeUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArcTypeUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceNodeTypeReference
public T visitSourceNodeTypeReference(GQLParser.SourceNodeTypeReferenceContext ctx)
Visit a parse tree produced byGQLParser.sourceNodeTypeReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourceNodeTypeReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDestinationNodeTypeReference
public T visitDestinationNodeTypeReference(GQLParser.DestinationNodeTypeReferenceContext ctx)
Visit a parse tree produced byGQLParser.destinationNodeTypeReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDestinationNodeTypeReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeKind
public T visitEdgeKind(GQLParser.EdgeKindContext ctx)
Visit a parse tree produced byGQLParser.edgeKind().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeKindin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPairPhrase
public T visitEndpointPairPhrase(GQLParser.EndpointPairPhraseContext ctx)
Visit a parse tree produced byGQLParser.endpointPairPhrase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairPhrasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPair
public T visitEndpointPair(GQLParser.EndpointPairContext ctx)
Visit a parse tree produced byGQLParser.endpointPair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPairDirected
public T visitEndpointPairDirected(GQLParser.EndpointPairDirectedContext ctx)
Visit a parse tree produced byGQLParser.endpointPairDirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairDirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPairPointingRight
public T visitEndpointPairPointingRight(GQLParser.EndpointPairPointingRightContext ctx)
Visit a parse tree produced byGQLParser.endpointPairPointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairPointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPairPointingLeft
public T visitEndpointPairPointingLeft(GQLParser.EndpointPairPointingLeftContext ctx)
Visit a parse tree produced byGQLParser.endpointPairPointingLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairPointingLeftin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPairUndirected
public T visitEndpointPairUndirected(GQLParser.EndpointPairUndirectedContext ctx)
Visit a parse tree produced byGQLParser.endpointPairUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPairUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectorPointingRight
public T visitConnectorPointingRight(GQLParser.ConnectorPointingRightContext ctx)
Visit a parse tree produced byGQLParser.connectorPointingRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectorPointingRightin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectorUndirected
public T visitConnectorUndirected(GQLParser.ConnectorUndirectedContext ctx)
Visit a parse tree produced byGQLParser.connectorUndirected().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectorUndirectedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceNodeTypeAlias
public T visitSourceNodeTypeAlias(GQLParser.SourceNodeTypeAliasContext ctx)
Visit a parse tree produced byGQLParser.sourceNodeTypeAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourceNodeTypeAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDestinationNodeTypeAlias
public T visitDestinationNodeTypeAlias(GQLParser.DestinationNodeTypeAliasContext ctx)
Visit a parse tree produced byGQLParser.destinationNodeTypeAlias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDestinationNodeTypeAliasin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelSetPhrase
public T visitLabelSetPhrase(GQLParser.LabelSetPhraseContext ctx)
Visit a parse tree produced byGQLParser.labelSetPhrase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelSetPhrasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelSetSpecification
public T visitLabelSetSpecification(GQLParser.LabelSetSpecificationContext ctx)
Visit a parse tree produced byGQLParser.labelSetSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelSetSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyTypesSpecification
public T visitPropertyTypesSpecification(GQLParser.PropertyTypesSpecificationContext ctx)
Visit a parse tree produced byGQLParser.propertyTypesSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyTypesSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyTypeList
public T visitPropertyTypeList(GQLParser.PropertyTypeListContext ctx)
Visit a parse tree produced byGQLParser.propertyTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyTypeListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyType
public T visitPropertyType(GQLParser.PropertyTypeContext ctx)
Visit a parse tree produced byGQLParser.propertyType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyValueType
public T visitPropertyValueType(GQLParser.PropertyValueTypeContext ctx)
Visit a parse tree produced byGQLParser.propertyValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableType
public T visitBindingTableType(GQLParser.BindingTableTypeContext ctx)
Visit a parse tree produced byGQLParser.bindingTableType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicPropertyValueTypeLabel
public T visitDynamicPropertyValueTypeLabel(GQLParser.DynamicPropertyValueTypeLabelContext ctx)
Visit a parse tree produced by thedynamicPropertyValueTypeLabellabeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamicPropertyValueTypeLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosedDynamicUnionTypeAtl1
public T visitClosedDynamicUnionTypeAtl1(GQLParser.ClosedDynamicUnionTypeAtl1Context ctx)
Visit a parse tree produced by theclosedDynamicUnionTypeAtl1labeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosedDynamicUnionTypeAtl1in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosedDynamicUnionTypeAtl2
public T visitClosedDynamicUnionTypeAtl2(GQLParser.ClosedDynamicUnionTypeAtl2Context ctx)
Visit a parse tree produced by theclosedDynamicUnionTypeAtl2labeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosedDynamicUnionTypeAtl2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathValueTypeLabel
public T visitPathValueTypeLabel(GQLParser.PathValueTypeLabelContext ctx)
Visit a parse tree produced by thepathValueTypeLabellabeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathValueTypeLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt3
public T visitListValueTypeAlt3(GQLParser.ListValueTypeAlt3Context ctx)
Visit a parse tree produced by thelistValueTypeAlt3labeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueTypeAlt3in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt2
public T visitListValueTypeAlt2(GQLParser.ListValueTypeAlt2Context ctx)
Visit a parse tree produced by thelistValueTypeAlt2labeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueTypeAlt2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt1
public T visitListValueTypeAlt1(GQLParser.ListValueTypeAlt1Context ctx)
Visit a parse tree produced by thelistValueTypeAlt1labeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueTypeAlt1in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredefinedTypeLabel
public T visitPredefinedTypeLabel(GQLParser.PredefinedTypeLabelContext ctx)
Visit a parse tree produced by thepredefinedTypeLabellabeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredefinedTypeLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordTypeLabel
public T visitRecordTypeLabel(GQLParser.RecordTypeLabelContext ctx)
Visit a parse tree produced by therecordTypeLabellabeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordTypeLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpenDynamicUnionTypeLabel
public T visitOpenDynamicUnionTypeLabel(GQLParser.OpenDynamicUnionTypeLabelContext ctx)
Visit a parse tree produced by theopenDynamicUnionTypeLabellabeled alternative inGQLParser.valueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpenDynamicUnionTypeLabelin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTyped
public T visitTyped(GQLParser.TypedContext ctx)
Visit a parse tree produced byGQLParser.typed().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypedin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredefinedType
public T visitPredefinedType(GQLParser.PredefinedTypeContext ctx)
Visit a parse tree produced byGQLParser.predefinedType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredefinedTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanType
public T visitBooleanType(GQLParser.BooleanTypeContext ctx)
Visit a parse tree produced byGQLParser.booleanType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterStringType
public T visitCharacterStringType(GQLParser.CharacterStringTypeContext ctx)
Visit a parse tree produced byGQLParser.characterStringType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterStringTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitByteStringType
public T visitByteStringType(GQLParser.ByteStringTypeContext ctx)
Visit a parse tree produced byGQLParser.byteStringType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitByteStringTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinLength
public T visitMinLength(GQLParser.MinLengthContext ctx)
Visit a parse tree produced byGQLParser.minLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinLengthin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxLength
public T visitMaxLength(GQLParser.MaxLengthContext ctx)
Visit a parse tree produced byGQLParser.maxLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaxLengthin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFixedLength
public T visitFixedLength(GQLParser.FixedLengthContext ctx)
Visit a parse tree produced byGQLParser.fixedLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFixedLengthin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericType
public T visitNumericType(GQLParser.NumericTypeContext ctx)
Visit a parse tree produced byGQLParser.numericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExactNumericType
public T visitExactNumericType(GQLParser.ExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.exactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryExactNumericType
public T visitBinaryExactNumericType(GQLParser.BinaryExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.binaryExactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedBinaryExactNumericType
public T visitSignedBinaryExactNumericType(GQLParser.SignedBinaryExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.signedBinaryExactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignedBinaryExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedBinaryExactNumericType
public T visitUnsignedBinaryExactNumericType(GQLParser.UnsignedBinaryExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.unsignedBinaryExactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedBinaryExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVerboseBinaryExactNumericType
public T visitVerboseBinaryExactNumericType(GQLParser.VerboseBinaryExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.verboseBinaryExactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVerboseBinaryExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimalExactNumericType
public T visitDecimalExactNumericType(GQLParser.DecimalExactNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.decimalExactNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecimalExactNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrecision
public T visitPrecision(GQLParser.PrecisionContext ctx)
Visit a parse tree produced byGQLParser.precision().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrecisionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScale
public T visitScale(GQLParser.ScaleContext ctx)
Visit a parse tree produced byGQLParser.scale().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScalein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApproximateNumericType
public T visitApproximateNumericType(GQLParser.ApproximateNumericTypeContext ctx)
Visit a parse tree produced byGQLParser.approximateNumericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitApproximateNumericTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalType
public T visitTemporalType(GQLParser.TemporalTypeContext ctx)
Visit a parse tree produced byGQLParser.temporalType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalInstantType
public T visitTemporalInstantType(GQLParser.TemporalInstantTypeContext ctx)
Visit a parse tree produced byGQLParser.temporalInstantType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalInstantTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeType
public T visitDatetimeType(GQLParser.DatetimeTypeContext ctx)
Visit a parse tree produced byGQLParser.datetimeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocaldatetimeType
public T visitLocaldatetimeType(GQLParser.LocaldatetimeTypeContext ctx)
Visit a parse tree produced byGQLParser.localdatetimeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocaldatetimeTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateType
public T visitDateType(GQLParser.DateTypeContext ctx)
Visit a parse tree produced byGQLParser.dateType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeType
public T visitTimeType(GQLParser.TimeTypeContext ctx)
Visit a parse tree produced byGQLParser.timeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocaltimeType
public T visitLocaltimeType(GQLParser.LocaltimeTypeContext ctx)
Visit a parse tree produced byGQLParser.localtimeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocaltimeTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalDurationType
public T visitTemporalDurationType(GQLParser.TemporalDurationTypeContext ctx)
Visit a parse tree produced byGQLParser.temporalDurationType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalDurationTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalDurationQualifier
public T visitTemporalDurationQualifier(GQLParser.TemporalDurationQualifierContext ctx)
Visit a parse tree produced byGQLParser.temporalDurationQualifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalDurationQualifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceValueType
public T visitReferenceValueType(GQLParser.ReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.referenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImmaterialValueType
public T visitImmaterialValueType(GQLParser.ImmaterialValueTypeContext ctx)
Visit a parse tree produced byGQLParser.immaterialValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImmaterialValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullType
public T visitNullType(GQLParser.NullTypeContext ctx)
Visit a parse tree produced byGQLParser.nullType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyType
public T visitEmptyType(GQLParser.EmptyTypeContext ctx)
Visit a parse tree produced byGQLParser.emptyType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphReferenceValueType
public T visitGraphReferenceValueType(GQLParser.GraphReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.graphReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosedGraphReferenceValueType
public T visitClosedGraphReferenceValueType(GQLParser.ClosedGraphReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.closedGraphReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosedGraphReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpenGraphReferenceValueType
public T visitOpenGraphReferenceValueType(GQLParser.OpenGraphReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.openGraphReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpenGraphReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableReferenceValueType
public T visitBindingTableReferenceValueType(GQLParser.BindingTableReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.bindingTableReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeReferenceValueType
public T visitNodeReferenceValueType(GQLParser.NodeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.nodeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosedNodeReferenceValueType
public T visitClosedNodeReferenceValueType(GQLParser.ClosedNodeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.closedNodeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosedNodeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpenNodeReferenceValueType
public T visitOpenNodeReferenceValueType(GQLParser.OpenNodeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.openNodeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpenNodeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeReferenceValueType
public T visitEdgeReferenceValueType(GQLParser.EdgeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.edgeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosedEdgeReferenceValueType
public T visitClosedEdgeReferenceValueType(GQLParser.ClosedEdgeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.closedEdgeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosedEdgeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpenEdgeReferenceValueType
public T visitOpenEdgeReferenceValueType(GQLParser.OpenEdgeReferenceValueTypeContext ctx)
Visit a parse tree produced byGQLParser.openEdgeReferenceValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpenEdgeReferenceValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathValueType
public T visitPathValueType(GQLParser.PathValueTypeContext ctx)
Visit a parse tree produced byGQLParser.pathValueType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathValueTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueTypeName
public T visitListValueTypeName(GQLParser.ListValueTypeNameContext ctx)
Visit a parse tree produced byGQLParser.listValueTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueTypeNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueTypeNameSynonym
public T visitListValueTypeNameSynonym(GQLParser.ListValueTypeNameSynonymContext ctx)
Visit a parse tree produced byGQLParser.listValueTypeNameSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueTypeNameSynonymin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordType
public T visitRecordType(GQLParser.RecordTypeContext ctx)
Visit a parse tree produced byGQLParser.recordType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldTypesSpecification
public T visitFieldTypesSpecification(GQLParser.FieldTypesSpecificationContext ctx)
Visit a parse tree produced byGQLParser.fieldTypesSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldTypesSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldTypeList
public T visitFieldTypeList(GQLParser.FieldTypeListContext ctx)
Visit a parse tree produced byGQLParser.fieldTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldTypeListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotNull
public T visitNotNull(GQLParser.NotNullContext ctx)
Visit a parse tree produced byGQLParser.notNull().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotNullin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldType
public T visitFieldType(GQLParser.FieldTypeContext ctx)
Visit a parse tree produced byGQLParser.fieldType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchCondition
public T visitSearchCondition(GQLParser.SearchConditionContext ctx)
Visit a parse tree produced byGQLParser.searchCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchConditionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
public T visitPredicate(GQLParser.PredicateContext ctx)
Visit a parse tree produced byGQLParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonPredicatePart2
public T visitComparisonPredicatePart2(GQLParser.ComparisonPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.comparisonPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompOp
public T visitCompOp(GQLParser.CompOpContext ctx)
Visit a parse tree produced byGQLParser.compOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompOpin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistsPredicate
public T visitExistsPredicate(GQLParser.ExistsPredicateContext ctx)
Visit a parse tree produced byGQLParser.existsPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistsPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullPredicate
public T visitNullPredicate(GQLParser.NullPredicateContext ctx)
Visit a parse tree produced byGQLParser.nullPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullPredicatePart2
public T visitNullPredicatePart2(GQLParser.NullPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.nullPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueTypePredicate
public T visitValueTypePredicate(GQLParser.ValueTypePredicateContext ctx)
Visit a parse tree produced byGQLParser.valueTypePredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueTypePredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueTypePredicatePart2
public T visitValueTypePredicatePart2(GQLParser.ValueTypePredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.valueTypePredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueTypePredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalizedPredicatePart2
public T visitNormalizedPredicatePart2(GQLParser.NormalizedPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.normalizedPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalizedPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectedPredicate
public T visitDirectedPredicate(GQLParser.DirectedPredicateContext ctx)
Visit a parse tree produced byGQLParser.directedPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectedPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectedPredicatePart2
public T visitDirectedPredicatePart2(GQLParser.DirectedPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.directedPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectedPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabeledPredicate
public T visitLabeledPredicate(GQLParser.LabeledPredicateContext ctx)
Visit a parse tree produced byGQLParser.labeledPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabeledPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabeledPredicatePart2
public T visitLabeledPredicatePart2(GQLParser.LabeledPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.labeledPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabeledPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsLabeledOrColon
public T visitIsLabeledOrColon(GQLParser.IsLabeledOrColonContext ctx)
Visit a parse tree produced byGQLParser.isLabeledOrColon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsLabeledOrColonin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceDestinationPredicate
public T visitSourceDestinationPredicate(GQLParser.SourceDestinationPredicateContext ctx)
Visit a parse tree produced byGQLParser.sourceDestinationPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourceDestinationPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeReference
public T visitNodeReference(GQLParser.NodeReferenceContext ctx)
Visit a parse tree produced byGQLParser.nodeReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourcePredicatePart2
public T visitSourcePredicatePart2(GQLParser.SourcePredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.sourcePredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourcePredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDestinationPredicatePart2
public T visitDestinationPredicatePart2(GQLParser.DestinationPredicatePart2Context ctx)
Visit a parse tree produced byGQLParser.destinationPredicatePart2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDestinationPredicatePart2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeReference
public T visitEdgeReference(GQLParser.EdgeReferenceContext ctx)
Visit a parse tree produced byGQLParser.edgeReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll_differentPredicate
public T visitAll_differentPredicate(GQLParser.All_differentPredicateContext ctx)
Visit a parse tree produced byGQLParser.all_differentPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAll_differentPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSamePredicate
public T visitSamePredicate(GQLParser.SamePredicateContext ctx)
Visit a parse tree produced byGQLParser.samePredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSamePredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty_existsPredicate
public T visitProperty_existsPredicate(GQLParser.Property_existsPredicateContext ctx)
Visit a parse tree produced byGQLParser.property_existsPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProperty_existsPredicatein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConjunctiveExprAlt
public T visitConjunctiveExprAlt(GQLParser.ConjunctiveExprAltContext ctx)
Visit a parse tree produced by theconjunctiveExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConjunctiveExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyGraphExprAlt
public T visitPropertyGraphExprAlt(GQLParser.PropertyGraphExprAltContext ctx)
Visit a parse tree produced by thepropertyGraphExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyGraphExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultDivExprAlt
public T visitMultDivExprAlt(GQLParser.MultDivExprAltContext ctx)
Visit a parse tree produced by themultDivExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultDivExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableExprAlt
public T visitBindingTableExprAlt(GQLParser.BindingTableExprAltContext ctx)
Visit a parse tree produced by thebindingTableExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignedExprAlt
public T visitSignedExprAlt(GQLParser.SignedExprAltContext ctx)
Visit a parse tree produced by thesignedExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignedExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsNotExprAlt
public T visitIsNotExprAlt(GQLParser.IsNotExprAltContext ctx)
Visit a parse tree produced by theisNotExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsNotExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalizedPredicateExprAlt
public T visitNormalizedPredicateExprAlt(GQLParser.NormalizedPredicateExprAltContext ctx)
Visit a parse tree produced by thenormalizedPredicateExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalizedPredicateExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotExprAlt
public T visitNotExprAlt(GQLParser.NotExprAltContext ctx)
Visit a parse tree produced by thenotExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueFunctionExprAlt
public T visitValueFunctionExprAlt(GQLParser.ValueFunctionExprAltContext ctx)
Visit a parse tree produced by thevalueFunctionExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueFunctionExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcatenationExprAlt
public T visitConcatenationExprAlt(GQLParser.ConcatenationExprAltContext ctx)
Visit a parse tree produced by theconcatenationExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcatenationExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisjunctiveExprAlt
public T visitDisjunctiveExprAlt(GQLParser.DisjunctiveExprAltContext ctx)
Visit a parse tree produced by thedisjunctiveExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisjunctiveExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonExprAlt
public T visitComparisonExprAlt(GQLParser.ComparisonExprAltContext ctx)
Visit a parse tree produced by thecomparisonExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryExprAlt
public T visitPrimaryExprAlt(GQLParser.PrimaryExprAltContext ctx)
Visit a parse tree produced by theprimaryExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddSubtractExprAlt
public T visitAddSubtractExprAlt(GQLParser.AddSubtractExprAltContext ctx)
Visit a parse tree produced by theaddSubtractExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddSubtractExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicateExprAlt
public T visitPredicateExprAlt(GQLParser.PredicateExprAltContext ctx)
Visit a parse tree produced by thepredicateExprAltlabeled alternative inGQLParser.valueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicateExprAltin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueFunction
public T visitValueFunction(GQLParser.ValueFunctionContext ctx)
Visit a parse tree produced byGQLParser.valueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanValueExpression
public T visitBooleanValueExpression(GQLParser.BooleanValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.booleanValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterOrByteStringFunction
public T visitCharacterOrByteStringFunction(GQLParser.CharacterOrByteStringFunctionContext ctx)
Visit a parse tree produced byGQLParser.characterOrByteStringFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterOrByteStringFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubCharacterOrByteString
public T visitSubCharacterOrByteString(GQLParser.SubCharacterOrByteStringContext ctx)
Visit a parse tree produced byGQLParser.subCharacterOrByteString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubCharacterOrByteStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimSingleCharacterOrByteString
public T visitTrimSingleCharacterOrByteString(GQLParser.TrimSingleCharacterOrByteStringContext ctx)
Visit a parse tree produced byGQLParser.trimSingleCharacterOrByteString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimSingleCharacterOrByteStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFoldCharacterString
public T visitFoldCharacterString(GQLParser.FoldCharacterStringContext ctx)
Visit a parse tree produced byGQLParser.foldCharacterString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFoldCharacterStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimMultiCharacterCharacterString
public T visitTrimMultiCharacterCharacterString(GQLParser.TrimMultiCharacterCharacterStringContext ctx)
Visit a parse tree produced byGQLParser.trimMultiCharacterCharacterString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimMultiCharacterCharacterStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalizeCharacterString
public T visitNormalizeCharacterString(GQLParser.NormalizeCharacterStringContext ctx)
Visit a parse tree produced byGQLParser.normalizeCharacterString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalizeCharacterStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeReferenceValueExpression
public T visitNodeReferenceValueExpression(GQLParser.NodeReferenceValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.nodeReferenceValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeReferenceValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeReferenceValueExpression
public T visitEdgeReferenceValueExpression(GQLParser.EdgeReferenceValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.edgeReferenceValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeReferenceValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregatingValueExpression
public T visitAggregatingValueExpression(GQLParser.AggregatingValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.aggregatingValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregatingValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueExpressionPrimary
public T visitValueExpressionPrimary(GQLParser.ValueExpressionPrimaryContext ctx)
Visit a parse tree produced byGQLParser.valueExpressionPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueExpressionPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedValueExpression
public T visitParenthesizedValueExpression(GQLParser.ParenthesizedValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.parenthesizedValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenthesizedValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonParenthesizedValueExpressionPrimary
public T visitNonParenthesizedValueExpressionPrimary(GQLParser.NonParenthesizedValueExpressionPrimaryContext ctx)
Visit a parse tree produced byGQLParser.nonParenthesizedValueExpressionPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonParenthesizedValueExpressionPrimaryin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonParenthesizedValueExpressionPrimarySpecialCase
public T visitNonParenthesizedValueExpressionPrimarySpecialCase(GQLParser.NonParenthesizedValueExpressionPrimarySpecialCaseContext ctx)
Visit a parse tree produced byGQLParser.nonParenthesizedValueExpressionPrimarySpecialCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonParenthesizedValueExpressionPrimarySpecialCasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedValueSpecification
public T visitUnsignedValueSpecification(GQLParser.UnsignedValueSpecificationContext ctx)
Visit a parse tree produced byGQLParser.unsignedValueSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedValueSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonNegativeIntegerSpecification
public T visitNonNegativeIntegerSpecification(GQLParser.NonNegativeIntegerSpecificationContext ctx)
Visit a parse tree produced byGQLParser.nonNegativeIntegerSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonNegativeIntegerSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralValueSpecification
public T visitGeneralValueSpecification(GQLParser.GeneralValueSpecificationContext ctx)
Visit a parse tree produced byGQLParser.generalValueSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralValueSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicParameterSpecification
public T visitDynamicParameterSpecification(GQLParser.DynamicParameterSpecificationContext ctx)
Visit a parse tree produced byGQLParser.dynamicParameterSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamicParameterSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetValueExpression
public T visitLetValueExpression(GQLParser.LetValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.letValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueQueryExpression
public T visitValueQueryExpression(GQLParser.ValueQueryExpressionContext ctx)
Visit a parse tree produced byGQLParser.valueQueryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueQueryExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
public T visitCaseExpression(GQLParser.CaseExpressionContext ctx)
Visit a parse tree produced byGQLParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseAbbreviation
public T visitCaseAbbreviation(GQLParser.CaseAbbreviationContext ctx)
Visit a parse tree produced byGQLParser.caseAbbreviation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseAbbreviationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseSpecification
public T visitCaseSpecification(GQLParser.CaseSpecificationContext ctx)
Visit a parse tree produced byGQLParser.caseSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleCase
public T visitSimpleCase(GQLParser.SimpleCaseContext ctx)
Visit a parse tree produced byGQLParser.simpleCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleCasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchedCase
public T visitSearchedCase(GQLParser.SearchedCaseContext ctx)
Visit a parse tree produced byGQLParser.searchedCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchedCasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleWhenClause
public T visitSimpleWhenClause(GQLParser.SimpleWhenClauseContext ctx)
Visit a parse tree produced byGQLParser.simpleWhenClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleWhenClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchedWhenClause
public T visitSearchedWhenClause(GQLParser.SearchedWhenClauseContext ctx)
Visit a parse tree produced byGQLParser.searchedWhenClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchedWhenClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseClause
public T visitElseClause(GQLParser.ElseClauseContext ctx)
Visit a parse tree produced byGQLParser.elseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElseClausein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseOperand
public T visitCaseOperand(GQLParser.CaseOperandContext ctx)
Visit a parse tree produced byGQLParser.caseOperand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseOperandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhenOperandList
public T visitWhenOperandList(GQLParser.WhenOperandListContext ctx)
Visit a parse tree produced byGQLParser.whenOperandList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhenOperandListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhenOperand
public T visitWhenOperand(GQLParser.WhenOperandContext ctx)
Visit a parse tree produced byGQLParser.whenOperand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhenOperandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResult
public T visitResult(GQLParser.ResultContext ctx)
Visit a parse tree produced byGQLParser.result().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResultin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResultExpression
public T visitResultExpression(GQLParser.ResultExpressionContext ctx)
Visit a parse tree produced byGQLParser.resultExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResultExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastSpecification
public T visitCastSpecification(GQLParser.CastSpecificationContext ctx)
Visit a parse tree produced byGQLParser.castSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastOperand
public T visitCastOperand(GQLParser.CastOperandContext ctx)
Visit a parse tree produced byGQLParser.castOperand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastOperandin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastTarget
public T visitCastTarget(GQLParser.CastTargetContext ctx)
Visit a parse tree produced byGQLParser.castTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastTargetin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateFunction
public T visitAggregateFunction(GQLParser.AggregateFunctionContext ctx)
Visit a parse tree produced byGQLParser.aggregateFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralSetFunction
public T visitGeneralSetFunction(GQLParser.GeneralSetFunctionContext ctx)
Visit a parse tree produced byGQLParser.generalSetFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralSetFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinarySetFunction
public T visitBinarySetFunction(GQLParser.BinarySetFunctionContext ctx)
Visit a parse tree produced byGQLParser.binarySetFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinarySetFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralSetFunctionType
public T visitGeneralSetFunctionType(GQLParser.GeneralSetFunctionTypeContext ctx)
Visit a parse tree produced byGQLParser.generalSetFunctionType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralSetFunctionTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetQuantifier
public T visitSetQuantifier(GQLParser.SetQuantifierContext ctx)
Visit a parse tree produced byGQLParser.setQuantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetQuantifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinarySetFunctionType
public T visitBinarySetFunctionType(GQLParser.BinarySetFunctionTypeContext ctx)
Visit a parse tree produced byGQLParser.binarySetFunctionType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinarySetFunctionTypein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDependentValueExpression
public T visitDependentValueExpression(GQLParser.DependentValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.dependentValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDependentValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndependentValueExpression
public T visitIndependentValueExpression(GQLParser.IndependentValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.independentValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndependentValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElement_idFunction
public T visitElement_idFunction(GQLParser.Element_idFunctionContext ctx)
Visit a parse tree produced byGQLParser.element_idFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElement_idFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingVariableReference
public T visitBindingVariableReference(GQLParser.BindingVariableReferenceContext ctx)
Visit a parse tree produced byGQLParser.bindingVariableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingVariableReferencein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathValueExpression
public T visitPathValueExpression(GQLParser.PathValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.pathValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathValueConstructor
public T visitPathValueConstructor(GQLParser.PathValueConstructorContext ctx)
Visit a parse tree produced byGQLParser.pathValueConstructor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathValueConstructorin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathValueConstructorByEnumeration
public T visitPathValueConstructorByEnumeration(GQLParser.PathValueConstructorByEnumerationContext ctx)
Visit a parse tree produced byGQLParser.pathValueConstructorByEnumeration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathValueConstructorByEnumerationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathElementList
public T visitPathElementList(GQLParser.PathElementListContext ctx)
Visit a parse tree produced byGQLParser.pathElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathElementListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathElementListStart
public T visitPathElementListStart(GQLParser.PathElementListStartContext ctx)
Visit a parse tree produced byGQLParser.pathElementListStart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathElementListStartin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathElementListStep
public T visitPathElementListStep(GQLParser.PathElementListStepContext ctx)
Visit a parse tree produced byGQLParser.pathElementListStep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathElementListStepin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueExpression
public T visitListValueExpression(GQLParser.ListValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.listValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueFunction
public T visitListValueFunction(GQLParser.ListValueFunctionContext ctx)
Visit a parse tree produced byGQLParser.listValueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimListFunction
public T visitTrimListFunction(GQLParser.TrimListFunctionContext ctx)
Visit a parse tree produced byGQLParser.trimListFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimListFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementsFunction
public T visitElementsFunction(GQLParser.ElementsFunctionContext ctx)
Visit a parse tree produced byGQLParser.elementsFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementsFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueConstructor
public T visitListValueConstructor(GQLParser.ListValueConstructorContext ctx)
Visit a parse tree produced byGQLParser.listValueConstructor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueConstructorin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListValueConstructorByEnumeration
public T visitListValueConstructorByEnumeration(GQLParser.ListValueConstructorByEnumerationContext ctx)
Visit a parse tree produced byGQLParser.listValueConstructorByEnumeration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListValueConstructorByEnumerationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListElementList
public T visitListElementList(GQLParser.ListElementListContext ctx)
Visit a parse tree produced byGQLParser.listElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListElementListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListElement
public T visitListElement(GQLParser.ListElementContext ctx)
Visit a parse tree produced byGQLParser.listElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListElementin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordConstructor
public T visitRecordConstructor(GQLParser.RecordConstructorContext ctx)
Visit a parse tree produced byGQLParser.recordConstructor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordConstructorin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldsSpecification
public T visitFieldsSpecification(GQLParser.FieldsSpecificationContext ctx)
Visit a parse tree produced byGQLParser.fieldsSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldsSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldList
public T visitFieldList(GQLParser.FieldListContext ctx)
Visit a parse tree produced byGQLParser.fieldList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldListin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitField
public T visitField(GQLParser.FieldContext ctx)
Visit a parse tree produced byGQLParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruthValue
public T visitTruthValue(GQLParser.TruthValueContext ctx)
Visit a parse tree produced byGQLParser.truthValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruthValuein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueExpression
public T visitNumericValueExpression(GQLParser.NumericValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.numericValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueFunction
public T visitNumericValueFunction(GQLParser.NumericValueFunctionContext ctx)
Visit a parse tree produced byGQLParser.numericValueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLengthExpression
public T visitLengthExpression(GQLParser.LengthExpressionContext ctx)
Visit a parse tree produced byGQLParser.lengthExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLengthExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCardinalityExpression
public T visitCardinalityExpression(GQLParser.CardinalityExpressionContext ctx)
Visit a parse tree produced byGQLParser.cardinalityExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCardinalityExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCardinalityExpressionArgument
public T visitCardinalityExpressionArgument(GQLParser.CardinalityExpressionArgumentContext ctx)
Visit a parse tree produced byGQLParser.cardinalityExpressionArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCardinalityExpressionArgumentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharLengthExpression
public T visitCharLengthExpression(GQLParser.CharLengthExpressionContext ctx)
Visit a parse tree produced byGQLParser.charLengthExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharLengthExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitByteLengthExpression
public T visitByteLengthExpression(GQLParser.ByteLengthExpressionContext ctx)
Visit a parse tree produced byGQLParser.byteLengthExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitByteLengthExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathLengthExpression
public T visitPathLengthExpression(GQLParser.PathLengthExpressionContext ctx)
Visit a parse tree produced byGQLParser.pathLengthExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathLengthExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbsoluteValueExpression
public T visitAbsoluteValueExpression(GQLParser.AbsoluteValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.absoluteValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAbsoluteValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModulusExpression
public T visitModulusExpression(GQLParser.ModulusExpressionContext ctx)
Visit a parse tree produced byGQLParser.modulusExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModulusExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueExpressionDividend
public T visitNumericValueExpressionDividend(GQLParser.NumericValueExpressionDividendContext ctx)
Visit a parse tree produced byGQLParser.numericValueExpressionDividend().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueExpressionDividendin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueExpressionDivisor
public T visitNumericValueExpressionDivisor(GQLParser.NumericValueExpressionDivisorContext ctx)
Visit a parse tree produced byGQLParser.numericValueExpressionDivisor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueExpressionDivisorin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrigonometricFunction
public T visitTrigonometricFunction(GQLParser.TrigonometricFunctionContext ctx)
Visit a parse tree produced byGQLParser.trigonometricFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrigonometricFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrigonometricFunctionName
public T visitTrigonometricFunctionName(GQLParser.TrigonometricFunctionNameContext ctx)
Visit a parse tree produced byGQLParser.trigonometricFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrigonometricFunctionNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralLogarithmFunction
public T visitGeneralLogarithmFunction(GQLParser.GeneralLogarithmFunctionContext ctx)
Visit a parse tree produced byGQLParser.generalLogarithmFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralLogarithmFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralLogarithmBase
public T visitGeneralLogarithmBase(GQLParser.GeneralLogarithmBaseContext ctx)
Visit a parse tree produced byGQLParser.generalLogarithmBase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralLogarithmBasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralLogarithmArgument
public T visitGeneralLogarithmArgument(GQLParser.GeneralLogarithmArgumentContext ctx)
Visit a parse tree produced byGQLParser.generalLogarithmArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralLogarithmArgumentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonLogarithm
public T visitCommonLogarithm(GQLParser.CommonLogarithmContext ctx)
Visit a parse tree produced byGQLParser.commonLogarithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonLogarithmin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNaturalLogarithm
public T visitNaturalLogarithm(GQLParser.NaturalLogarithmContext ctx)
Visit a parse tree produced byGQLParser.naturalLogarithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNaturalLogarithmin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExponentialFunction
public T visitExponentialFunction(GQLParser.ExponentialFunctionContext ctx)
Visit a parse tree produced byGQLParser.exponentialFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExponentialFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerFunction
public T visitPowerFunction(GQLParser.PowerFunctionContext ctx)
Visit a parse tree produced byGQLParser.powerFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueExpressionBase
public T visitNumericValueExpressionBase(GQLParser.NumericValueExpressionBaseContext ctx)
Visit a parse tree produced byGQLParser.numericValueExpressionBase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueExpressionBasein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericValueExpressionExponent
public T visitNumericValueExpressionExponent(GQLParser.NumericValueExpressionExponentContext ctx)
Visit a parse tree produced byGQLParser.numericValueExpressionExponent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericValueExpressionExponentin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSquareRoot
public T visitSquareRoot(GQLParser.SquareRootContext ctx)
Visit a parse tree produced byGQLParser.squareRoot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSquareRootin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloorFunction
public T visitFloorFunction(GQLParser.FloorFunctionContext ctx)
Visit a parse tree produced byGQLParser.floorFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloorFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCeilingFunction
public T visitCeilingFunction(GQLParser.CeilingFunctionContext ctx)
Visit a parse tree produced byGQLParser.ceilingFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCeilingFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterStringValueExpression
public T visitCharacterStringValueExpression(GQLParser.CharacterStringValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.characterStringValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterStringValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitByteStringValueExpression
public T visitByteStringValueExpression(GQLParser.ByteStringValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.byteStringValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitByteStringValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimOperands
public T visitTrimOperands(GQLParser.TrimOperandsContext ctx)
Visit a parse tree produced byGQLParser.trimOperands().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimOperandsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimCharacterOrByteStringSource
public T visitTrimCharacterOrByteStringSource(GQLParser.TrimCharacterOrByteStringSourceContext ctx)
Visit a parse tree produced byGQLParser.trimCharacterOrByteStringSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimCharacterOrByteStringSourcein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimSpecification
public T visitTrimSpecification(GQLParser.TrimSpecificationContext ctx)
Visit a parse tree produced byGQLParser.trimSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimSpecificationin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimCharacterOrByteString
public T visitTrimCharacterOrByteString(GQLParser.TrimCharacterOrByteStringContext ctx)
Visit a parse tree produced byGQLParser.trimCharacterOrByteString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimCharacterOrByteStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalForm
public T visitNormalForm(GQLParser.NormalFormContext ctx)
Visit a parse tree produced byGQLParser.normalForm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalFormin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLength
public T visitStringLength(GQLParser.StringLengthContext ctx)
Visit a parse tree produced byGQLParser.stringLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLengthin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeValueExpression
public T visitDatetimeValueExpression(GQLParser.DatetimeValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.datetimeValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeValueFunction
public T visitDatetimeValueFunction(GQLParser.DatetimeValueFunctionContext ctx)
Visit a parse tree produced byGQLParser.datetimeValueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeValueFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateFunction
public T visitDateFunction(GQLParser.DateFunctionContext ctx)
Visit a parse tree produced byGQLParser.dateFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeFunction
public T visitTimeFunction(GQLParser.TimeFunctionContext ctx)
Visit a parse tree produced byGQLParser.timeFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocaltimeFunction
public T visitLocaltimeFunction(GQLParser.LocaltimeFunctionContext ctx)
Visit a parse tree produced byGQLParser.localtimeFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocaltimeFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeFunction
public T visitDatetimeFunction(GQLParser.DatetimeFunctionContext ctx)
Visit a parse tree produced byGQLParser.datetimeFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocaldatetimeFunction
public T visitLocaldatetimeFunction(GQLParser.LocaldatetimeFunctionContext ctx)
Visit a parse tree produced byGQLParser.localdatetimeFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocaldatetimeFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateFunctionParameters
public T visitDateFunctionParameters(GQLParser.DateFunctionParametersContext ctx)
Visit a parse tree produced byGQLParser.dateFunctionParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateFunctionParametersin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeFunctionParameters
public T visitTimeFunctionParameters(GQLParser.TimeFunctionParametersContext ctx)
Visit a parse tree produced byGQLParser.timeFunctionParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeFunctionParametersin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeFunctionParameters
public T visitDatetimeFunctionParameters(GQLParser.DatetimeFunctionParametersContext ctx)
Visit a parse tree produced byGQLParser.datetimeFunctionParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeFunctionParametersin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationValueExpression
public T visitDurationValueExpression(GQLParser.DurationValueExpressionContext ctx)
Visit a parse tree produced byGQLParser.durationValueExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationValueExpressionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeSubtraction
public T visitDatetimeSubtraction(GQLParser.DatetimeSubtractionContext ctx)
Visit a parse tree produced byGQLParser.datetimeSubtraction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeSubtractionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeSubtractionParameters
public T visitDatetimeSubtractionParameters(GQLParser.DatetimeSubtractionParametersContext ctx)
Visit a parse tree produced byGQLParser.datetimeSubtractionParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeSubtractionParametersin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeValueExpression1
public T visitDatetimeValueExpression1(GQLParser.DatetimeValueExpression1Context ctx)
Visit a parse tree produced byGQLParser.datetimeValueExpression1().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeValueExpression1in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeValueExpression2
public T visitDatetimeValueExpression2(GQLParser.DatetimeValueExpression2Context ctx)
Visit a parse tree produced byGQLParser.datetimeValueExpression2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeValueExpression2in interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationValueFunction
public T visitDurationValueFunction(GQLParser.DurationValueFunctionContext ctx)
Visit a parse tree produced byGQLParser.durationValueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationValueFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationFunction
public T visitDurationFunction(GQLParser.DurationFunctionContext ctx)
Visit a parse tree produced byGQLParser.durationFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationFunctionin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationFunctionParameters
public T visitDurationFunctionParameters(GQLParser.DurationFunctionParametersContext ctx)
Visit a parse tree produced byGQLParser.durationFunctionParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationFunctionParametersin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectName
public T visitObjectName(GQLParser.ObjectNameContext ctx)
Visit a parse tree produced byGQLParser.objectName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectNameOrBindingVariable
public T visitObjectNameOrBindingVariable(GQLParser.ObjectNameOrBindingVariableContext ctx)
Visit a parse tree produced byGQLParser.objectNameOrBindingVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectNameOrBindingVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectoryName
public T visitDirectoryName(GQLParser.DirectoryNameContext ctx)
Visit a parse tree produced byGQLParser.directoryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectoryNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
public T visitSchemaName(GQLParser.SchemaNameContext ctx)
Visit a parse tree produced byGQLParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphName
public T visitGraphName(GQLParser.GraphNameContext ctx)
Visit a parse tree produced byGQLParser.graphName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelimitedGraphName
public T visitDelimitedGraphName(GQLParser.DelimitedGraphNameContext ctx)
Visit a parse tree produced byGQLParser.delimitedGraphName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelimitedGraphNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGraphTypeName
public T visitGraphTypeName(GQLParser.GraphTypeNameContext ctx)
Visit a parse tree produced byGQLParser.graphTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGraphTypeNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTypeName
public T visitNodeTypeName(GQLParser.NodeTypeNameContext ctx)
Visit a parse tree produced byGQLParser.nodeTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeTypeNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeTypeName
public T visitEdgeTypeName(GQLParser.EdgeTypeNameContext ctx)
Visit a parse tree produced byGQLParser.edgeTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeTypeNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingTableName
public T visitBindingTableName(GQLParser.BindingTableNameContext ctx)
Visit a parse tree produced byGQLParser.bindingTableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingTableNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelimitedBindingTableName
public T visitDelimitedBindingTableName(GQLParser.DelimitedBindingTableNameContext ctx)
Visit a parse tree produced byGQLParser.delimitedBindingTableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelimitedBindingTableNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureName
public T visitProcedureName(GQLParser.ProcedureNameContext ctx)
Visit a parse tree produced byGQLParser.procedureName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelName
public T visitLabelName(GQLParser.LabelNameContext ctx)
Visit a parse tree produced byGQLParser.labelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyName
public T visitPropertyName(GQLParser.PropertyNameContext ctx)
Visit a parse tree produced byGQLParser.propertyName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldName
public T visitFieldName(GQLParser.FieldNameContext ctx)
Visit a parse tree produced byGQLParser.fieldName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldNamein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementVariable
public T visitElementVariable(GQLParser.ElementVariableContext ctx)
Visit a parse tree produced byGQLParser.elementVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathVariable
public T visitPathVariable(GQLParser.PathVariableContext ctx)
Visit a parse tree produced byGQLParser.pathVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpathVariable
public T visitSubpathVariable(GQLParser.SubpathVariableContext ctx)
Visit a parse tree produced byGQLParser.subpathVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpathVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBindingVariable
public T visitBindingVariable(GQLParser.BindingVariableContext ctx)
Visit a parse tree produced byGQLParser.bindingVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBindingVariablein interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedLiteral
public T visitUnsignedLiteral(GQLParser.UnsignedLiteralContext ctx)
Visit a parse tree produced byGQLParser.unsignedLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralLiteral
public T visitGeneralLiteral(GQLParser.GeneralLiteralContext ctx)
Visit a parse tree produced byGQLParser.generalLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneralLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalLiteral
public T visitTemporalLiteral(GQLParser.TemporalLiteralContext ctx)
Visit a parse tree produced byGQLParser.temporalLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
public T visitDateLiteral(GQLParser.DateLiteralContext ctx)
Visit a parse tree produced byGQLParser.dateLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeLiteral
public T visitTimeLiteral(GQLParser.TimeLiteralContext ctx)
Visit a parse tree produced byGQLParser.timeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeLiteral
public T visitDatetimeLiteral(GQLParser.DatetimeLiteralContext ctx)
Visit a parse tree produced byGQLParser.datetimeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListLiteral
public T visitListLiteral(GQLParser.ListLiteralContext ctx)
Visit a parse tree produced byGQLParser.listLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordLiteral
public T visitRecordLiteral(GQLParser.RecordLiteralContext ctx)
Visit a parse tree produced byGQLParser.recordLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(GQLParser.IdentifierContext ctx)
Visit a parse tree produced byGQLParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularIdentifier
public T visitRegularIdentifier(GQLParser.RegularIdentifierContext ctx)
Visit a parse tree produced byGQLParser.regularIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularIdentifierin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeZoneString
public T visitTimeZoneString(GQLParser.TimeZoneStringContext ctx)
Visit a parse tree produced byGQLParser.timeZoneString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeZoneStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterStringLiteral
public T visitCharacterStringLiteral(GQLParser.CharacterStringLiteralContext ctx)
Visit a parse tree produced byGQLParser.characterStringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterStringLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedNumericLiteral
public T visitUnsignedNumericLiteral(GQLParser.UnsignedNumericLiteralContext ctx)
Visit a parse tree produced byGQLParser.unsignedNumericLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedNumericLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExactNumericLiteral
public T visitExactNumericLiteral(GQLParser.ExactNumericLiteralContext ctx)
Visit a parse tree produced byGQLParser.exactNumericLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExactNumericLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApproximateNumericLiteral
public T visitApproximateNumericLiteral(GQLParser.ApproximateNumericLiteralContext ctx)
Visit a parse tree produced byGQLParser.approximateNumericLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitApproximateNumericLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedInteger
public T visitUnsignedInteger(GQLParser.UnsignedIntegerContext ctx)
Visit a parse tree produced byGQLParser.unsignedInteger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedIntegerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedDecimalInteger
public T visitUnsignedDecimalInteger(GQLParser.UnsignedDecimalIntegerContext ctx)
Visit a parse tree produced byGQLParser.unsignedDecimalInteger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedDecimalIntegerin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
public T visitNullLiteral(GQLParser.NullLiteralContext ctx)
Visit a parse tree produced byGQLParser.nullLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateString
public T visitDateString(GQLParser.DateStringContext ctx)
Visit a parse tree produced byGQLParser.dateString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeString
public T visitTimeString(GQLParser.TimeStringContext ctx)
Visit a parse tree produced byGQLParser.timeString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeString
public T visitDatetimeString(GQLParser.DatetimeStringContext ctx)
Visit a parse tree produced byGQLParser.datetimeString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationLiteral
public T visitDurationLiteral(GQLParser.DurationLiteralContext ctx)
Visit a parse tree produced byGQLParser.durationLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationLiteralin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationString
public T visitDurationString(GQLParser.DurationStringContext ctx)
Visit a parse tree produced byGQLParser.durationString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationStringin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeSynonym
public T visitNodeSynonym(GQLParser.NodeSynonymContext ctx)
Visit a parse tree produced byGQLParser.nodeSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNodeSynonymin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgesSynonym
public T visitEdgesSynonym(GQLParser.EdgesSynonymContext ctx)
Visit a parse tree produced byGQLParser.edgesSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgesSynonymin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEdgeSynonym
public T visitEdgeSynonym(GQLParser.EdgeSynonymContext ctx)
Visit a parse tree produced byGQLParser.edgeSynonym().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEdgeSynonymin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonReservedWords
public T visitNonReservedWords(GQLParser.NonReservedWordsContext ctx)
Visit a parse tree produced byGQLParser.nonReservedWords().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonReservedWordsin interfaceGQLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-