Class CypherBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.neo4j.CypherBaseVisitor<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>
,CypherVisitor<T>
public class CypherBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements CypherVisitor<T>
This class provides an empty implementation ofCypherVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description CypherBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitOC_Cypher
public T visitOC_Cypher(CypherParser.OC_CypherContext ctx)
Visit a parse tree produced byCypherParser.oC_Cypher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Cypher
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Statement
public T visitOC_Statement(CypherParser.OC_StatementContext ctx)
Visit a parse tree produced byCypherParser.oC_Statement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Statement
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Query
public T visitOC_Query(CypherParser.OC_QueryContext ctx)
Visit a parse tree produced byCypherParser.oC_Query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Query
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RegularQuery
public T visitOC_RegularQuery(CypherParser.OC_RegularQueryContext ctx)
Visit a parse tree produced byCypherParser.oC_RegularQuery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RegularQuery
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Union
public T visitOC_Union(CypherParser.OC_UnionContext ctx)
Visit a parse tree produced byCypherParser.oC_Union()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Union
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SingleQuery
public T visitOC_SingleQuery(CypherParser.OC_SingleQueryContext ctx)
Visit a parse tree produced byCypherParser.oC_SingleQuery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SingleQuery
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SinglePartQuery
public T visitOC_SinglePartQuery(CypherParser.OC_SinglePartQueryContext ctx)
Visit a parse tree produced byCypherParser.oC_SinglePartQuery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SinglePartQuery
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MultiPartQuery
public T visitOC_MultiPartQuery(CypherParser.OC_MultiPartQueryContext ctx)
Visit a parse tree produced byCypherParser.oC_MultiPartQuery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MultiPartQuery
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOc_WithClause
public T visitOc_WithClause(CypherParser.Oc_WithClauseContext ctx)
Visit a parse tree produced byCypherParser.oc_WithClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOc_WithClause
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_UpdatingClause
public T visitOC_UpdatingClause(CypherParser.OC_UpdatingClauseContext ctx)
Visit a parse tree produced byCypherParser.oC_UpdatingClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_UpdatingClause
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ReadingClause
public T visitOC_ReadingClause(CypherParser.OC_ReadingClauseContext ctx)
Visit a parse tree produced byCypherParser.oC_ReadingClause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ReadingClause
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Match
public T visitOC_Match(CypherParser.OC_MatchContext ctx)
Visit a parse tree produced byCypherParser.oC_Match()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Match
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Unwind
public T visitOC_Unwind(CypherParser.OC_UnwindContext ctx)
Visit a parse tree produced byCypherParser.oC_Unwind()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Unwind
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Merge
public T visitOC_Merge(CypherParser.OC_MergeContext ctx)
Visit a parse tree produced byCypherParser.oC_Merge()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Merge
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MergeAction
public T visitOC_MergeAction(CypherParser.OC_MergeActionContext ctx)
Visit a parse tree produced byCypherParser.oC_MergeAction()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MergeAction
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MatchOrCreate
public T visitOC_MatchOrCreate(CypherParser.OC_MatchOrCreateContext ctx)
Visit a parse tree produced byCypherParser.oC_MatchOrCreate()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MatchOrCreate
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Create
public T visitOC_Create(CypherParser.OC_CreateContext ctx)
Visit a parse tree produced byCypherParser.oC_Create()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Create
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Set
public T visitOC_Set(CypherParser.OC_SetContext ctx)
Visit a parse tree produced byCypherParser.oC_Set()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Set
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem
public T visitOC_SetItem(CypherParser.OC_SetItemContext ctx)
Visit a parse tree produced byCypherParser.oC_SetItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SetItem
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_Property
public T visitOC_SetItem_Property(CypherParser.OC_SetItem_PropertyContext ctx)
Visit a parse tree produced byCypherParser.oC_SetItem_Property()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SetItem_Property
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_Equal
public T visitOC_SetItem_Equal(CypherParser.OC_SetItem_EqualContext ctx)
Visit a parse tree produced byCypherParser.oC_SetItem_Equal()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SetItem_Equal
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_PlusEqual
public T visitOC_SetItem_PlusEqual(CypherParser.OC_SetItem_PlusEqualContext ctx)
Visit a parse tree produced byCypherParser.oC_SetItem_PlusEqual()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SetItem_PlusEqual
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_NodeLabels
public T visitOC_SetItem_NodeLabels(CypherParser.OC_SetItem_NodeLabelsContext ctx)
Visit a parse tree produced byCypherParser.oC_SetItem_NodeLabels()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SetItem_NodeLabels
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Delete
public T visitOC_Delete(CypherParser.OC_DeleteContext ctx)
Visit a parse tree produced byCypherParser.oC_Delete()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Delete
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Remove
public T visitOC_Remove(CypherParser.OC_RemoveContext ctx)
Visit a parse tree produced byCypherParser.oC_Remove()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Remove
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RemoveItem
public T visitOC_RemoveItem(CypherParser.OC_RemoveItemContext ctx)
Visit a parse tree produced byCypherParser.oC_RemoveItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RemoveItem
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_VariableAndNodeLabels
public T visitOC_VariableAndNodeLabels(CypherParser.OC_VariableAndNodeLabelsContext ctx)
Visit a parse tree produced byCypherParser.oC_VariableAndNodeLabels()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_VariableAndNodeLabels
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_InQueryCall
public T visitOC_InQueryCall(CypherParser.OC_InQueryCallContext ctx)
Visit a parse tree produced byCypherParser.oC_InQueryCall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_InQueryCall
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StandaloneCall
public T visitOC_StandaloneCall(CypherParser.OC_StandaloneCallContext ctx)
Visit a parse tree produced byCypherParser.oC_StandaloneCall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StandaloneCall
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureInvocation
public T visitOC_ProcedureInvocation(CypherParser.OC_ProcedureInvocationContext ctx)
Visit a parse tree produced byCypherParser.oC_ProcedureInvocation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProcedureInvocation
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StarOrYieldItems
public T visitOC_StarOrYieldItems(CypherParser.OC_StarOrYieldItemsContext ctx)
Visit a parse tree produced byCypherParser.oC_StarOrYieldItems()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StarOrYieldItems
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_YieldItems
public T visitOC_YieldItems(CypherParser.OC_YieldItemsContext ctx)
Visit a parse tree produced byCypherParser.oC_YieldItems()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_YieldItems
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_YieldItem
public T visitOC_YieldItem(CypherParser.OC_YieldItemContext ctx)
Visit a parse tree produced byCypherParser.oC_YieldItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_YieldItem
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_With
public T visitOC_With(CypherParser.OC_WithContext ctx)
Visit a parse tree produced byCypherParser.oC_With()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_With
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Return
public T visitOC_Return(CypherParser.OC_ReturnContext ctx)
Visit a parse tree produced byCypherParser.oC_Return()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Return
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionBody
public T visitOC_ProjectionBody(CypherParser.OC_ProjectionBodyContext ctx)
Visit a parse tree produced byCypherParser.oC_ProjectionBody()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProjectionBody
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionItems
public T visitOC_ProjectionItems(CypherParser.OC_ProjectionItemsContext ctx)
Visit a parse tree produced byCypherParser.oC_ProjectionItems()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProjectionItems
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionItem
public T visitOC_ProjectionItem(CypherParser.OC_ProjectionItemContext ctx)
Visit a parse tree produced byCypherParser.oC_ProjectionItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProjectionItem
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Order
public T visitOC_Order(CypherParser.OC_OrderContext ctx)
Visit a parse tree produced byCypherParser.oC_Order()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Order
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Skip
public T visitOC_Skip(CypherParser.OC_SkipContext ctx)
Visit a parse tree produced byCypherParser.oC_Skip()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Skip
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Limit
public T visitOC_Limit(CypherParser.OC_LimitContext ctx)
Visit a parse tree produced byCypherParser.oC_Limit()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Limit
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SortItem
public T visitOC_SortItem(CypherParser.OC_SortItemContext ctx)
Visit a parse tree produced byCypherParser.oC_SortItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SortItem
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder
public T visitOC_SortOrder(CypherParser.OC_SortOrderContext ctx)
Visit a parse tree produced byCypherParser.oC_SortOrder()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SortOrder
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder_Ascending
public T visitOC_SortOrder_Ascending(CypherParser.OC_SortOrder_AscendingContext ctx)
Visit a parse tree produced byCypherParser.oC_SortOrder_Ascending()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SortOrder_Ascending
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder_Descending
public T visitOC_SortOrder_Descending(CypherParser.OC_SortOrder_DescendingContext ctx)
Visit a parse tree produced byCypherParser.oC_SortOrder_Descending()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SortOrder_Descending
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Where
public T visitOC_Where(CypherParser.OC_WhereContext ctx)
Visit a parse tree produced byCypherParser.oC_Where()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Where
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Pattern
public T visitOC_Pattern(CypherParser.OC_PatternContext ctx)
Visit a parse tree produced byCypherParser.oC_Pattern()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Pattern
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternPart
public T visitOC_PatternPart(CypherParser.OC_PatternPartContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternPart
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_AnonymousPatternPart
public T visitOC_AnonymousPatternPart(CypherParser.OC_AnonymousPatternPartContext ctx)
Visit a parse tree produced byCypherParser.oC_AnonymousPatternPart()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_AnonymousPatternPart
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternElement
public T visitOC_PatternElement(CypherParser.OC_PatternElementContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternElement
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipsPattern
public T visitOC_RelationshipsPattern(CypherParser.OC_RelationshipsPatternContext ctx)
Visit a parse tree produced byCypherParser.oC_RelationshipsPattern()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RelationshipsPattern
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NodePattern
public T visitOC_NodePattern(CypherParser.OC_NodePatternContext ctx)
Visit a parse tree produced byCypherParser.oC_NodePattern()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NodePattern
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternElementChain
public T visitOC_PatternElementChain(CypherParser.OC_PatternElementChainContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternElementChain()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternElementChain
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipPattern
public T visitOC_RelationshipPattern(CypherParser.OC_RelationshipPatternContext ctx)
Visit a parse tree produced byCypherParser.oC_RelationshipPattern()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RelationshipPattern
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipDetail
public T visitOC_RelationshipDetail(CypherParser.OC_RelationshipDetailContext ctx)
Visit a parse tree produced byCypherParser.oC_RelationshipDetail()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RelationshipDetail
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Properties
public T visitOC_Properties(CypherParser.OC_PropertiesContext ctx)
Visit a parse tree produced byCypherParser.oC_Properties()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Properties
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipTypes
public T visitOC_RelationshipTypes(CypherParser.OC_RelationshipTypesContext ctx)
Visit a parse tree produced byCypherParser.oC_RelationshipTypes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RelationshipTypes
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NodeLabels
public T visitOC_NodeLabels(CypherParser.OC_NodeLabelsContext ctx)
Visit a parse tree produced byCypherParser.oC_NodeLabels()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NodeLabels
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NodeLabel
public T visitOC_NodeLabel(CypherParser.OC_NodeLabelContext ctx)
Visit a parse tree produced byCypherParser.oC_NodeLabel()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NodeLabel
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RangeLiteral
public T visitOC_RangeLiteral(CypherParser.OC_RangeLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_RangeLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RangeLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RangeLiteralUpperBound
public T visitOC_RangeLiteralUpperBound(CypherParser.OC_RangeLiteralUpperBoundContext ctx)
Visit a parse tree produced byCypherParser.oC_RangeLiteralUpperBound()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RangeLiteralUpperBound
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_LabelName
public T visitOC_LabelName(CypherParser.OC_LabelNameContext ctx)
Visit a parse tree produced byCypherParser.oC_LabelName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_LabelName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RelTypeName
public T visitOC_RelTypeName(CypherParser.OC_RelTypeNameContext ctx)
Visit a parse tree produced byCypherParser.oC_RelTypeName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RelTypeName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyExpression
public T visitOC_PropertyExpression(CypherParser.OC_PropertyExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_PropertyExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PropertyExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Expression
public T visitOC_Expression(CypherParser.OC_ExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_Expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Expression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_OrExpression
public T visitOC_OrExpression(CypherParser.OC_OrExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_OrExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_OrExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_XorExpression
public T visitOC_XorExpression(CypherParser.OC_XorExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_XorExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_XorExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_AndExpression
public T visitOC_AndExpression(CypherParser.OC_AndExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_AndExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_AndExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NotExpression
public T visitOC_NotExpression(CypherParser.OC_NotExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_NotExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NotExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ComparisonExpression
public T visitOC_ComparisonExpression(CypherParser.OC_ComparisonExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_ComparisonExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ComparisonExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PartialComparisonExpression
public T visitOC_PartialComparisonExpression(CypherParser.OC_PartialComparisonExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_PartialComparisonExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PartialComparisonExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ComparisonOperator
public T visitOC_ComparisonOperator(CypherParser.OC_ComparisonOperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_ComparisonOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ComparisonOperator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StringListNullPredicateExpression
public T visitOC_StringListNullPredicateExpression(CypherParser.OC_StringListNullPredicateExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_StringListNullPredicateExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StringListNullPredicateExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StringListNullPredicateExpression_RHS
public T visitOC_StringListNullPredicateExpression_RHS(CypherParser.OC_StringListNullPredicateExpression_RHSContext ctx)
Visit a parse tree produced byCypherParser.oC_StringListNullPredicateExpression_RHS()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StringListNullPredicateExpression_RHS
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StringPredicateExpression
public T visitOC_StringPredicateExpression(CypherParser.OC_StringPredicateExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_StringPredicateExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StringPredicateExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_StringPredicateOperator
public T visitOC_StringPredicateOperator(CypherParser.OC_StringPredicateOperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_StringPredicateOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_StringPredicateOperator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListPredicateExpression
public T visitOC_ListPredicateExpression(CypherParser.OC_ListPredicateExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_ListPredicateExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListPredicateExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NullPredicateExpression
public T visitOC_NullPredicateExpression(CypherParser.OC_NullPredicateExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_NullPredicateExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NullPredicateExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_AddOrSubtractExpression
public T visitOC_AddOrSubtractExpression(CypherParser.OC_AddOrSubtractExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_AddOrSubtractExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_AddOrSubtractExpression_Operator
public T visitOC_AddOrSubtractExpression_Operator(CypherParser.OC_AddOrSubtractExpression_OperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression_Operator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_AddOrSubtractExpression_Operator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_AddOrSubtractExpression_RHS
public T visitOC_AddOrSubtractExpression_RHS(CypherParser.OC_AddOrSubtractExpression_RHSContext ctx)
Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression_RHS()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_AddOrSubtractExpression_RHS
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MultiplyDivideModuloExpression
public T visitOC_MultiplyDivideModuloExpression(CypherParser.OC_MultiplyDivideModuloExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MultiplyDivideModuloExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MultiplyDivideModuloExpression_Operator
public T visitOC_MultiplyDivideModuloExpression_Operator(CypherParser.OC_MultiplyDivideModuloExpression_OperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression_Operator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MultiplyDivideModuloExpression_Operator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MultiplyDivideModuloExpression_RHS
public T visitOC_MultiplyDivideModuloExpression_RHS(CypherParser.OC_MultiplyDivideModuloExpression_RHSContext ctx)
Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression_RHS()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MultiplyDivideModuloExpression_RHS
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PowerOfExpression
public T visitOC_PowerOfExpression(CypherParser.OC_PowerOfExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_PowerOfExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PowerOfExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_UnaryAddOrSubtractExpression
public T visitOC_UnaryAddOrSubtractExpression(CypherParser.OC_UnaryAddOrSubtractExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_UnaryAddOrSubtractExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_UnaryAddOrSubtractExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_UnaryAddOrSubtractExpression_Operator
public T visitOC_UnaryAddOrSubtractExpression_Operator(CypherParser.OC_UnaryAddOrSubtractExpression_OperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_UnaryAddOrSubtractExpression_Operator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_UnaryAddOrSubtractExpression_Operator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NonArithmeticOperatorExpression
public T visitOC_NonArithmeticOperatorExpression(CypherParser.OC_NonArithmeticOperatorExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_NonArithmeticOperatorExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NonArithmeticOperatorExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionOrPropertyLookup
public T visitOC_ListOperatorExpressionOrPropertyLookup(CypherParser.OC_ListOperatorExpressionOrPropertyLookupContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionOrPropertyLookup()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpressionOrPropertyLookup
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpression
public T visitOC_ListOperatorExpression(CypherParser.OC_ListOperatorExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionSingle
public T visitOC_ListOperatorExpressionSingle(CypherParser.OC_ListOperatorExpressionSingleContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionSingle()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpressionSingle
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRange
public T visitOC_ListOperatorExpressionRange(CypherParser.OC_ListOperatorExpressionRangeContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRange()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpressionRange
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRangeLHS
public T visitOC_ListOperatorExpressionRangeLHS(CypherParser.OC_ListOperatorExpressionRangeLHSContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeLHS()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpressionRangeLHS
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRangeRHS
public T visitOC_ListOperatorExpressionRangeRHS(CypherParser.OC_ListOperatorExpressionRangeRHSContext ctx)
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeRHS()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListOperatorExpressionRangeRHS
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyLookup
public T visitOC_PropertyLookup(CypherParser.OC_PropertyLookupContext ctx)
Visit a parse tree produced byCypherParser.oC_PropertyLookup()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PropertyLookup
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Atom
public T visitOC_Atom(CypherParser.OC_AtomContext ctx)
Visit a parse tree produced byCypherParser.oC_Atom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Atom
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_CaseExpression
public T visitOC_CaseExpression(CypherParser.OC_CaseExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_CaseExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_CaseExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOc_CaseElse
public T visitOc_CaseElse(CypherParser.Oc_CaseElseContext ctx)
Visit a parse tree produced byCypherParser.oc_CaseElse()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOc_CaseElse
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_CaseAlternative
public T visitOC_CaseAlternative(CypherParser.OC_CaseAlternativeContext ctx)
Visit a parse tree produced byCypherParser.oC_CaseAlternative()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_CaseAlternative
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListComprehension
public T visitOC_ListComprehension(CypherParser.OC_ListComprehensionContext ctx)
Visit a parse tree produced byCypherParser.oC_ListComprehension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListComprehension
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternComprehension
public T visitOC_PatternComprehension(CypherParser.OC_PatternComprehensionContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternComprehension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternComprehension
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Quantifier
public T visitOC_Quantifier(CypherParser.OC_QuantifierContext ctx)
Visit a parse tree produced byCypherParser.oC_Quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Quantifier
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_QuantifierOperator
public T visitOC_QuantifierOperator(CypherParser.OC_QuantifierOperatorContext ctx)
Visit a parse tree produced byCypherParser.oC_QuantifierOperator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_QuantifierOperator
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_FilterExpression
public T visitOC_FilterExpression(CypherParser.OC_FilterExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_FilterExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_FilterExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternPredicate
public T visitOC_PatternPredicate(CypherParser.OC_PatternPredicateContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternPredicate()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternPredicate
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ParenthesizedExpression
public T visitOC_ParenthesizedExpression(CypherParser.OC_ParenthesizedExpressionContext ctx)
Visit a parse tree produced byCypherParser.oC_ParenthesizedExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ParenthesizedExpression
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_IdInColl
public T visitOC_IdInColl(CypherParser.OC_IdInCollContext ctx)
Visit a parse tree produced byCypherParser.oC_IdInColl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_IdInColl
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_FunctionInvocation
public T visitOC_FunctionInvocation(CypherParser.OC_FunctionInvocationContext ctx)
Visit a parse tree produced byCypherParser.oC_FunctionInvocation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_FunctionInvocation
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_FunctionName
public T visitOC_FunctionName(CypherParser.OC_FunctionNameContext ctx)
Visit a parse tree produced byCypherParser.oC_FunctionName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_FunctionName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ExistentialSubquery
public T visitOC_ExistentialSubquery(CypherParser.OC_ExistentialSubqueryContext ctx)
Visit a parse tree produced byCypherParser.oC_ExistentialSubquery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ExistentialSubquery
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PatternWhere
public T visitOC_PatternWhere(CypherParser.OC_PatternWhereContext ctx)
Visit a parse tree produced byCypherParser.oC_PatternWhere()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PatternWhere
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ExplicitProcedureInvocation
public T visitOC_ExplicitProcedureInvocation(CypherParser.OC_ExplicitProcedureInvocationContext ctx)
Visit a parse tree produced byCypherParser.oC_ExplicitProcedureInvocation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ExplicitProcedureInvocation
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ImplicitProcedureInvocation
public T visitOC_ImplicitProcedureInvocation(CypherParser.OC_ImplicitProcedureInvocationContext ctx)
Visit a parse tree produced byCypherParser.oC_ImplicitProcedureInvocation()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ImplicitProcedureInvocation
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureResultField
public T visitOC_ProcedureResultField(CypherParser.OC_ProcedureResultFieldContext ctx)
Visit a parse tree produced byCypherParser.oC_ProcedureResultField()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProcedureResultField
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureName
public T visitOC_ProcedureName(CypherParser.OC_ProcedureNameContext ctx)
Visit a parse tree produced byCypherParser.oC_ProcedureName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ProcedureName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Namespace
public T visitOC_Namespace(CypherParser.OC_NamespaceContext ctx)
Visit a parse tree produced byCypherParser.oC_Namespace()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Namespace
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Variable
public T visitOC_Variable(CypherParser.OC_VariableContext ctx)
Visit a parse tree produced byCypherParser.oC_Variable()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Variable
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Literal
public T visitOC_Literal(CypherParser.OC_LiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_Literal()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Literal
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_BooleanLiteral
public T visitOC_BooleanLiteral(CypherParser.OC_BooleanLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_BooleanLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_BooleanLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_NumberLiteral
public T visitOC_NumberLiteral(CypherParser.OC_NumberLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_NumberLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_NumberLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_IntegerLiteral
public T visitOC_IntegerLiteral(CypherParser.OC_IntegerLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_IntegerLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_IntegerLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_DoubleLiteral
public T visitOC_DoubleLiteral(CypherParser.OC_DoubleLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_DoubleLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_DoubleLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ListLiteral
public T visitOC_ListLiteral(CypherParser.OC_ListLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_ListLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ListLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_MapLiteral
public T visitOC_MapLiteral(CypherParser.OC_MapLiteralContext ctx)
Visit a parse tree produced byCypherParser.oC_MapLiteral()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_MapLiteral
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOc_KeyValuePair
public T visitOc_KeyValuePair(CypherParser.Oc_KeyValuePairContext ctx)
Visit a parse tree produced byCypherParser.oc_KeyValuePair()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOc_KeyValuePair
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyKeyName
public T visitOC_PropertyKeyName(CypherParser.OC_PropertyKeyNameContext ctx)
Visit a parse tree produced byCypherParser.oC_PropertyKeyName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_PropertyKeyName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Parameter
public T visitOC_Parameter(CypherParser.OC_ParameterContext ctx)
Visit a parse tree produced byCypherParser.oC_Parameter()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Parameter
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SchemaName
public T visitOC_SchemaName(CypherParser.OC_SchemaNameContext ctx)
Visit a parse tree produced byCypherParser.oC_SchemaName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SchemaName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_ReservedWord
public T visitOC_ReservedWord(CypherParser.OC_ReservedWordContext ctx)
Visit a parse tree produced byCypherParser.oC_ReservedWord()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_ReservedWord
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_SymbolicName
public T visitOC_SymbolicName(CypherParser.OC_SymbolicNameContext ctx)
Visit a parse tree produced byCypherParser.oC_SymbolicName()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_SymbolicName
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_LeftArrowHead
public T visitOC_LeftArrowHead(CypherParser.OC_LeftArrowHeadContext ctx)
Visit a parse tree produced byCypherParser.oC_LeftArrowHead()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_LeftArrowHead
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_RightArrowHead
public T visitOC_RightArrowHead(CypherParser.OC_RightArrowHeadContext ctx)
Visit a parse tree produced byCypherParser.oC_RightArrowHead()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_RightArrowHead
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOC_Dash
public T visitOC_Dash(CypherParser.OC_DashContext ctx)
Visit a parse tree produced byCypherParser.oC_Dash()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOC_Dash
in interfaceCypherVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-