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