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. UseVoid
for 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:
visitGqlProgram
in 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:
visitProgramActivity
in 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:
visitSessionActivity
in 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:
visitTransactionActivity
in 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:
visitEndTransactionCommand
in 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:
visitSessionSetCommand
in 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:
visitSessionSetSchemaClause
in 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:
visitSessionSetGraphClause
in 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:
visitSessionSetTimeZoneClause
in 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:
visitSetTimeZoneValue
in 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:
visitSessionSetParameterClause
in 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:
visitSessionSetGraphParameterClause
in 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:
visitSessionSetBindingTableParameterClause
in 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:
visitSessionSetValueParameterClause
in 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:
visitSessionSetParameterName
in 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:
visitSessionResetCommand
in 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:
visitSessionResetArguments
in 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:
visitSessionCloseCommand
in 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:
visitSessionParameterSpecification
in 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:
visitStartTransactionCommand
in 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:
visitTransactionCharacteristics
in 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:
visitTransactionMode
in 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:
visitTransactionAccessMode
in 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:
visitRollbackCommand
in 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:
visitCommitCommand
in 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:
visitNestedProcedureSpecification
in 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:
visitProcedureSpecification
in 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:
visitNestedDataModifyingProcedureSpecification
in 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:
visitNestedQuerySpecification
in 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:
visitProcedureBody
in 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:
visitBindingVariableDefinitionBlock
in 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:
visitBindingVariableDefinition
in 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:
visitStatementBlock
in 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:
visitStatement
in 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:
visitNextStatement
in 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:
visitGraphVariableDefinition
in 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:
visitOptTypedGraphInitializer
in 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:
visitGraphInitializer
in 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:
visitBindingTableVariableDefinition
in 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:
visitOptTypedBindingTableInitializer
in 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:
visitBindingTableInitializer
in 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:
visitValueVariableDefinition
in 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:
visitOptTypedValueInitializer
in 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:
visitValueInitializer
in 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:
visitGraphExpression
in 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:
visitCurrentGraph
in 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:
visitBindingTableExpression
in 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:
visitNestedBindingTableQuerySpecification
in 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:
visitObjectExpressionPrimary
in 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:
visitLinearCatalogModifyingStatement
in 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:
visitSimpleCatalogModifyingStatement
in 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:
visitPrimitiveCatalogModifyingStatement
in 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:
visitCreateSchemaStatement
in 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:
visitDropSchemaStatement
in 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:
visitCreateGraphStatement
in 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:
visitOpenGraphType
in 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:
visitOfGraphType
in 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:
visitGraphTypeLikeGraph
in 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:
visitGraphSource
in 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:
visitDropGraphStatement
in 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:
visitCreateGraphTypeStatement
in 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:
visitGraphTypeSource
in 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:
visitCopyOfGraphType
in 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:
visitDropGraphTypeStatement
in 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:
visitCallCatalogModifyingProcedureStatement
in 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:
visitLinearDataModifyingStatement
in 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:
visitFocusedLinearDataModifyingStatement
in 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:
visitFocusedLinearDataModifyingStatementBody
in 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:
visitFocusedNestedDataModifyingProcedureSpecification
in 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:
visitAmbientLinearDataModifyingStatement
in 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:
visitAmbientLinearDataModifyingStatementBody
in 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:
visitSimpleLinearDataAccessingStatement
in 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:
visitSimpleDataAccessingStatement
in 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:
visitSimpleDataModifyingStatement
in 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:
visitPrimitiveDataModifyingStatement
in 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:
visitInsertStatement
in 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:
visitSetStatement
in 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:
visitSetItemList
in 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:
visitSetItem
in 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:
visitSetPropertyItem
in 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:
visitSetAllPropertiesItem
in 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:
visitSetLabelItem
in 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:
visitRemoveStatement
in 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:
visitRemoveItemList
in 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:
visitRemoveItem
in 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:
visitRemovePropertyItem
in 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:
visitRemoveLabelItem
in 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:
visitDeleteStatement
in 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:
visitDeleteItemList
in 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:
visitDeleteItem
in 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:
visitCallDataModifyingProcedureStatement
in 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:
visitCompositeQueryStatement
in 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:
visitCompositeQueryExpression
in 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:
visitQueryConjunction
in 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:
visitSetOperator
in 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:
visitCompositeQueryPrimary
in 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:
visitLinearQueryStatement
in 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:
visitFocusedLinearQueryStatement
in 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:
visitFocusedLinearQueryStatementPart
in 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:
visitFocusedLinearQueryAndPrimitiveResultStatementPart
in 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:
visitFocusedPrimitiveResultStatement
in 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:
visitFocusedNestedQuerySpecification
in 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:
visitAmbientLinearQueryStatement
in 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:
visitSimpleLinearQueryStatement
in 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:
visitSimpleQueryStatement
in 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:
visitPrimitiveQueryStatement
in 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:
visitMatchStatement
in 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:
visitSimpleMatchStatement
in 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:
visitOptionalMatchStatement
in 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:
visitOptionalOperand
in 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:
visitMatchStatementBlock
in 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:
visitCallQueryStatement
in 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:
visitFilterStatement
in 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:
visitLetStatement
in 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:
visitLetVariableDefinitionList
in 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:
visitLetVariableDefinition
in 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:
visitForStatement
in 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:
visitForItem
in 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:
visitForItemAlias
in 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:
visitForItemSource
in 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:
visitForOrdinalityOrOffset
in 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:
visitOrderByAndPageStatement
in 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:
visitPrimitiveResultStatement
in 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:
visitReturnStatement
in 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:
visitReturnStatementBody
in 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:
visitReturnItemList
in 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:
visitReturnItem
in 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:
visitReturnItemAlias
in 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:
visitSelectStatement
in 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:
visitSelectItemList
in 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:
visitSelectItem
in 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:
visitSelectItemAlias
in 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:
visitHavingClause
in 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:
visitSelectStatementBody
in 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:
visitSelectGraphMatchList
in 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:
visitSelectGraphMatch
in 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:
visitSelectQuerySpecification
in 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:
visitCallProcedureStatement
in 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:
visitProcedureCall
in 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:
visitInlineProcedureCall
in 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:
visitVariableScopeClause
in 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:
visitBindingVariableReferenceList
in 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:
visitNamedProcedureCall
in 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:
visitProcedureArgumentList
in 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:
visitProcedureArgument
in 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:
visitAtSchemaClause
in 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:
visitUseGraphClause
in 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:
visitGraphPatternBindingTable
in 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:
visitGraphPatternYieldClause
in 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:
visitGraphPatternYieldItemList
in 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:
visitGraphPatternYieldItem
in 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:
visitGraphPattern
in 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:
visitMatchMode
in 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:
visitRepeatableElementsMatchMode
in 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:
visitDifferentEdgesMatchMode
in 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:
visitElementBindingsOrElements
in 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:
visitEdgeBindingsOrEdges
in 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:
visitPathPatternList
in 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:
visitPathPattern
in 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:
visitPathVariableDeclaration
in 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:
visitKeepClause
in 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:
visitGraphPatternWhereClause
in 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:
visitInsertGraphPattern
in 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:
visitInsertPathPatternList
in 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:
visitInsertPathPattern
in 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:
visitInsertNodePattern
in 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:
visitInsertEdgePattern
in 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:
visitInsertEdgePointingLeft
in 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:
visitInsertEdgePointingRight
in 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:
visitInsertEdgeUndirected
in 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:
visitInsertElementPatternFiller
in 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:
visitLabelAndPropertySetSpecification
in 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:
visitPathPatternPrefix
in 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:
visitPathModePrefix
in 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:
visitPathMode
in 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:
visitPathSearchPrefix
in 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:
visitAllPathSearch
in 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:
visitPathOrPaths
in 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:
visitAnyPathSearch
in 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:
visitNumberOfPaths
in 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:
visitShortestPathSearch
in 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:
visitAllShortestPathSearch
in 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:
visitAnyShortestPathSearch
in 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:
visitCountedShortestPathSearch
in 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:
visitCountedShortestGroupSearch
in 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:
visitNumberOfGroups
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpePathTerm
public T visitPpePathTerm(GQLParser.PpePathTermContext ctx)
Visit a parse tree produced by theppePathTerm
labeled alternative inGQLParser.pathPatternExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpePathTerm
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpeMultisetAlternation
public T visitPpeMultisetAlternation(GQLParser.PpeMultisetAlternationContext ctx)
Visit a parse tree produced by theppeMultisetAlternation
labeled alternative inGQLParser.pathPatternExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpeMultisetAlternation
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpePatternUnion
public T visitPpePatternUnion(GQLParser.PpePatternUnionContext ctx)
Visit a parse tree produced by theppePatternUnion
labeled alternative inGQLParser.pathPatternExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpePatternUnion
in 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:
visitPathTerm
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPfPathPrimary
public T visitPfPathPrimary(GQLParser.PfPathPrimaryContext ctx)
Visit a parse tree produced by thepfPathPrimary
labeled alternative inGQLParser.pathFactor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPfPathPrimary
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPfQuantifiedPathPrimary
public T visitPfQuantifiedPathPrimary(GQLParser.PfQuantifiedPathPrimaryContext ctx)
Visit a parse tree produced by thepfQuantifiedPathPrimary
labeled alternative inGQLParser.pathFactor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPfQuantifiedPathPrimary
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPfQuestionedPathPrimary
public T visitPfQuestionedPathPrimary(GQLParser.PfQuestionedPathPrimaryContext ctx)
Visit a parse tree produced by thepfQuestionedPathPrimary
labeled alternative inGQLParser.pathFactor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPfQuestionedPathPrimary
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpElementPattern
public T visitPpElementPattern(GQLParser.PpElementPatternContext ctx)
Visit a parse tree produced by theppElementPattern
labeled alternative inGQLParser.pathPrimary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpElementPattern
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpParenthesizedPathPatternExpression
public T visitPpParenthesizedPathPatternExpression(GQLParser.PpParenthesizedPathPatternExpressionContext ctx)
Visit a parse tree produced by theppParenthesizedPathPatternExpression
labeled alternative inGQLParser.pathPrimary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpParenthesizedPathPatternExpression
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPpSimplifiedPathPatternExpression
public T visitPpSimplifiedPathPatternExpression(GQLParser.PpSimplifiedPathPatternExpressionContext ctx)
Visit a parse tree produced by theppSimplifiedPathPatternExpression
labeled alternative inGQLParser.pathPrimary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPpSimplifiedPathPatternExpression
in 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:
visitElementPattern
in 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:
visitNodePattern
in 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:
visitElementPatternFiller
in 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:
visitElementVariableDeclaration
in 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:
visitIsLabelExpression
in 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:
visitIsOrColon
in 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:
visitElementPatternPredicate
in 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:
visitElementPatternWhereClause
in 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:
visitElementPropertySpecification
in 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:
visitPropertyKeyValuePairList
in 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:
visitPropertyKeyValuePair
in 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:
visitEdgePattern
in 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:
visitFullEdgePattern
in 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:
visitFullEdgePointingLeft
in 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:
visitFullEdgeUndirected
in 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:
visitFullEdgePointingRight
in 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:
visitFullEdgeLeftOrUndirected
in 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:
visitFullEdgeUndirectedOrRight
in 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:
visitFullEdgeLeftOrRight
in 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:
visitFullEdgeAnyDirection
in 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:
visitAbbreviatedEdgePattern
in 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:
visitParenthesizedPathPatternExpression
in 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:
visitSubpathVariableDeclaration
in 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:
visitParenthesizedPathPatternWhereClause
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionNegation
public T visitLabelExpressionNegation(GQLParser.LabelExpressionNegationContext ctx)
Visit a parse tree produced by thelabelExpressionNegation
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionNegation
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionDisjunction
public T visitLabelExpressionDisjunction(GQLParser.LabelExpressionDisjunctionContext ctx)
Visit a parse tree produced by thelabelExpressionDisjunction
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionDisjunction
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionParenthesized
public T visitLabelExpressionParenthesized(GQLParser.LabelExpressionParenthesizedContext ctx)
Visit a parse tree produced by thelabelExpressionParenthesized
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionParenthesized
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionWildcard
public T visitLabelExpressionWildcard(GQLParser.LabelExpressionWildcardContext ctx)
Visit a parse tree produced by thelabelExpressionWildcard
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionWildcard
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionConjunction
public T visitLabelExpressionConjunction(GQLParser.LabelExpressionConjunctionContext ctx)
Visit a parse tree produced by thelabelExpressionConjunction
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionConjunction
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabelExpressionName
public T visitLabelExpressionName(GQLParser.LabelExpressionNameContext ctx)
Visit a parse tree produced by thelabelExpressionName
labeled alternative inGQLParser.labelExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLabelExpressionName
in 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:
visitPathVariableReference
in 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:
visitElementVariableReference
in 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:
visitGraphPatternQuantifier
in 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:
visitFixedQuantifier
in 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:
visitGeneralQuantifier
in 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:
visitLowerBound
in 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:
visitUpperBound
in 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:
visitSimplifiedPathPatternExpression
in 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:
visitSimplifiedDefaultingLeft
in 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:
visitSimplifiedDefaultingUndirected
in 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:
visitSimplifiedDefaultingRight
in 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:
visitSimplifiedDefaultingLeftOrUndirected
in 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:
visitSimplifiedDefaultingUndirectedOrRight
in 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:
visitSimplifiedDefaultingLeftOrRight
in 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:
visitSimplifiedDefaultingAnyDirection
in 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:
visitSimplifiedContents
in 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:
visitSimplifiedPathUnion
in 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:
visitSimplifiedMultisetAlternation
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplifiedFactorLowLabel
public T visitSimplifiedFactorLowLabel(GQLParser.SimplifiedFactorLowLabelContext ctx)
Visit a parse tree produced by thesimplifiedFactorLowLabel
labeled alternative inGQLParser.simplifiedTerm()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimplifiedFactorLowLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplifiedConcatenationLabel
public T visitSimplifiedConcatenationLabel(GQLParser.SimplifiedConcatenationLabelContext ctx)
Visit a parse tree produced by thesimplifiedConcatenationLabel
labeled alternative inGQLParser.simplifiedTerm()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimplifiedConcatenationLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplifiedConjunctionLabel
public T visitSimplifiedConjunctionLabel(GQLParser.SimplifiedConjunctionLabelContext ctx)
Visit a parse tree produced by thesimplifiedConjunctionLabel
labeled alternative inGQLParser.simplifiedFactorLow()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimplifiedConjunctionLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimplifiedFactorHighLabel
public T visitSimplifiedFactorHighLabel(GQLParser.SimplifiedFactorHighLabelContext ctx)
Visit a parse tree produced by thesimplifiedFactorHighLabel
labeled alternative inGQLParser.simplifiedFactorLow()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimplifiedFactorHighLabel
in 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:
visitSimplifiedFactorHigh
in 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:
visitSimplifiedQuantified
in 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:
visitSimplifiedQuestioned
in 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:
visitSimplifiedTertiary
in 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:
visitSimplifiedDirectionOverride
in 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:
visitSimplifiedOverrideLeft
in 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:
visitSimplifiedOverrideUndirected
in 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:
visitSimplifiedOverrideRight
in 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:
visitSimplifiedOverrideLeftOrUndirected
in 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:
visitSimplifiedOverrideUndirectedOrRight
in 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:
visitSimplifiedOverrideLeftOrRight
in 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:
visitSimplifiedOverrideAnyDirection
in 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:
visitSimplifiedSecondary
in 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:
visitSimplifiedNegation
in 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:
visitSimplifiedPrimary
in 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:
visitWhereClause
in 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:
visitYieldClause
in 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:
visitYieldItemList
in 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:
visitYieldItem
in 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:
visitYieldItemName
in 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:
visitYieldItemAlias
in 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:
visitGroupByClause
in 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:
visitGroupingElementList
in 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:
visitGroupingElement
in 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:
visitEmptyGroupingSet
in 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:
visitOrderByClause
in 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:
visitSortSpecificationList
in 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:
visitSortSpecification
in 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:
visitSortKey
in 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:
visitOrderingSpecification
in 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:
visitNullOrdering
in 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:
visitLimitClause
in 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:
visitOffsetClause
in 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:
visitOffsetSynonym
in 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:
visitSchemaReference
in 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:
visitAbsoluteCatalogSchemaReference
in 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:
visitCatalogSchemaParentAndName
in 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:
visitRelativeCatalogSchemaReference
in 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:
visitPredefinedSchemaReference
in 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:
visitAbsoluteDirectoryPath
in 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:
visitRelativeDirectoryPath
in 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:
visitSimpleDirectoryPath
in 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:
visitGraphReference
in 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:
visitCatalogGraphParentAndName
in 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:
visitHomeGraph
in 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:
visitGraphTypeReference
in 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:
visitCatalogGraphTypeParentAndName
in 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:
visitBindingTableReference
in 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:
visitProcedureReference
in 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:
visitCatalogProcedureParentAndName
in 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:
visitCatalogObjectParentReference
in 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:
visitReferenceParameterSpecification
in 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:
visitNestedGraphTypeSpecification
in 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:
visitGraphTypeSpecificationBody
in 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:
visitElementTypeList
in 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:
visitElementTypeSpecification
in 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:
visitNodeTypeSpecification
in 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:
visitNodeTypePattern
in 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:
visitNodeTypePhrase
in 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:
visitNodeTypePhraseFiller
in 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:
visitNodeTypeFiller
in 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:
visitLocalNodeTypeAlias
in 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:
visitNodeTypeImpliedContent
in 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:
visitNodeTypeKeyLabelSet
in 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:
visitNodeTypeLabelSet
in 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:
visitNodeTypePropertyTypes
in 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:
visitEdgeTypeSpecification
in 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:
visitEdgeTypePattern
in 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:
visitEdgeTypePhrase
in 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:
visitEdgeTypePhraseFiller
in 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:
visitEdgeTypeFiller
in 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:
visitEdgeTypeImpliedContent
in 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:
visitEdgeTypeKeyLabelSet
in 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:
visitEdgeTypeLabelSet
in 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:
visitEdgeTypePropertyTypes
in 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:
visitEdgeTypePatternDirected
in 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:
visitEdgeTypePatternPointingRight
in 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:
visitEdgeTypePatternPointingLeft
in 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:
visitEdgeTypePatternUndirected
in 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:
visitArcTypePointingRight
in 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:
visitArcTypePointingLeft
in 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:
visitArcTypeUndirected
in 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:
visitSourceNodeTypeReference
in 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:
visitDestinationNodeTypeReference
in 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:
visitEdgeKind
in 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:
visitEndpointPairPhrase
in 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:
visitEndpointPair
in 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:
visitEndpointPairDirected
in 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:
visitEndpointPairPointingRight
in 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:
visitEndpointPairPointingLeft
in 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:
visitEndpointPairUndirected
in 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:
visitConnectorPointingRight
in 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:
visitConnectorUndirected
in 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:
visitSourceNodeTypeAlias
in 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:
visitDestinationNodeTypeAlias
in 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:
visitLabelSetPhrase
in 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:
visitLabelSetSpecification
in 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:
visitPropertyTypesSpecification
in 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:
visitPropertyTypeList
in 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:
visitPropertyType
in 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:
visitPropertyValueType
in 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:
visitBindingTableType
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDynamicPropertyValueTypeLabel
public T visitDynamicPropertyValueTypeLabel(GQLParser.DynamicPropertyValueTypeLabelContext ctx)
Visit a parse tree produced by thedynamicPropertyValueTypeLabel
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDynamicPropertyValueTypeLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClosedDynamicUnionTypeAtl1
public T visitClosedDynamicUnionTypeAtl1(GQLParser.ClosedDynamicUnionTypeAtl1Context ctx)
Visit a parse tree produced by theclosedDynamicUnionTypeAtl1
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitClosedDynamicUnionTypeAtl1
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClosedDynamicUnionTypeAtl2
public T visitClosedDynamicUnionTypeAtl2(GQLParser.ClosedDynamicUnionTypeAtl2Context ctx)
Visit a parse tree produced by theclosedDynamicUnionTypeAtl2
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitClosedDynamicUnionTypeAtl2
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPathValueTypeLabel
public T visitPathValueTypeLabel(GQLParser.PathValueTypeLabelContext ctx)
Visit a parse tree produced by thepathValueTypeLabel
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPathValueTypeLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt3
public T visitListValueTypeAlt3(GQLParser.ListValueTypeAlt3Context ctx)
Visit a parse tree produced by thelistValueTypeAlt3
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListValueTypeAlt3
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt2
public T visitListValueTypeAlt2(GQLParser.ListValueTypeAlt2Context ctx)
Visit a parse tree produced by thelistValueTypeAlt2
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListValueTypeAlt2
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListValueTypeAlt1
public T visitListValueTypeAlt1(GQLParser.ListValueTypeAlt1Context ctx)
Visit a parse tree produced by thelistValueTypeAlt1
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListValueTypeAlt1
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPredefinedTypeLabel
public T visitPredefinedTypeLabel(GQLParser.PredefinedTypeLabelContext ctx)
Visit a parse tree produced by thepredefinedTypeLabel
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPredefinedTypeLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRecordTypeLabel
public T visitRecordTypeLabel(GQLParser.RecordTypeLabelContext ctx)
Visit a parse tree produced by therecordTypeLabel
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRecordTypeLabel
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOpenDynamicUnionTypeLabel
public T visitOpenDynamicUnionTypeLabel(GQLParser.OpenDynamicUnionTypeLabelContext ctx)
Visit a parse tree produced by theopenDynamicUnionTypeLabel
labeled alternative inGQLParser.valueType()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOpenDynamicUnionTypeLabel
in 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:
visitTyped
in 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:
visitPredefinedType
in 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:
visitBooleanType
in 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:
visitCharacterStringType
in 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:
visitByteStringType
in 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:
visitMinLength
in 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:
visitMaxLength
in 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:
visitFixedLength
in 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:
visitNumericType
in 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:
visitExactNumericType
in 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:
visitBinaryExactNumericType
in 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:
visitSignedBinaryExactNumericType
in 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:
visitUnsignedBinaryExactNumericType
in 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:
visitVerboseBinaryExactNumericType
in 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:
visitDecimalExactNumericType
in 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:
visitPrecision
in 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:
visitScale
in 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:
visitApproximateNumericType
in 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:
visitTemporalType
in 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:
visitTemporalInstantType
in 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:
visitDatetimeType
in 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:
visitLocaldatetimeType
in 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:
visitDateType
in 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:
visitTimeType
in 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:
visitLocaltimeType
in 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:
visitTemporalDurationType
in 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:
visitTemporalDurationQualifier
in 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:
visitReferenceValueType
in 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:
visitImmaterialValueType
in 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:
visitNullType
in 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:
visitEmptyType
in 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:
visitGraphReferenceValueType
in 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:
visitClosedGraphReferenceValueType
in 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:
visitOpenGraphReferenceValueType
in 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:
visitBindingTableReferenceValueType
in 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:
visitNodeReferenceValueType
in 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:
visitClosedNodeReferenceValueType
in 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:
visitOpenNodeReferenceValueType
in 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:
visitEdgeReferenceValueType
in 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:
visitClosedEdgeReferenceValueType
in 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:
visitOpenEdgeReferenceValueType
in 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:
visitPathValueType
in 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:
visitListValueTypeName
in 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:
visitListValueTypeNameSynonym
in 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:
visitRecordType
in 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:
visitFieldTypesSpecification
in 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:
visitFieldTypeList
in 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:
visitNotNull
in 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:
visitFieldType
in 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:
visitSearchCondition
in 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:
visitPredicate
in 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:
visitComparisonPredicatePart2
in 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:
visitCompOp
in 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:
visitExistsPredicate
in 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:
visitNullPredicate
in 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:
visitNullPredicatePart2
in 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:
visitValueTypePredicate
in 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:
visitValueTypePredicatePart2
in 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:
visitNormalizedPredicatePart2
in 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:
visitDirectedPredicate
in 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:
visitDirectedPredicatePart2
in 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:
visitLabeledPredicate
in 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:
visitLabeledPredicatePart2
in 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:
visitIsLabeledOrColon
in 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:
visitSourceDestinationPredicate
in 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:
visitNodeReference
in 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:
visitSourcePredicatePart2
in 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:
visitDestinationPredicatePart2
in 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:
visitEdgeReference
in 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_differentPredicate
in 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:
visitSamePredicate
in 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_existsPredicate
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConjunctiveExprAlt
public T visitConjunctiveExprAlt(GQLParser.ConjunctiveExprAltContext ctx)
Visit a parse tree produced by theconjunctiveExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConjunctiveExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPropertyGraphExprAlt
public T visitPropertyGraphExprAlt(GQLParser.PropertyGraphExprAltContext ctx)
Visit a parse tree produced by thepropertyGraphExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPropertyGraphExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMultDivExprAlt
public T visitMultDivExprAlt(GQLParser.MultDivExprAltContext ctx)
Visit a parse tree produced by themultDivExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMultDivExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBindingTableExprAlt
public T visitBindingTableExprAlt(GQLParser.BindingTableExprAltContext ctx)
Visit a parse tree produced by thebindingTableExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBindingTableExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSignedExprAlt
public T visitSignedExprAlt(GQLParser.SignedExprAltContext ctx)
Visit a parse tree produced by thesignedExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSignedExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsNotExprAlt
public T visitIsNotExprAlt(GQLParser.IsNotExprAltContext ctx)
Visit a parse tree produced by theisNotExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsNotExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNormalizedPredicateExprAlt
public T visitNormalizedPredicateExprAlt(GQLParser.NormalizedPredicateExprAltContext ctx)
Visit a parse tree produced by thenormalizedPredicateExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNormalizedPredicateExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNotExprAlt
public T visitNotExprAlt(GQLParser.NotExprAltContext ctx)
Visit a parse tree produced by thenotExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNotExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValueFunctionExprAlt
public T visitValueFunctionExprAlt(GQLParser.ValueFunctionExprAltContext ctx)
Visit a parse tree produced by thevalueFunctionExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitValueFunctionExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConcatenationExprAlt
public T visitConcatenationExprAlt(GQLParser.ConcatenationExprAltContext ctx)
Visit a parse tree produced by theconcatenationExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConcatenationExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDisjunctiveExprAlt
public T visitDisjunctiveExprAlt(GQLParser.DisjunctiveExprAltContext ctx)
Visit a parse tree produced by thedisjunctiveExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDisjunctiveExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComparisonExprAlt
public T visitComparisonExprAlt(GQLParser.ComparisonExprAltContext ctx)
Visit a parse tree produced by thecomparisonExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitComparisonExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryExprAlt
public T visitPrimaryExprAlt(GQLParser.PrimaryExprAltContext ctx)
Visit a parse tree produced by theprimaryExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrimaryExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAddSubtractExprAlt
public T visitAddSubtractExprAlt(GQLParser.AddSubtractExprAltContext ctx)
Visit a parse tree produced by theaddSubtractExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAddSubtractExprAlt
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPredicateExprAlt
public T visitPredicateExprAlt(GQLParser.PredicateExprAltContext ctx)
Visit a parse tree produced by thepredicateExprAlt
labeled alternative inGQLParser.valueExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPredicateExprAlt
in 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:
visitValueFunction
in 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:
visitBooleanValueExpression
in 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:
visitCharacterOrByteStringFunction
in 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:
visitSubCharacterOrByteString
in 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:
visitTrimSingleCharacterOrByteString
in 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:
visitFoldCharacterString
in 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:
visitTrimMultiCharacterCharacterString
in 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:
visitNormalizeCharacterString
in 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:
visitNodeReferenceValueExpression
in 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:
visitEdgeReferenceValueExpression
in 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:
visitAggregatingValueExpression
in 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:
visitValueExpressionPrimary
in 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:
visitParenthesizedValueExpression
in 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:
visitNonParenthesizedValueExpressionPrimary
in 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:
visitNonParenthesizedValueExpressionPrimarySpecialCase
in 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:
visitUnsignedValueSpecification
in 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:
visitNonNegativeIntegerSpecification
in 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:
visitGeneralValueSpecification
in 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:
visitDynamicParameterSpecification
in 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:
visitLetValueExpression
in 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:
visitValueQueryExpression
in 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:
visitCaseExpression
in 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:
visitCaseAbbreviation
in 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:
visitCaseSpecification
in 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:
visitSimpleCase
in 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:
visitSearchedCase
in 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:
visitSimpleWhenClause
in 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:
visitSearchedWhenClause
in 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:
visitElseClause
in 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:
visitCaseOperand
in 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:
visitWhenOperandList
in 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:
visitWhenOperand
in 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:
visitResult
in 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:
visitResultExpression
in 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:
visitCastSpecification
in 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:
visitCastOperand
in 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:
visitCastTarget
in 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:
visitAggregateFunction
in 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:
visitGeneralSetFunction
in 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:
visitBinarySetFunction
in 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:
visitGeneralSetFunctionType
in 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:
visitSetQuantifier
in 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:
visitBinarySetFunctionType
in 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:
visitDependentValueExpression
in 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:
visitIndependentValueExpression
in 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_idFunction
in 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:
visitBindingVariableReference
in 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:
visitPathValueExpression
in 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:
visitPathValueConstructor
in 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:
visitPathValueConstructorByEnumeration
in 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:
visitPathElementList
in 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:
visitPathElementListStart
in 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:
visitPathElementListStep
in 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:
visitListValueExpression
in 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:
visitListValueFunction
in 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:
visitTrimListFunction
in 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:
visitElementsFunction
in 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:
visitListValueConstructor
in 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:
visitListValueConstructorByEnumeration
in 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:
visitListElementList
in 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:
visitListElement
in 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:
visitRecordConstructor
in 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:
visitFieldsSpecification
in 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:
visitFieldList
in 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:
visitField
in 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:
visitTruthValue
in 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:
visitNumericValueExpression
in 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:
visitNumericValueFunction
in 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:
visitLengthExpression
in 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:
visitCardinalityExpression
in 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:
visitCardinalityExpressionArgument
in 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:
visitCharLengthExpression
in 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:
visitByteLengthExpression
in 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:
visitPathLengthExpression
in 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:
visitAbsoluteValueExpression
in 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:
visitModulusExpression
in 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:
visitNumericValueExpressionDividend
in 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:
visitNumericValueExpressionDivisor
in 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:
visitTrigonometricFunction
in 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:
visitTrigonometricFunctionName
in 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:
visitGeneralLogarithmFunction
in 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:
visitGeneralLogarithmBase
in 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:
visitGeneralLogarithmArgument
in 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:
visitCommonLogarithm
in 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:
visitNaturalLogarithm
in 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:
visitExponentialFunction
in 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:
visitPowerFunction
in 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:
visitNumericValueExpressionBase
in 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:
visitNumericValueExpressionExponent
in 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:
visitSquareRoot
in 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:
visitFloorFunction
in 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:
visitCeilingFunction
in 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:
visitCharacterStringValueExpression
in 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:
visitByteStringValueExpression
in 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:
visitTrimOperands
in 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:
visitTrimCharacterOrByteStringSource
in 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:
visitTrimSpecification
in 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:
visitTrimCharacterOrByteString
in 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:
visitNormalForm
in 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:
visitStringLength
in 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:
visitDatetimeValueExpression
in 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:
visitDatetimeValueFunction
in 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:
visitDateFunction
in 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:
visitTimeFunction
in 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:
visitLocaltimeFunction
in 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:
visitDatetimeFunction
in 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:
visitLocaldatetimeFunction
in 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:
visitDateFunctionParameters
in 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:
visitTimeFunctionParameters
in 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:
visitDatetimeFunctionParameters
in 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:
visitDurationValueExpression
in 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:
visitDatetimeSubtraction
in 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:
visitDatetimeSubtractionParameters
in 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:
visitDatetimeValueExpression1
in 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:
visitDatetimeValueExpression2
in 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:
visitDurationValueFunction
in 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:
visitDurationFunction
in 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:
visitDurationFunctionParameters
in 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:
visitObjectName
in 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:
visitObjectNameOrBindingVariable
in 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:
visitDirectoryName
in 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:
visitSchemaName
in 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:
visitGraphName
in 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:
visitDelimitedGraphName
in 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:
visitGraphTypeName
in 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:
visitNodeTypeName
in 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:
visitEdgeTypeName
in 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:
visitBindingTableName
in 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:
visitDelimitedBindingTableName
in 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:
visitProcedureName
in 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:
visitLabelName
in 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:
visitPropertyName
in 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:
visitFieldName
in 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:
visitElementVariable
in 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:
visitPathVariable
in 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:
visitSubpathVariable
in 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:
visitBindingVariable
in 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:
visitUnsignedLiteral
in 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:
visitGeneralLiteral
in 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:
visitTemporalLiteral
in 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:
visitDateLiteral
in 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:
visitTimeLiteral
in 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:
visitDatetimeLiteral
in 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:
visitListLiteral
in 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:
visitRecordLiteral
in 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:
visitIdentifier
in 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:
visitRegularIdentifier
in 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:
visitTimeZoneString
in 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:
visitCharacterStringLiteral
in 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:
visitUnsignedNumericLiteral
in 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:
visitExactNumericLiteral
in 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:
visitApproximateNumericLiteral
in 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:
visitUnsignedInteger
in 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:
visitUnsignedDecimalInteger
in 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:
visitNullLiteral
in 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:
visitDateString
in 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:
visitTimeString
in 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:
visitDatetimeString
in 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:
visitDurationLiteral
in 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:
visitDurationString
in 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:
visitNodeSynonym
in 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:
visitEdgesSynonym
in 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:
visitEdgeSynonym
in 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:
visitNonReservedWords
in interfaceGQLVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-