Package org.neo4j
Interface CypherVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor 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
by
CypherParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byCypherParser.oC_AddOrSubtractExpression().visitOC_AddOrSubtractExpression_Operator(CypherParser.OC_AddOrSubtractExpression_OperatorContext ctx) Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression_Operator().Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression_RHS().Visit a parse tree produced byCypherParser.oC_AndExpression().Visit a parse tree produced byCypherParser.oC_AnonymousPatternPart().Visit a parse tree produced byCypherParser.oC_Atom().Visit a parse tree produced byCypherParser.oC_BooleanLiteral().Visit a parse tree produced byCypherParser.oC_CaseAlternative().Visit a parse tree produced byCypherParser.oc_CaseElse().Visit a parse tree produced byCypherParser.oC_CaseExpression().Visit a parse tree produced byCypherParser.oC_ComparisonExpression().Visit a parse tree produced byCypherParser.oC_ComparisonOperator().Visit a parse tree produced byCypherParser.oC_Create().Visit a parse tree produced byCypherParser.oC_Cypher().Visit a parse tree produced byCypherParser.oC_Dash().Visit a parse tree produced byCypherParser.oC_Delete().Visit a parse tree produced byCypherParser.oC_DoubleLiteral().Visit a parse tree produced byCypherParser.oC_ExistentialSubquery().Visit a parse tree produced byCypherParser.oC_ExplicitProcedureInvocation().Visit a parse tree produced byCypherParser.oC_Expression().Visit a parse tree produced byCypherParser.oC_FilterExpression().Visit a parse tree produced byCypherParser.oC_FunctionInvocation().Visit a parse tree produced byCypherParser.oC_FunctionName().Visit a parse tree produced byCypherParser.oC_IdInColl().Visit a parse tree produced byCypherParser.oC_ImplicitProcedureInvocation().Visit a parse tree produced byCypherParser.oC_InQueryCall().Visit a parse tree produced byCypherParser.oC_IntegerLiteral().Visit a parse tree produced byCypherParser.oc_KeyValuePair().Visit a parse tree produced byCypherParser.oC_LabelName().Visit a parse tree produced byCypherParser.oC_LeftArrowHead().Visit a parse tree produced byCypherParser.oC_Limit().Visit a parse tree produced byCypherParser.oC_ListComprehension().Visit a parse tree produced byCypherParser.oC_ListLiteral().Visit a parse tree produced byCypherParser.oC_ListOperatorExpression().visitOC_ListOperatorExpressionOrPropertyLookup(CypherParser.OC_ListOperatorExpressionOrPropertyLookupContext ctx) Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionOrPropertyLookup().Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRange().Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeLHS().Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeRHS().Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionSingle().Visit a parse tree produced byCypherParser.oC_ListPredicateExpression().Visit a parse tree produced byCypherParser.oC_Literal().Visit a parse tree produced byCypherParser.oC_MapLiteral().Visit a parse tree produced byCypherParser.oC_Match().Visit a parse tree produced byCypherParser.oC_MatchOrCreate().Visit a parse tree produced byCypherParser.oC_Merge().Visit a parse tree produced byCypherParser.oC_MergeAction().Visit a parse tree produced byCypherParser.oC_MultiPartQuery().Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression().visitOC_MultiplyDivideModuloExpression_Operator(CypherParser.OC_MultiplyDivideModuloExpression_OperatorContext ctx) Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression_Operator().visitOC_MultiplyDivideModuloExpression_RHS(CypherParser.OC_MultiplyDivideModuloExpression_RHSContext ctx) Visit a parse tree produced byCypherParser.oC_MultiplyDivideModuloExpression_RHS().Visit a parse tree produced byCypherParser.oC_Namespace().Visit a parse tree produced byCypherParser.oC_NodeLabel().Visit a parse tree produced byCypherParser.oC_NodeLabels().Visit a parse tree produced byCypherParser.oC_NodePattern().Visit a parse tree produced byCypherParser.oC_NonArithmeticOperatorExpression().Visit a parse tree produced byCypherParser.oC_NotExpression().Visit a parse tree produced byCypherParser.oC_NullPredicateExpression().Visit a parse tree produced byCypherParser.oC_NumberLiteral().Visit a parse tree produced byCypherParser.oC_Order().Visit a parse tree produced byCypherParser.oC_OrExpression().Visit a parse tree produced byCypherParser.oC_Parameter().Visit a parse tree produced byCypherParser.oC_ParenthesizedExpression().Visit a parse tree produced byCypherParser.oC_PartialComparisonExpression().Visit a parse tree produced byCypherParser.oC_Pattern().Visit a parse tree produced byCypherParser.oC_PatternComprehension().Visit a parse tree produced byCypherParser.oC_PatternElement().Visit a parse tree produced byCypherParser.oC_PatternElementChain().Visit a parse tree produced byCypherParser.oC_PatternPart().Visit a parse tree produced byCypherParser.oC_PatternPredicate().Visit a parse tree produced byCypherParser.oC_PatternWhere().Visit a parse tree produced byCypherParser.oC_PowerOfExpression().Visit a parse tree produced byCypherParser.oC_ProcedureInvocation().Visit a parse tree produced byCypherParser.oC_ProcedureName().Visit a parse tree produced byCypherParser.oC_ProcedureResultField().Visit a parse tree produced byCypherParser.oC_ProjectionBody().Visit a parse tree produced byCypherParser.oC_ProjectionItem().Visit a parse tree produced byCypherParser.oC_ProjectionItems().Visit a parse tree produced byCypherParser.oC_Properties().Visit a parse tree produced byCypherParser.oC_PropertyExpression().Visit a parse tree produced byCypherParser.oC_PropertyKeyName().Visit a parse tree produced byCypherParser.oC_PropertyLookup().Visit a parse tree produced byCypherParser.oC_Quantifier().Visit a parse tree produced byCypherParser.oC_QuantifierOperator().Visit a parse tree produced byCypherParser.oC_Query().Visit a parse tree produced byCypherParser.oC_RangeLiteral().Visit a parse tree produced byCypherParser.oC_RangeLiteralUpperBound().Visit a parse tree produced byCypherParser.oC_ReadingClause().Visit a parse tree produced byCypherParser.oC_RegularQuery().Visit a parse tree produced byCypherParser.oC_RelationshipDetail().Visit a parse tree produced byCypherParser.oC_RelationshipPattern().Visit a parse tree produced byCypherParser.oC_RelationshipsPattern().Visit a parse tree produced byCypherParser.oC_RelationshipTypes().Visit a parse tree produced byCypherParser.oC_RelTypeName().Visit a parse tree produced byCypherParser.oC_Remove().Visit a parse tree produced byCypherParser.oC_RemoveItem().Visit a parse tree produced byCypherParser.oC_ReservedWord().Visit a parse tree produced byCypherParser.oC_Return().Visit a parse tree produced byCypherParser.oC_RightArrowHead().Visit a parse tree produced byCypherParser.oC_SchemaName().Visit a parse tree produced byCypherParser.oC_Set().Visit a parse tree produced byCypherParser.oC_SetItem().Visit a parse tree produced byCypherParser.oC_SetItem_Equal().Visit a parse tree produced byCypherParser.oC_SetItem_NodeLabels().Visit a parse tree produced byCypherParser.oC_SetItem_PlusEqual().Visit a parse tree produced byCypherParser.oC_SetItem_Property().Visit a parse tree produced byCypherParser.oC_SinglePartQuery().Visit a parse tree produced byCypherParser.oC_SingleQuery().Visit a parse tree produced byCypherParser.oC_Skip().Visit a parse tree produced byCypherParser.oC_SortItem().Visit a parse tree produced byCypherParser.oC_SortOrder().Visit a parse tree produced byCypherParser.oC_SortOrder_Ascending().Visit a parse tree produced byCypherParser.oC_SortOrder_Descending().Visit a parse tree produced byCypherParser.oC_StandaloneCall().Visit a parse tree produced byCypherParser.oC_StarOrYieldItems().Visit a parse tree produced byCypherParser.oC_Statement().visitOC_StringListNullPredicateExpression(CypherParser.OC_StringListNullPredicateExpressionContext ctx) Visit a parse tree produced byCypherParser.oC_StringListNullPredicateExpression().visitOC_StringListNullPredicateExpression_RHS(CypherParser.OC_StringListNullPredicateExpression_RHSContext ctx) Visit a parse tree produced byCypherParser.oC_StringListNullPredicateExpression_RHS().Visit a parse tree produced byCypherParser.oC_StringPredicateExpression().Visit a parse tree produced byCypherParser.oC_StringPredicateOperator().Visit a parse tree produced byCypherParser.oC_SymbolicName().Visit a parse tree produced byCypherParser.oC_UnaryAddOrSubtractExpression().visitOC_UnaryAddOrSubtractExpression_Operator(CypherParser.OC_UnaryAddOrSubtractExpression_OperatorContext ctx) Visit a parse tree produced byCypherParser.oC_UnaryAddOrSubtractExpression_Operator().Visit a parse tree produced byCypherParser.oC_Union().Visit a parse tree produced byCypherParser.oC_Unwind().Visit a parse tree produced byCypherParser.oC_UpdatingClause().Visit a parse tree produced byCypherParser.oC_Variable().Visit a parse tree produced byCypherParser.oC_VariableAndNodeLabels().Visit a parse tree produced byCypherParser.oC_Where().Visit a parse tree produced byCypherParser.oC_With().Visit a parse tree produced byCypherParser.oc_WithClause().Visit a parse tree produced byCypherParser.oC_XorExpression().Visit a parse tree produced byCypherParser.oC_YieldItem().Visit a parse tree produced byCypherParser.oC_YieldItems().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitOC_Cypher
Visit a parse tree produced byCypherParser.oC_Cypher().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Statement
Visit a parse tree produced byCypherParser.oC_Statement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Query
Visit a parse tree produced byCypherParser.oC_Query().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RegularQuery
Visit a parse tree produced byCypherParser.oC_RegularQuery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Union
Visit a parse tree produced byCypherParser.oC_Union().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SingleQuery
Visit a parse tree produced byCypherParser.oC_SingleQuery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SinglePartQuery
Visit a parse tree produced byCypherParser.oC_SinglePartQuery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_MultiPartQuery
Visit a parse tree produced byCypherParser.oC_MultiPartQuery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOc_WithClause
Visit a parse tree produced byCypherParser.oc_WithClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_UpdatingClause
Visit a parse tree produced byCypherParser.oC_UpdatingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ReadingClause
Visit a parse tree produced byCypherParser.oC_ReadingClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Match
Visit a parse tree produced byCypherParser.oC_Match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Unwind
Visit a parse tree produced byCypherParser.oC_Unwind().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Merge
Visit a parse tree produced byCypherParser.oC_Merge().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_MergeAction
Visit a parse tree produced byCypherParser.oC_MergeAction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_MatchOrCreate
Visit a parse tree produced byCypherParser.oC_MatchOrCreate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Create
Visit a parse tree produced byCypherParser.oC_Create().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Set
Visit a parse tree produced byCypherParser.oC_Set().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem
Visit a parse tree produced byCypherParser.oC_SetItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_Property
Visit a parse tree produced byCypherParser.oC_SetItem_Property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_Equal
Visit a parse tree produced byCypherParser.oC_SetItem_Equal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_PlusEqual
Visit a parse tree produced byCypherParser.oC_SetItem_PlusEqual().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SetItem_NodeLabels
Visit a parse tree produced byCypherParser.oC_SetItem_NodeLabels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Delete
Visit a parse tree produced byCypherParser.oC_Delete().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Remove
Visit a parse tree produced byCypherParser.oC_Remove().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RemoveItem
Visit a parse tree produced byCypherParser.oC_RemoveItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_VariableAndNodeLabels
Visit a parse tree produced byCypherParser.oC_VariableAndNodeLabels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_InQueryCall
Visit a parse tree produced byCypherParser.oC_InQueryCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_StandaloneCall
Visit a parse tree produced byCypherParser.oC_StandaloneCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureInvocation
Visit a parse tree produced byCypherParser.oC_ProcedureInvocation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_StarOrYieldItems
Visit a parse tree produced byCypherParser.oC_StarOrYieldItems().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_YieldItems
Visit a parse tree produced byCypherParser.oC_YieldItems().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_YieldItem
Visit a parse tree produced byCypherParser.oC_YieldItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_With
Visit a parse tree produced byCypherParser.oC_With().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Return
Visit a parse tree produced byCypherParser.oC_Return().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionBody
Visit a parse tree produced byCypherParser.oC_ProjectionBody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionItems
Visit a parse tree produced byCypherParser.oC_ProjectionItems().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProjectionItem
Visit a parse tree produced byCypherParser.oC_ProjectionItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Order
Visit a parse tree produced byCypherParser.oC_Order().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Skip
Visit a parse tree produced byCypherParser.oC_Skip().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Limit
Visit a parse tree produced byCypherParser.oC_Limit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SortItem
Visit a parse tree produced byCypherParser.oC_SortItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder
Visit a parse tree produced byCypherParser.oC_SortOrder().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder_Ascending
Visit a parse tree produced byCypherParser.oC_SortOrder_Ascending().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SortOrder_Descending
Visit a parse tree produced byCypherParser.oC_SortOrder_Descending().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Where
Visit a parse tree produced byCypherParser.oC_Where().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Pattern
Visit a parse tree produced byCypherParser.oC_Pattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternPart
Visit a parse tree produced byCypherParser.oC_PatternPart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_AnonymousPatternPart
Visit a parse tree produced byCypherParser.oC_AnonymousPatternPart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternElement
Visit a parse tree produced byCypherParser.oC_PatternElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipsPattern
Visit a parse tree produced byCypherParser.oC_RelationshipsPattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NodePattern
Visit a parse tree produced byCypherParser.oC_NodePattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternElementChain
Visit a parse tree produced byCypherParser.oC_PatternElementChain().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipPattern
Visit a parse tree produced byCypherParser.oC_RelationshipPattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipDetail
Visit a parse tree produced byCypherParser.oC_RelationshipDetail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Properties
Visit a parse tree produced byCypherParser.oC_Properties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RelationshipTypes
Visit a parse tree produced byCypherParser.oC_RelationshipTypes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NodeLabels
Visit a parse tree produced byCypherParser.oC_NodeLabels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NodeLabel
Visit a parse tree produced byCypherParser.oC_NodeLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RangeLiteral
Visit a parse tree produced byCypherParser.oC_RangeLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RangeLiteralUpperBound
Visit a parse tree produced byCypherParser.oC_RangeLiteralUpperBound().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_LabelName
Visit a parse tree produced byCypherParser.oC_LabelName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RelTypeName
Visit a parse tree produced byCypherParser.oC_RelTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyExpression
Visit a parse tree produced byCypherParser.oC_PropertyExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Expression
Visit a parse tree produced byCypherParser.oC_Expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_OrExpression
Visit a parse tree produced byCypherParser.oC_OrExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_XorExpression
Visit a parse tree produced byCypherParser.oC_XorExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_AndExpression
Visit a parse tree produced byCypherParser.oC_AndExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NotExpression
Visit a parse tree produced byCypherParser.oC_NotExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ComparisonExpression
Visit a parse tree produced byCypherParser.oC_ComparisonExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PartialComparisonExpression
Visit a parse tree produced byCypherParser.oC_PartialComparisonExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ComparisonOperator
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
Visit a parse tree produced byCypherParser.oC_StringPredicateExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_StringPredicateOperator
Visit a parse tree produced byCypherParser.oC_StringPredicateOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListPredicateExpression
Visit a parse tree produced byCypherParser.oC_ListPredicateExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NullPredicateExpression
Visit a parse tree produced byCypherParser.oC_NullPredicateExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_AddOrSubtractExpression
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
Visit a parse tree produced byCypherParser.oC_AddOrSubtractExpression_RHS().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_MultiplyDivideModuloExpression
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
Visit a parse tree produced byCypherParser.oC_PowerOfExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_UnaryAddOrSubtractExpression
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
Visit a parse tree produced byCypherParser.oC_ListOperatorExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionSingle
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionSingle().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRange
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRange().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRangeLHS
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeLHS().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListOperatorExpressionRangeRHS
Visit a parse tree produced byCypherParser.oC_ListOperatorExpressionRangeRHS().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyLookup
Visit a parse tree produced byCypherParser.oC_PropertyLookup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Atom
Visit a parse tree produced byCypherParser.oC_Atom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_CaseExpression
Visit a parse tree produced byCypherParser.oC_CaseExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOc_CaseElse
Visit a parse tree produced byCypherParser.oc_CaseElse().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_CaseAlternative
Visit a parse tree produced byCypherParser.oC_CaseAlternative().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListComprehension
Visit a parse tree produced byCypherParser.oC_ListComprehension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternComprehension
Visit a parse tree produced byCypherParser.oC_PatternComprehension().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Quantifier
Visit a parse tree produced byCypherParser.oC_Quantifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_QuantifierOperator
Visit a parse tree produced byCypherParser.oC_QuantifierOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_FilterExpression
Visit a parse tree produced byCypherParser.oC_FilterExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternPredicate
Visit a parse tree produced byCypherParser.oC_PatternPredicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ParenthesizedExpression
Visit a parse tree produced byCypherParser.oC_ParenthesizedExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_IdInColl
Visit a parse tree produced byCypherParser.oC_IdInColl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_FunctionInvocation
Visit a parse tree produced byCypherParser.oC_FunctionInvocation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_FunctionName
Visit a parse tree produced byCypherParser.oC_FunctionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ExistentialSubquery
Visit a parse tree produced byCypherParser.oC_ExistentialSubquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PatternWhere
Visit a parse tree produced byCypherParser.oC_PatternWhere().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ExplicitProcedureInvocation
Visit a parse tree produced byCypherParser.oC_ExplicitProcedureInvocation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ImplicitProcedureInvocation
Visit a parse tree produced byCypherParser.oC_ImplicitProcedureInvocation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureResultField
Visit a parse tree produced byCypherParser.oC_ProcedureResultField().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ProcedureName
Visit a parse tree produced byCypherParser.oC_ProcedureName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Namespace
Visit a parse tree produced byCypherParser.oC_Namespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Variable
Visit a parse tree produced byCypherParser.oC_Variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Literal
Visit a parse tree produced byCypherParser.oC_Literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_BooleanLiteral
Visit a parse tree produced byCypherParser.oC_BooleanLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_NumberLiteral
Visit a parse tree produced byCypherParser.oC_NumberLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_IntegerLiteral
Visit a parse tree produced byCypherParser.oC_IntegerLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_DoubleLiteral
Visit a parse tree produced byCypherParser.oC_DoubleLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ListLiteral
Visit a parse tree produced byCypherParser.oC_ListLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_MapLiteral
Visit a parse tree produced byCypherParser.oC_MapLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOc_KeyValuePair
Visit a parse tree produced byCypherParser.oc_KeyValuePair().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_PropertyKeyName
Visit a parse tree produced byCypherParser.oC_PropertyKeyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Parameter
Visit a parse tree produced byCypherParser.oC_Parameter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SchemaName
Visit a parse tree produced byCypherParser.oC_SchemaName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_ReservedWord
Visit a parse tree produced byCypherParser.oC_ReservedWord().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_SymbolicName
Visit a parse tree produced byCypherParser.oC_SymbolicName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_LeftArrowHead
Visit a parse tree produced byCypherParser.oC_LeftArrowHead().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_RightArrowHead
Visit a parse tree produced byCypherParser.oC_RightArrowHead().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOC_Dash
Visit a parse tree produced byCypherParser.oC_Dash().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-