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. UseVoidfor 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_Cypherin 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_Statementin 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_Queryin 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_RegularQueryin 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_Unionin 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_SingleQueryin 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_SinglePartQueryin 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_MultiPartQueryin 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_WithClausein 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_UpdatingClausein 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_ReadingClausein 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_Matchin 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_Unwindin 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_Mergein 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_MergeActionin 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_MatchOrCreatein 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_Createin 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_Setin 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_SetItemin 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_Propertyin 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_Equalin 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_PlusEqualin 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_NodeLabelsin 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_Deletein 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_Removein 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_RemoveItemin 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_VariableAndNodeLabelsin 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_InQueryCallin 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_StandaloneCallin 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_ProcedureInvocationin 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_StarOrYieldItemsin 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_YieldItemsin 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_YieldItemin 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_Within 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_Returnin 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_ProjectionBodyin 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_ProjectionItemsin 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_ProjectionItemin 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_Orderin 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_Skipin 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_Limitin 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_SortItemin 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_SortOrderin 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_Ascendingin 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_Descendingin 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_Wherein 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_Patternin 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_PatternPartin 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_AnonymousPatternPartin 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_PatternElementin 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_RelationshipsPatternin 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_NodePatternin 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_PatternElementChainin 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_RelationshipPatternin 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_RelationshipDetailin 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_Propertiesin 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_RelationshipTypesin 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_NodeLabelsin 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_NodeLabelin 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_RangeLiteralin 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_RangeLiteralUpperBoundin 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_LabelNamein 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_RelTypeNamein 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_PropertyExpressionin 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_Expressionin 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_OrExpressionin 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_XorExpressionin 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_AndExpressionin 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_NotExpressionin 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_ComparisonExpressionin 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_PartialComparisonExpressionin 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_ComparisonOperatorin 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_StringListNullPredicateExpressionin 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_RHSin 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_StringPredicateExpressionin 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_StringPredicateOperatorin 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_ListPredicateExpressionin 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_NullPredicateExpressionin 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_AddOrSubtractExpressionin 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_Operatorin 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_RHSin 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_MultiplyDivideModuloExpressionin 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_Operatorin 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_RHSin 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_PowerOfExpressionin 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_UnaryAddOrSubtractExpressionin 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_Operatorin 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_NonArithmeticOperatorExpressionin 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_ListOperatorExpressionOrPropertyLookupin 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_ListOperatorExpressionin 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_ListOperatorExpressionSinglein 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_ListOperatorExpressionRangein 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_ListOperatorExpressionRangeLHSin 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_ListOperatorExpressionRangeRHSin 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_PropertyLookupin 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_Atomin 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_CaseExpressionin 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_CaseElsein 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_CaseAlternativein 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_ListComprehensionin 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_PatternComprehensionin 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_Quantifierin 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_QuantifierOperatorin 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_FilterExpressionin 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_PatternPredicatein 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_ParenthesizedExpressionin 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_IdInCollin 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_FunctionInvocationin 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_FunctionNamein 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_ExistentialSubqueryin 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_PatternWherein 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_ExplicitProcedureInvocationin 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_ImplicitProcedureInvocationin 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_ProcedureResultFieldin 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_ProcedureNamein 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_Namespacein 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_Variablein 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_Literalin 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_BooleanLiteralin 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_NumberLiteralin 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_IntegerLiteralin 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_DoubleLiteralin 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_ListLiteralin 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_MapLiteralin 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_KeyValuePairin 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_PropertyKeyNamein 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_Parameterin 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_SchemaNamein 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_ReservedWordin 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_SymbolicNamein 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_LeftArrowHeadin 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_RightArrowHeadin 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_Dashin interfaceCypherVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-