Class DefaultGremlinBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
,GremlinVisitor<T>
- Direct Known Subclasses:
GenericLiteralVisitor
,GraphTraversalSourceVisitor
,GremlinAntlrToJava
,GremlinStringConstantsVisitor
,NestedTraversalSourceListVisitor
,TraversalFunctionVisitor
,TraversalPredicateVisitor
,TraversalRootVisitor
,TraversalSourceSelfMethodVisitor
,TraversalSourceSpawnMethodVisitor
,TraversalSourceTxVisitor
,TraversalStrategyVisitor
,TraversalTerminalMethodVisitor
public class DefaultGremlinBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GremlinVisitor<T>
This class provides implementation ofGremlinVisitor
, where each method will throwUnsupportedOperationException
. All the visitor class will extends this class, so that if there is method that are not manually implemented, and called, an exception will be thrown to help us catch bugs.
-
-
Constructor Summary
Constructors Constructor Description DefaultGremlinBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
notImplemented
protected void notImplemented(org.antlr.v4.runtime.tree.ParseTree ctx)
-
visitQueryList
public T visitQueryList(GremlinParser.QueryListContext ctx)
Visit a parse tree produced byGremlinParser.queryList()
.- Specified by:
visitQueryList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
public T visitQuery(GremlinParser.QueryContext ctx)
Visit a parse tree produced byGremlinParser.query()
.- Specified by:
visitQuery
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEmptyQuery
public T visitEmptyQuery(GremlinParser.EmptyQueryContext ctx)
Visit a parse tree produced byGremlinParser.emptyQuery()
.- Specified by:
visitEmptyQuery
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSource
public T visitTraversalSource(GremlinParser.TraversalSourceContext ctx)
Visit a parse tree produced byGremlinParser.traversalSource()
.- Specified by:
visitTraversalSource
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTransactionPart
public T visitTransactionPart(GremlinParser.TransactionPartContext ctx)
Visit a parse tree produced byGremlinParser.transactionPart()
.- Specified by:
visitTransactionPart
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRootTraversal
public T visitRootTraversal(GremlinParser.RootTraversalContext ctx)
Visit a parse tree produced byGremlinParser.rootTraversal()
.- Specified by:
visitRootTraversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod
public T visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod()
.- Specified by:
visitTraversalSourceSelfMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withBulk
public T visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk()
.- Specified by:
visitTraversalSourceSelfMethod_withBulk
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withPath
public T visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath()
.- Specified by:
visitTraversalSourceSelfMethod_withPath
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSack
public T visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack()
.- Specified by:
visitTraversalSourceSelfMethod_withSack
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSideEffect
public T visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect()
.- Specified by:
visitTraversalSourceSelfMethod_withSideEffect
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withStrategies
public T visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies()
.- Specified by:
visitTraversalSourceSelfMethod_withStrategies
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_with
public T visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with()
.- Specified by:
visitTraversalSourceSelfMethod_with
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod
public T visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod()
.- Specified by:
visitTraversalSourceSpawnMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addE
public T visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE()
.- Specified by:
visitTraversalSourceSpawnMethod_addE
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV
public T visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV()
.- Specified by:
visitTraversalSourceSpawnMethod_addV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_E
public T visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E()
.- Specified by:
visitTraversalSourceSpawnMethod_E
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_V
public T visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V()
.- Specified by:
visitTraversalSourceSpawnMethod_V
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_inject
public T visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject()
.- Specified by:
visitTraversalSourceSpawnMethod_inject
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_io
public T visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io()
.- Specified by:
visitTraversalSourceSpawnMethod_io
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChainedTraversal
public T visitChainedTraversal(GremlinParser.ChainedTraversalContext ctx)
Visit a parse tree produced byGremlinParser.chainedTraversal()
.- Specified by:
visitChainedTraversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChainedParentOfGraphTraversal
public T visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx)
Visit a parse tree produced byGremlinParser.chainedParentOfGraphTraversal()
.- Specified by:
visitChainedParentOfGraphTraversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNestedTraversal
public T visitNestedTraversal(GremlinParser.NestedTraversalContext ctx)
Visit a parse tree produced byGremlinParser.nestedTraversal()
.- Specified by:
visitNestedTraversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTerminatedTraversal
public T visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx)
Visit a parse tree produced byGremlinParser.terminatedTraversal()
.- Specified by:
visitTerminatedTraversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod
public T visitTraversalMethod(GremlinParser.TraversalMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod()
.- Specified by:
visitTraversalMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_V
public T visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_V()
.- Specified by:
visitTraversalMethod_V
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_String
public T visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_addE_String
labeled alternative inGremlinParser.traversalMethod_addE()
.- Specified by:
visitTraversalMethod_addE_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_Traversal
public T visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_addE_Traversal
labeled alternative inGremlinParser.traversalMethod_addE()
.- Specified by:
visitTraversalMethod_addE_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Empty
public T visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_addV_Empty
labeled alternative inGremlinParser.traversalMethod_addV()
.- Specified by:
visitTraversalMethod_addV_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_String
public T visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_addV_String
labeled alternative inGremlinParser.traversalMethod_addV()
.- Specified by:
visitTraversalMethod_addV_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Traversal
public T visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_addV_Traversal
labeled alternative inGremlinParser.traversalMethod_addV()
.- Specified by:
visitTraversalMethod_addV_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_aggregate_String
public T visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_aggregate_String
labeled alternative inGremlinParser.traversalMethod_aggregate()
.- Specified by:
visitTraversalMethod_aggregate_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_aggregate_Scope_String
public T visitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_aggregate_Scope_String
labeled alternative inGremlinParser.traversalMethod_aggregate()
.- Specified by:
visitTraversalMethod_aggregate_Scope_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_and
public T visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_and()
.- Specified by:
visitTraversalMethod_and
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_as
public T visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_as()
.- Specified by:
visitTraversalMethod_as
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Consumer
public T visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx)
Visit a parse tree produced by thetraversalMethod_barrier_Consumer
labeled alternative inGremlinParser.traversalMethod_barrier()
.- Specified by:
visitTraversalMethod_barrier_Consumer
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Empty
public T visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_barrier_Empty
labeled alternative inGremlinParser.traversalMethod_barrier()
.- Specified by:
visitTraversalMethod_barrier_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_int
public T visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx)
Visit a parse tree produced by thetraversalMethod_barrier_int
labeled alternative inGremlinParser.traversalMethod_barrier()
.- Specified by:
visitTraversalMethod_barrier_int
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_both
public T visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_both()
.- Specified by:
visitTraversalMethod_both
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothE
public T visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_bothE()
.- Specified by:
visitTraversalMethod_bothE
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothV
public T visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_bothV()
.- Specified by:
visitTraversalMethod_bothV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_branch
public T visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_branch()
.- Specified by:
visitTraversalMethod_branch
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Comparator
public T visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Comparator
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Comparator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Empty
public T visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Empty
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function
public T visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Function
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Function
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function_Comparator
public T visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Function_Comparator
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Function_Comparator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Order
public T visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Order
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Order
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String
public T visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_by_String
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String_Comparator
public T visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx)
Visit a parse tree produced by thetraversalMethod_by_String_Comparator
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_String_Comparator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_T
public T visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx)
Visit a parse tree produced by thetraversalMethod_by_T
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_T
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal
public T visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Traversal
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal_Comparator
public T visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx)
Visit a parse tree produced by thetraversalMethod_by_Traversal_Comparator
labeled alternative inGremlinParser.traversalMethod_by()
.- Specified by:
visitTraversalMethod_by_Traversal_Comparator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cap
public T visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_cap()
.- Specified by:
visitTraversalMethod_cap
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Function
public T visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Function
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Function
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal
public T visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Predicate_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal_Traversal
public T visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversal
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Predicate_Traversal_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal
public T visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Traversal
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal
public T visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Traversal_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal_Traversal
public T visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversal
labeled alternative inGremlinParser.traversalMethod_choose()
.- Specified by:
visitTraversalMethod_choose_Traversal_Traversal_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coalesce
public T visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_coalesce()
.- Specified by:
visitTraversalMethod_coalesce
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coin
public T visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_coin()
.- Specified by:
visitTraversalMethod_coin
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_connectedComponent
public T visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
Description copied from interface:GremlinVisitor
Visit a parse tree produced byGremlinParser.traversalMethod_connectedComponent()
.- Specified by:
visitTraversalMethod_connectedComponent
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_constant
public T visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_constant()
.- Specified by:
visitTraversalMethod_constant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Empty
public T visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_count_Empty
labeled alternative inGremlinParser.traversalMethod_count()
.- Specified by:
visitTraversalMethod_count_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Scope
public T visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_count_Scope
labeled alternative inGremlinParser.traversalMethod_count()
.- Specified by:
visitTraversalMethod_count_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cyclicPath
public T visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_cyclicPath()
.- Specified by:
visitTraversalMethod_cyclicPath
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_Scope_String
public T visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_dedup_Scope_String
labeled alternative inGremlinParser.traversalMethod_dedup()
.- Specified by:
visitTraversalMethod_dedup_Scope_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_String
public T visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_dedup_String
labeled alternative inGremlinParser.traversalMethod_dedup()
.- Specified by:
visitTraversalMethod_dedup_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_drop
public T visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_drop()
.- Specified by:
visitTraversalMethod_drop
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_elementMap
public T visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_elementMap()
.- Specified by:
visitTraversalMethod_elementMap
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Empty
public T visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_emit_Empty
labeled alternative inGremlinParser.traversalMethod_emit()
.- Specified by:
visitTraversalMethod_emit_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Predicate
public T visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx)
Visit a parse tree produced by thetraversalMethod_emit_Predicate
labeled alternative inGremlinParser.traversalMethod_emit()
.- Specified by:
visitTraversalMethod_emit_Predicate
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Traversal
public T visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_emit_Traversal
labeled alternative inGremlinParser.traversalMethod_emit()
.- Specified by:
visitTraversalMethod_emit_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Predicate
public T visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx)
Visit a parse tree produced by thetraversalMethod_filter_Predicate
labeled alternative inGremlinParser.traversalMethod_filter()
.- Specified by:
visitTraversalMethod_filter_Predicate
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Traversal
public T visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_filter_Traversal
labeled alternative inGremlinParser.traversalMethod_filter()
.- Specified by:
visitTraversalMethod_filter_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_flatMap
public T visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_flatMap()
.- Specified by:
visitTraversalMethod_flatMap
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Empty
public T visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_fold_Empty
labeled alternative inGremlinParser.traversalMethod_fold()
.- Specified by:
visitTraversalMethod_fold_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Object_BiFunction
public T visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
Visit a parse tree produced by thetraversalMethod_fold_Object_BiFunction
labeled alternative inGremlinParser.traversalMethod_fold()
.- Specified by:
visitTraversalMethod_fold_Object_BiFunction
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_String
public T visitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_from_String
labeled alternative inGremlinParser.traversalMethod_from()
.- Specified by:
visitTraversalMethod_from_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_Traversal
public T visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_from_Traversal
labeled alternative inGremlinParser.traversalMethod_from()
.- Specified by:
visitTraversalMethod_from_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_Empty
public T visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_group_Empty
labeled alternative inGremlinParser.traversalMethod_group()
.- Specified by:
visitTraversalMethod_group_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_String
public T visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_group_String
labeled alternative inGremlinParser.traversalMethod_group()
.- Specified by:
visitTraversalMethod_group_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_Empty
public T visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_groupCount_Empty
labeled alternative inGremlinParser.traversalMethod_groupCount()
.- Specified by:
visitTraversalMethod_groupCount_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_String
public T visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_groupCount_String
labeled alternative inGremlinParser.traversalMethod_groupCount()
.- Specified by:
visitTraversalMethod_groupCount_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String
public T visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Object
public T visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String_Object
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_P
public T visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String_P
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_Object
public T visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String_String_Object
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String_String_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_P
public T visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String_String_P
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String_String_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Traversal
public T visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_has_String_Traversal
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_String_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Object
public T visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_has_T_Object
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_T_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_P
public T visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
Visit a parse tree produced by thetraversalMethod_has_T_P
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_T_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Traversal
public T visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_has_T_Traversal
labeled alternative inGremlinParser.traversalMethod_has()
.- Specified by:
visitTraversalMethod_has_T_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_Object_Object
public T visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_hasId_Object_Object
labeled alternative inGremlinParser.traversalMethod_hasId()
.- Specified by:
visitTraversalMethod_hasId_Object_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_P
public T visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx)
Visit a parse tree produced by thetraversalMethod_hasId_P
labeled alternative inGremlinParser.traversalMethod_hasId()
.- Specified by:
visitTraversalMethod_hasId_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_P
public T visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
Visit a parse tree produced by thetraversalMethod_hasKey_P
labeled alternative inGremlinParser.traversalMethod_hasKey()
.- Specified by:
visitTraversalMethod_hasKey_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_String_String
public T visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_hasKey_String_String
labeled alternative inGremlinParser.traversalMethod_hasKey()
.- Specified by:
visitTraversalMethod_hasKey_String_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_P
public T visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
Visit a parse tree produced by thetraversalMethod_hasLabel_P
labeled alternative inGremlinParser.traversalMethod_hasLabel()
.- Specified by:
visitTraversalMethod_hasLabel_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_String_String
public T visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_hasLabel_String_String
labeled alternative inGremlinParser.traversalMethod_hasLabel()
.- Specified by:
visitTraversalMethod_hasLabel_String_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasNot
public T visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_hasNot()
.- Specified by:
visitTraversalMethod_hasNot
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_Object_Object
public T visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_hasValue_Object_Object
labeled alternative inGremlinParser.traversalMethod_hasValue()
.- Specified by:
visitTraversalMethod_hasValue_Object_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_P
public T visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
Visit a parse tree produced by thetraversalMethod_hasValue_P
labeled alternative inGremlinParser.traversalMethod_hasValue()
.- Specified by:
visitTraversalMethod_hasValue_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_id
public T visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_id()
.- Specified by:
visitTraversalMethod_id
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_identity
public T visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_identity()
.- Specified by:
visitTraversalMethod_identity
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_in
public T visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_in()
.- Specified by:
visitTraversalMethod_in
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inE
public T visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_inE()
.- Specified by:
visitTraversalMethod_inE
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inV
public T visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_inV()
.- Specified by:
visitTraversalMethod_inV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_index
public T visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_index()
.- Specified by:
visitTraversalMethod_index
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inject
public T visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_inject()
.- Specified by:
visitTraversalMethod_inject
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_Object
public T visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_is_Object
labeled alternative inGremlinParser.traversalMethod_is()
.- Specified by:
visitTraversalMethod_is_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_P
public T visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx)
Visit a parse tree produced by thetraversalMethod_is_P
labeled alternative inGremlinParser.traversalMethod_is()
.- Specified by:
visitTraversalMethod_is_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_key
public T visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_key()
.- Specified by:
visitTraversalMethod_key
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_label
public T visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_label()
.- Specified by:
visitTraversalMethod_label
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_Scope_long
public T visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
Visit a parse tree produced by thetraversalMethod_limit_Scope_long
labeled alternative inGremlinParser.traversalMethod_limit()
.- Specified by:
visitTraversalMethod_limit_Scope_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_long
public T visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
Visit a parse tree produced by thetraversalMethod_limit_long
labeled alternative inGremlinParser.traversalMethod_limit()
.- Specified by:
visitTraversalMethod_limit_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_local
public T visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_local()
.- Specified by:
visitTraversalMethod_local
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_Empty
public T visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_loops_Empty
labeled alternative inGremlinParser.traversalMethod_loops()
.- Specified by:
visitTraversalMethod_loops_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_String
public T visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_loops_String
labeled alternative inGremlinParser.traversalMethod_loops()
.- Specified by:
visitTraversalMethod_loops_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_map
public T visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_map()
.- Specified by:
visitTraversalMethod_map
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match
public T visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_match()
.- Specified by:
visitTraversalMethod_match
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_math
public T visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_math()
.- Specified by:
visitTraversalMethod_math
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Empty
public T visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_max_Empty
labeled alternative inGremlinParser.traversalMethod_max()
.- Specified by:
visitTraversalMethod_max_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Scope
public T visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_max_Scope
labeled alternative inGremlinParser.traversalMethod_max()
.- Specified by:
visitTraversalMethod_max_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Empty
public T visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_mean_Empty
labeled alternative inGremlinParser.traversalMethod_mean()
.- Specified by:
visitTraversalMethod_mean_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Scope
public T visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_mean_Scope
labeled alternative inGremlinParser.traversalMethod_mean()
.- Specified by:
visitTraversalMethod_mean_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Empty
public T visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_min_Empty
labeled alternative inGremlinParser.traversalMethod_min()
.- Specified by:
visitTraversalMethod_min_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Scope
public T visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_min_Scope
labeled alternative inGremlinParser.traversalMethod_min()
.- Specified by:
visitTraversalMethod_min_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_not
public T visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_not()
.- Specified by:
visitTraversalMethod_not
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Object_Traversal
public T visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_option_Object_Traversal
labeled alternative inGremlinParser.traversalMethod_option()
.- Specified by:
visitTraversalMethod_option_Object_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Traversal
public T visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_option_Traversal
labeled alternative inGremlinParser.traversalMethod_option()
.- Specified by:
visitTraversalMethod_option_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_optional
public T visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_optional()
.- Specified by:
visitTraversalMethod_optional
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_or
public T visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_or()
.- Specified by:
visitTraversalMethod_or
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Empty
public T visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_order_Empty
labeled alternative inGremlinParser.traversalMethod_order()
.- Specified by:
visitTraversalMethod_order_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Scope
public T visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_order_Scope
labeled alternative inGremlinParser.traversalMethod_order()
.- Specified by:
visitTraversalMethod_order_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_otherV
public T visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_otherV()
.- Specified by:
visitTraversalMethod_otherV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_out
public T visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_out()
.- Specified by:
visitTraversalMethod_out
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outE
public T visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_outE()
.- Specified by:
visitTraversalMethod_outE
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outV
public T visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_outV()
.- Specified by:
visitTraversalMethod_outV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_Empty
public T visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_pageRank_Empty
labeled alternative inGremlinParser.traversalMethod_pageRank()
.- Specified by:
visitTraversalMethod_pageRank_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_double
public T visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx)
Visit a parse tree produced by thetraversalMethod_pageRank_double
labeled alternative inGremlinParser.traversalMethod_pageRank()
.- Specified by:
visitTraversalMethod_pageRank_double
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_path
public T visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_path()
.- Specified by:
visitTraversalMethod_path
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_peerPressure
public T visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_peerPressure()
.- Specified by:
visitTraversalMethod_peerPressure
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_Empty
public T visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_profile_Empty
labeled alternative inGremlinParser.traversalMethod_profile()
.- Specified by:
visitTraversalMethod_profile_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_String
public T visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_profile_String
labeled alternative inGremlinParser.traversalMethod_profile()
.- Specified by:
visitTraversalMethod_profile_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_project
public T visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_project()
.- Specified by:
visitTraversalMethod_project
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_properties
public T visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_properties()
.- Specified by:
visitTraversalMethod_properties
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object_Object_Object
public T visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Object
labeled alternative inGremlinParser.traversalMethod_property()
.- Specified by:
visitTraversalMethod_property_Cardinality_Object_Object_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object_Object_Object
public T visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_property_Object_Object_Object
labeled alternative inGremlinParser.traversalMethod_property()
.- Specified by:
visitTraversalMethod_property_Object_Object_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_propertyMap
public T visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_propertyMap()
.- Specified by:
visitTraversalMethod_propertyMap
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_Scope_long_long
public T visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
Visit a parse tree produced by thetraversalMethod_range_Scope_long_long
labeled alternative inGremlinParser.traversalMethod_range()
.- Specified by:
visitTraversalMethod_range_Scope_long_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_long_long
public T visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
Visit a parse tree produced by thetraversalMethod_range_long_long
labeled alternative inGremlinParser.traversalMethod_range()
.- Specified by:
visitTraversalMethod_range_long_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_read
public T visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_read()
.- Specified by:
visitTraversalMethod_read
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_String_Traversal
public T visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_repeat_String_Traversal
labeled alternative inGremlinParser.traversalMethod_repeat()
.- Specified by:
visitTraversalMethod_repeat_String_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_Traversal
public T visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_repeat_Traversal
labeled alternative inGremlinParser.traversalMethod_repeat()
.- Specified by:
visitTraversalMethod_repeat_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_BiFunction
public T visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx)
Visit a parse tree produced by thetraversalMethod_sack_BiFunction
labeled alternative inGremlinParser.traversalMethod_sack()
.- Specified by:
visitTraversalMethod_sack_BiFunction
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_Empty
public T visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_sack_Empty
labeled alternative inGremlinParser.traversalMethod_sack()
.- Specified by:
visitTraversalMethod_sack_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_Scope_int
public T visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx)
Visit a parse tree produced by thetraversalMethod_sample_Scope_int
labeled alternative inGremlinParser.traversalMethod_sample()
.- Specified by:
visitTraversalMethod_sample_Scope_int
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_int
public T visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx)
Visit a parse tree produced by thetraversalMethod_sample_int
labeled alternative inGremlinParser.traversalMethod_sample()
.- Specified by:
visitTraversalMethod_sample_int
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Column
public T visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
Visit a parse tree produced by thetraversalMethod_select_Column
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_Column
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String
public T visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_select_Pop_String
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_Pop_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String_String_String
public T visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_select_Pop_String_String_String
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_Pop_String_String_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_Traversal
public T visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
Description copied from interface:GremlinVisitor
Visit a parse tree produced by thetraversalMethod_select_Pop_Traversal
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_Pop_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String
public T visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_select_String
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String_String_String
public T visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_select_String_String_String
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_String_String_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Traversal
public T visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_select_Traversal
labeled alternative inGremlinParser.traversalMethod_select()
.- Specified by:
visitTraversalMethod_select_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_shortestPath
public T visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_shortestPath()
.- Specified by:
visitTraversalMethod_shortestPath
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sideEffect
public T visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_sideEffect()
.- Specified by:
visitTraversalMethod_sideEffect
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_simplePath
public T visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_simplePath()
.- Specified by:
visitTraversalMethod_simplePath
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_Scope_long
public T visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
Visit a parse tree produced by thetraversalMethod_skip_Scope_long
labeled alternative inGremlinParser.traversalMethod_skip()
.- Specified by:
visitTraversalMethod_skip_Scope_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_long
public T visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
Visit a parse tree produced by thetraversalMethod_skip_long
labeled alternative inGremlinParser.traversalMethod_skip()
.- Specified by:
visitTraversalMethod_skip_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_store
public T visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_store()
.- Specified by:
visitTraversalMethod_store
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_subgraph
public T visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_subgraph()
.- Specified by:
visitTraversalMethod_subgraph
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Empty
public T visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_sum_Empty
labeled alternative inGremlinParser.traversalMethod_sum()
.- Specified by:
visitTraversalMethod_sum_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Scope
public T visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_sum_Scope
labeled alternative inGremlinParser.traversalMethod_sum()
.- Specified by:
visitTraversalMethod_sum_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Empty
public T visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_tail_Empty
labeled alternative inGremlinParser.traversalMethod_tail()
.- Specified by:
visitTraversalMethod_tail_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope
public T visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
Visit a parse tree produced by thetraversalMethod_tail_Scope
labeled alternative inGremlinParser.traversalMethod_tail()
.- Specified by:
visitTraversalMethod_tail_Scope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope_long
public T visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
Visit a parse tree produced by thetraversalMethod_tail_Scope_long
labeled alternative inGremlinParser.traversalMethod_tail()
.- Specified by:
visitTraversalMethod_tail_Scope_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_long
public T visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
Visit a parse tree produced by thetraversalMethod_tail_long
labeled alternative inGremlinParser.traversalMethod_tail()
.- Specified by:
visitTraversalMethod_tail_long
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_timeLimit
public T visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_timeLimit()
.- Specified by:
visitTraversalMethod_timeLimit
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_times
public T visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_times()
.- Specified by:
visitTraversalMethod_times
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Direction_String
public T visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_to_Direction_String
labeled alternative inGremlinParser.traversalMethod_to()
.- Specified by:
visitTraversalMethod_to_Direction_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_String
public T visitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_to_String
labeled alternative inGremlinParser.traversalMethod_to()
.- Specified by:
visitTraversalMethod_to_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Traversal
public T visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_to_Traversal
labeled alternative inGremlinParser.traversalMethod_to()
.- Specified by:
visitTraversalMethod_to_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toE
public T visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_toE()
.- Specified by:
visitTraversalMethod_toE
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toV
public T visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_toV()
.- Specified by:
visitTraversalMethod_toV
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_Empty
public T visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_tree_Empty
labeled alternative inGremlinParser.traversalMethod_tree()
.- Specified by:
visitTraversalMethod_tree_Empty
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_String
public T visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_tree_String
labeled alternative inGremlinParser.traversalMethod_tree()
.- Specified by:
visitTraversalMethod_tree_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_unfold
public T visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_unfold()
.- Specified by:
visitTraversalMethod_unfold
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_union
public T visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_union()
.- Specified by:
visitTraversalMethod_union
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Predicate
public T visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx)
Visit a parse tree produced by thetraversalMethod_until_Predicate
labeled alternative inGremlinParser.traversalMethod_until()
.- Specified by:
visitTraversalMethod_until_Predicate
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Traversal
public T visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_until_Traversal
labeled alternative inGremlinParser.traversalMethod_until()
.- Specified by:
visitTraversalMethod_until_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_value
public T visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_value()
.- Specified by:
visitTraversalMethod_value
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_String
public T visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_valueMap_String
labeled alternative inGremlinParser.traversalMethod_valueMap()
.- Specified by:
visitTraversalMethod_valueMap_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_boolean_String
public T visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_valueMap_boolean_String
labeled alternative inGremlinParser.traversalMethod_valueMap()
.- Specified by:
visitTraversalMethod_valueMap_boolean_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_values
public T visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_values()
.- Specified by:
visitTraversalMethod_values
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_P
public T visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx)
Visit a parse tree produced by thetraversalMethod_where_P
labeled alternative inGremlinParser.traversalMethod_where()
.- Specified by:
visitTraversalMethod_where_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_String_P
public T visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx)
Visit a parse tree produced by thetraversalMethod_where_String_P
labeled alternative inGremlinParser.traversalMethod_where()
.- Specified by:
visitTraversalMethod_where_String_P
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_Traversal
public T visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_where_Traversal
labeled alternative inGremlinParser.traversalMethod_where()
.- Specified by:
visitTraversalMethod_where_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String
public T visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_with_String
labeled alternative inGremlinParser.traversalMethod_with()
.- Specified by:
visitTraversalMethod_with_String
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String_Object
public T visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_with_String_Object
labeled alternative inGremlinParser.traversalMethod_with()
.- Specified by:
visitTraversalMethod_with_String_Object
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_write
public T visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_write()
.- Specified by:
visitTraversalMethod_write
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalScope
public T visitTraversalScope(GremlinParser.TraversalScopeContext ctx)
Visit a parse tree produced byGremlinParser.traversalScope()
.- Specified by:
visitTraversalScope
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalToken
public T visitTraversalToken(GremlinParser.TraversalTokenContext ctx)
Visit a parse tree produced byGremlinParser.traversalToken()
.- Specified by:
visitTraversalToken
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalOrder
public T visitTraversalOrder(GremlinParser.TraversalOrderContext ctx)
Visit a parse tree produced byGremlinParser.traversalOrder()
.- Specified by:
visitTraversalOrder
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalDirection
public T visitTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
Visit a parse tree produced byGremlinParser.traversalDirection()
.- Specified by:
visitTraversalDirection
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalCardinality
public T visitTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx)
Visit a parse tree produced byGremlinParser.traversalCardinality()
.- Specified by:
visitTraversalCardinality
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalColumn
public T visitTraversalColumn(GremlinParser.TraversalColumnContext ctx)
Visit a parse tree produced byGremlinParser.traversalColumn()
.- Specified by:
visitTraversalColumn
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPop
public T visitTraversalPop(GremlinParser.TraversalPopContext ctx)
Visit a parse tree produced byGremlinParser.traversalPop()
.- Specified by:
visitTraversalPop
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalOperator
public T visitTraversalOperator(GremlinParser.TraversalOperatorContext ctx)
Visit a parse tree produced byGremlinParser.traversalOperator()
.- Specified by:
visitTraversalOperator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalOptionParent
public T visitTraversalOptionParent(GremlinParser.TraversalOptionParentContext ctx)
Visit a parse tree produced byGremlinParser.traversalOptionParent()
.- Specified by:
visitTraversalOptionParent
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate
public T visitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate()
.- Specified by:
visitTraversalPredicate
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod
public T visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod()
.- Specified by:
visitTraversalTerminalMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSackMethod
public T visitTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalSackMethod()
.- Specified by:
visitTraversalSackMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSelfMethod
public T visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx)
Visit a parse tree produced byGremlinParser.traversalSelfMethod()
.- Specified by:
visitTraversalSelfMethod
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalComparator
public T visitTraversalComparator(GremlinParser.TraversalComparatorContext ctx)
Visit a parse tree produced byGremlinParser.traversalComparator()
.- Specified by:
visitTraversalComparator
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalFunction
public T visitTraversalFunction(GremlinParser.TraversalFunctionContext ctx)
Visit a parse tree produced byGremlinParser.traversalFunction()
.- Specified by:
visitTraversalFunction
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalBiFunction
public T visitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx)
Visit a parse tree produced byGremlinParser.traversalBiFunction()
.- Specified by:
visitTraversalBiFunction
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_eq
public T visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_eq()
.- Specified by:
visitTraversalPredicate_eq
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_neq
public T visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_neq()
.- Specified by:
visitTraversalPredicate_neq
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_lt
public T visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_lt()
.- Specified by:
visitTraversalPredicate_lt
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_lte
public T visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_lte()
.- Specified by:
visitTraversalPredicate_lte
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gt
public T visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_gt()
.- Specified by:
visitTraversalPredicate_gt
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gte
public T visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_gte()
.- Specified by:
visitTraversalPredicate_gte
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_inside
public T visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_inside()
.- Specified by:
visitTraversalPredicate_inside
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_outside
public T visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_outside()
.- Specified by:
visitTraversalPredicate_outside
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_between
public T visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_between()
.- Specified by:
visitTraversalPredicate_between
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_within
public T visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_within()
.- Specified by:
visitTraversalPredicate_within
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_without
public T visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_without()
.- Specified by:
visitTraversalPredicate_without
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_not
public T visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_not()
.- Specified by:
visitTraversalPredicate_not
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_containing
public T visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_containing()
.- Specified by:
visitTraversalPredicate_containing
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notContaining
public T visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_notContaining()
.- Specified by:
visitTraversalPredicate_notContaining
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_startingWith
public T visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_startingWith()
.- Specified by:
visitTraversalPredicate_startingWith
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notStartingWith
public T visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith()
.- Specified by:
visitTraversalPredicate_notStartingWith
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_endingWith
public T visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_endingWith()
.- Specified by:
visitTraversalPredicate_endingWith
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notEndingWith
public T visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith()
.- Specified by:
visitTraversalPredicate_notEndingWith
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_iterate
public T visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate()
.- Specified by:
visitTraversalTerminalMethod_iterate
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_explain
public T visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_explain()
.- Specified by:
visitTraversalTerminalMethod_explain
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_hasNext
public T visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext()
.- Specified by:
visitTraversalTerminalMethod_hasNext
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_tryNext
public T visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext()
.- Specified by:
visitTraversalTerminalMethod_tryNext
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_next
public T visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_next()
.- Specified by:
visitTraversalTerminalMethod_next
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toList
public T visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toList()
.- Specified by:
visitTraversalTerminalMethod_toList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toSet
public T visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet()
.- Specified by:
visitTraversalTerminalMethod_toSet
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toBulkSet
public T visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx)
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet()
.- Specified by:
visitTraversalTerminalMethod_toBulkSet
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalSelfMethod_none
public T visitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext ctx)
Visit a parse tree produced byGremlinParser.traversalSelfMethod_none()
.- Specified by:
visitTraversalSelfMethod_none
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategy
public T visitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategy()
.- Specified by:
visitTraversalStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyList
public T visitTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyList()
.- Specified by:
visitTraversalStrategyList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyExpr
public T visitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyExpr()
.- Specified by:
visitTraversalStrategyExpr
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyArgs_PartitionStrategy
public T visitTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyArgs_PartitionStrategy()
.- Specified by:
visitTraversalStrategyArgs_PartitionStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyArgs_EdgeLabelVerificationStrategy
public T visitTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyArgs_EdgeLabelVerificationStrategy()
.- Specified by:
visitTraversalStrategyArgs_EdgeLabelVerificationStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyArgs_ReservedKeysVerificationStrategy
public T visitTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyArgs_ReservedKeysVerificationStrategy()
.- Specified by:
visitTraversalStrategyArgs_ReservedKeysVerificationStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyArgs_SubgraphStrategy
public T visitTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyArgs_SubgraphStrategy()
.- Specified by:
visitTraversalStrategyArgs_SubgraphStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyArgs_ProductiveByStrategy
public T visitTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext ctx)
Visit a parse tree produced byGremlinParser.traversalStrategyArgs_ProductiveByStrategy()
.- Specified by:
visitTraversalStrategyArgs_ProductiveByStrategy
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalList
public T visitNestedTraversalList(GremlinParser.NestedTraversalListContext ctx)
Visit a parse tree produced byGremlinParser.nestedTraversalList()
.- Specified by:
visitNestedTraversalList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalExpr
public T visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx)
Visit a parse tree produced byGremlinParser.nestedTraversalExpr()
.- Specified by:
visitNestedTraversalExpr
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralList
public T visitGenericLiteralList(GremlinParser.GenericLiteralListContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteralList()
.- Specified by:
visitGenericLiteralList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralExpr
public T visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteralExpr()
.- Specified by:
visitGenericLiteralExpr
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralRange
public T visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteralRange()
.- Specified by:
visitGenericLiteralRange
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralCollection
public T visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteralCollection()
.- Specified by:
visitGenericLiteralCollection
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringLiteralList
public T visitStringLiteralList(GremlinParser.StringLiteralListContext ctx)
Visit a parse tree produced byGremlinParser.stringLiteralList()
.- Specified by:
visitStringLiteralList
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringLiteralExpr
public T visitStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx)
Visit a parse tree produced byGremlinParser.stringLiteralExpr()
.- Specified by:
visitStringLiteralExpr
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteral
public T visitGenericLiteral(GremlinParser.GenericLiteralContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteral()
.- Specified by:
visitGenericLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralMap
public T visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx)
Visit a parse tree produced byGremlinParser.genericLiteralMap()
.- Specified by:
visitGenericLiteralMap
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
public T visitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
Visit a parse tree produced byGremlinParser.integerLiteral()
.- Specified by:
visitIntegerLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
public T visitFloatLiteral(GremlinParser.FloatLiteralContext ctx)
Visit a parse tree produced byGremlinParser.floatLiteral()
.- Specified by:
visitFloatLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
public T visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)
Visit a parse tree produced byGremlinParser.booleanLiteral()
.- Specified by:
visitBooleanLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
public T visitStringLiteral(GremlinParser.StringLiteralContext ctx)
Visit a parse tree produced byGremlinParser.stringLiteral()
.- Specified by:
visitStringLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
public T visitDateLiteral(GremlinParser.DateLiteralContext ctx)
Visit a parse tree produced byGremlinParser.dateLiteral()
.- Specified by:
visitDateLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
public T visitNullLiteral(GremlinParser.NullLiteralContext ctx)
Visit a parse tree produced byGremlinParser.nullLiteral()
.- Specified by:
visitNullLiteral
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants
public T visitGremlinStringConstants(GremlinParser.GremlinStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants()
.- Specified by:
visitGremlinStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPageRankStringConstants
public T visitPageRankStringConstants(GremlinParser.PageRankStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.pageRankStringConstants()
.- Specified by:
visitPageRankStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPeerPressureStringConstants
public T visitPeerPressureStringConstants(GremlinParser.PeerPressureStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.peerPressureStringConstants()
.- Specified by:
visitPeerPressureStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShortestPathStringConstants
public T visitShortestPathStringConstants(GremlinParser.ShortestPathStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.shortestPathStringConstants()
.- Specified by:
visitShortestPathStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithOptionsStringConstants
public T visitWithOptionsStringConstants(GremlinParser.WithOptionsStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.withOptionsStringConstants()
.- Specified by:
visitWithOptionsStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_pageRankStringConstants_edges
public T visitGremlinStringConstants_pageRankStringConstants_edges(GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_edges()
.- Specified by:
visitGremlinStringConstants_pageRankStringConstants_edges
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_pageRankStringConstants_times
public T visitGremlinStringConstants_pageRankStringConstants_times(GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_times()
.- Specified by:
visitGremlinStringConstants_pageRankStringConstants_times
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_pageRankStringConstants_propertyName
public T visitGremlinStringConstants_pageRankStringConstants_propertyName(GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_propertyName()
.- Specified by:
visitGremlinStringConstants_pageRankStringConstants_propertyName
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_peerPressureStringConstants_edges
public T visitGremlinStringConstants_peerPressureStringConstants_edges(GremlinParser.GremlinStringConstants_peerPressureStringConstants_edgesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_edges()
.- Specified by:
visitGremlinStringConstants_peerPressureStringConstants_edges
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_peerPressureStringConstants_times
public T visitGremlinStringConstants_peerPressureStringConstants_times(GremlinParser.GremlinStringConstants_peerPressureStringConstants_timesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_times()
.- Specified by:
visitGremlinStringConstants_peerPressureStringConstants_times
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_peerPressureStringConstants_propertyName
public T visitGremlinStringConstants_peerPressureStringConstants_propertyName(GremlinParser.GremlinStringConstants_peerPressureStringConstants_propertyNameContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_propertyName()
.- Specified by:
visitGremlinStringConstants_peerPressureStringConstants_propertyName
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_shortestPathStringConstants_target
public T visitGremlinStringConstants_shortestPathStringConstants_target(GremlinParser.GremlinStringConstants_shortestPathStringConstants_targetContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_target()
.- Specified by:
visitGremlinStringConstants_shortestPathStringConstants_target
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_shortestPathStringConstants_edges
public T visitGremlinStringConstants_shortestPathStringConstants_edges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_edgesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_edges()
.- Specified by:
visitGremlinStringConstants_shortestPathStringConstants_edges
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_shortestPathStringConstants_distance
public T visitGremlinStringConstants_shortestPathStringConstants_distance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_distanceContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_distance()
.- Specified by:
visitGremlinStringConstants_shortestPathStringConstants_distance
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_shortestPathStringConstants_maxDistance
public T visitGremlinStringConstants_shortestPathStringConstants_maxDistance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_maxDistanceContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_maxDistance()
.- Specified by:
visitGremlinStringConstants_shortestPathStringConstants_maxDistance
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_shortestPathStringConstants_includeEdges
public T visitGremlinStringConstants_shortestPathStringConstants_includeEdges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_includeEdgesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_includeEdges()
.- Specified by:
visitGremlinStringConstants_shortestPathStringConstants_includeEdges
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_tokens
public T visitGremlinStringConstants_withOptionsStringConstants_tokens(GremlinParser.GremlinStringConstants_withOptionsStringConstants_tokensContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_tokens()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_tokens
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_none
public T visitGremlinStringConstants_withOptionsStringConstants_none(GremlinParser.GremlinStringConstants_withOptionsStringConstants_noneContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_none()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_none
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_ids
public T visitGremlinStringConstants_withOptionsStringConstants_ids(GremlinParser.GremlinStringConstants_withOptionsStringConstants_idsContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_ids()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_ids
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_labels
public T visitGremlinStringConstants_withOptionsStringConstants_labels(GremlinParser.GremlinStringConstants_withOptionsStringConstants_labelsContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_labels()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_labels
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_keys
public T visitGremlinStringConstants_withOptionsStringConstants_keys(GremlinParser.GremlinStringConstants_withOptionsStringConstants_keysContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_keys()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_keys
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_values
public T visitGremlinStringConstants_withOptionsStringConstants_values(GremlinParser.GremlinStringConstants_withOptionsStringConstants_valuesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_values()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_values
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_all
public T visitGremlinStringConstants_withOptionsStringConstants_all(GremlinParser.GremlinStringConstants_withOptionsStringConstants_allContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_all()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_all
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_indexer
public T visitGremlinStringConstants_withOptionsStringConstants_indexer(GremlinParser.GremlinStringConstants_withOptionsStringConstants_indexerContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_indexer()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_indexer
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_list
public T visitGremlinStringConstants_withOptionsStringConstants_list(GremlinParser.GremlinStringConstants_withOptionsStringConstants_listContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_list()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_list
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_withOptionsStringConstants_map
public T visitGremlinStringConstants_withOptionsStringConstants_map(GremlinParser.GremlinStringConstants_withOptionsStringConstants_mapContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_map()
.- Specified by:
visitGremlinStringConstants_withOptionsStringConstants_map
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPageRankStringConstant
public T visitPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.pageRankStringConstant()
.- Specified by:
visitPageRankStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPeerPressureStringConstant
public T visitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.peerPressureStringConstant()
.- Specified by:
visitPeerPressureStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShortestPathStringConstant
public T visitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.shortestPathStringConstant()
.- Specified by:
visitShortestPathStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithOptionsStringConstant
public T visitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.withOptionsStringConstant()
.- Specified by:
visitWithOptionsStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Predicate_Traversal
public T visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_option_Predicate_Traversal
labeled alternative inGremlinParser.traversalMethod_option()
.- Specified by:
visitTraversalMethod_option_Predicate_Traversal
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIoOptionsStringConstants
public T visitIoOptionsStringConstants(GremlinParser.IoOptionsStringConstantsContext ctx)
Visit a parse tree produced byGremlinParser.ioOptionsStringConstants()
.- Specified by:
visitIoOptionsStringConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_ioOptionsStringConstants_reader
public T visitGremlinStringConstants_ioOptionsStringConstants_reader(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_readerContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_reader()
.- Specified by:
visitGremlinStringConstants_ioOptionsStringConstants_reader
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_ioOptionsStringConstants_writer
public T visitGremlinStringConstants_ioOptionsStringConstants_writer(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_writerContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_writer()
.- Specified by:
visitGremlinStringConstants_ioOptionsStringConstants_writer
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_ioOptionsStringConstants_gryo
public T visitGremlinStringConstants_ioOptionsStringConstants_gryo(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_gryoContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_gryo()
.- Specified by:
visitGremlinStringConstants_ioOptionsStringConstants_gryo
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_ioOptionsStringConstants_graphson
public T visitGremlinStringConstants_ioOptionsStringConstants_graphson(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphsonContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphson()
.- Specified by:
visitGremlinStringConstants_ioOptionsStringConstants_graphson
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_ioOptionsStringConstants_graphml
public T visitGremlinStringConstants_ioOptionsStringConstants_graphml(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphmlContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphml()
.- Specified by:
visitGremlinStringConstants_ioOptionsStringConstants_graphml
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants
public T visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx)
Visit a parse tree produced byGremlinParser.connectedComponentConstants()
.- Specified by:
visitConnectedComponentConstants
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_connectedComponentStringConstants_component
public T visitGremlinStringConstants_connectedComponentStringConstants_component(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_componentContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_component()
.- Specified by:
visitGremlinStringConstants_connectedComponentStringConstants_component
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_connectedComponentStringConstants_edges
public T visitGremlinStringConstants_connectedComponentStringConstants_edges(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_edgesContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_edges()
.- Specified by:
visitGremlinStringConstants_connectedComponentStringConstants_edges
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGremlinStringConstants_connectedComponentStringConstants_propertyName
public T visitGremlinStringConstants_connectedComponentStringConstants_propertyName(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_propertyNameContext ctx)
Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_propertyName()
.- Specified by:
visitGremlinStringConstants_connectedComponentStringConstants_propertyName
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentStringConstant
public T visitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.connectedComponentStringConstant()
.- Specified by:
visitConnectedComponentStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIoOptionsStringConstant
public T visitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx)
Visit a parse tree produced byGremlinParser.ioOptionsStringConstant()
.- Specified by:
visitIoOptionsStringConstant
in interfaceGremlinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-