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. UseVoidfor 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 extend 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:
visitQueryListin 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:
visitQueryin 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:
visitEmptyQueryin 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:
visitTraversalSourcein 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:
visitTransactionPartin 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:
visitRootTraversalin 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:
visitTraversalSourceSelfMethodin 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_withBulkin 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_withPathin 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_withSackin 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_withSideEffectin 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_withStrategiesin 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_within 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:
visitTraversalSourceSpawnMethodin 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_addEin 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_addVin 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_Ein 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_Vin 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_injectin 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_ioin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_empty
public T visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_emptyin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string
public T visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_stringin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map
public T visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_traversal
public T visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map_traversal
public T visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_map_traversalin 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:
visitChainedTraversalin 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:
visitChainedParentOfGraphTraversalin 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:
visitNestedTraversalin 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:
visitTerminatedTraversalin 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:
visitTraversalMethodin 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_Vin 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_Stringlabeled alternative inGremlinParser.traversalMethod_addE().- Specified by:
visitTraversalMethod_addE_Stringin 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_Traversallabeled alternative inGremlinParser.traversalMethod_addE().- Specified by:
visitTraversalMethod_addE_Traversalin 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_Emptylabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Stringin 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_Traversallabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Traversalin 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_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().- Specified by:
visitTraversalMethod_aggregate_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().- Specified by:
visitTraversalMethod_aggregate_Scope_Stringin 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_andin 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_asin 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_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_Consumerin 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_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_Emptyin 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_intlabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_intin 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_bothin 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_bothEin 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_bothVin 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_branchin 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_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Comparatorin 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_Emptylabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Emptyin 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_Functionlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Functionin 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_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Function_Comparatorin 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_Orderlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Orderin 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_Stringlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Stringin 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_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_String_Comparatorin 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_Tlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Tin 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_Traversallabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Traversalin 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_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Traversal_Comparatorin 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_capin 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_Functionlabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Functionin 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_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Predicate_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Predicate_Traversal_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversal_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversal_Traversal_Traversalin 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_coalescein 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_coinin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_connectedComponent
public T visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().- Specified by:
visitTraversalMethod_connectedComponentin 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_constantin 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_Emptylabeled alternative inGremlinParser.traversalMethod_count().- Specified by:
visitTraversalMethod_count_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_count().- Specified by:
visitTraversalMethod_count_Scopein 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_cyclicPathin 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_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Specified by:
visitTraversalMethod_dedup_Scope_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Specified by:
visitTraversalMethod_dedup_Stringin 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_dropin 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_elementMapin 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_Emptylabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Emptyin 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_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Predicatein 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_Traversallabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_Empty
public T visitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext ctx)
Visit a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().- Specified by:
visitTraversalMethod_fail_Emptyin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_String
public T visitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext ctx)
Visit a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().- Specified by:
visitTraversalMethod_fail_Stringin 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_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().- Specified by:
visitTraversalMethod_filter_Predicatein 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_Traversallabeled alternative inGremlinParser.traversalMethod_filter().- Specified by:
visitTraversalMethod_filter_Traversalin 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_flatMapin 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_Emptylabeled alternative inGremlinParser.traversalMethod_fold().- Specified by:
visitTraversalMethod_fold_Emptyin 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_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().- Specified by:
visitTraversalMethod_fold_Object_BiFunctionin 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_Stringlabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Stringin 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_Traversallabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_Vertex
public T visitTraversalMethod_from_Vertex(GremlinParser.TraversalMethod_from_VertexContext ctx)
Visit a parse tree produced by thetraversalMethod_from_Vertexlabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Vertexin 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_Emptylabeled alternative inGremlinParser.traversalMethod_group().- Specified by:
visitTraversalMethod_group_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_group().- Specified by:
visitTraversalMethod_group_Stringin 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_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().- Specified by:
visitTraversalMethod_groupCount_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().- Specified by:
visitTraversalMethod_groupCount_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_Stringin 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_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Pin 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_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_String_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_String_Pin 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_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Traversalin 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_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Pin 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_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Traversalin 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_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().- Specified by:
visitTraversalMethod_hasId_Object_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_hasId().- Specified by:
visitTraversalMethod_hasId_Pin 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_Plabeled alternative inGremlinParser.traversalMethod_hasKey().- Specified by:
visitTraversalMethod_hasKey_Pin 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_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().- Specified by:
visitTraversalMethod_hasKey_String_Stringin 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_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().- Specified by:
visitTraversalMethod_hasLabel_Pin 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_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().- Specified by:
visitTraversalMethod_hasLabel_String_Stringin 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_hasNotin 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_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().- Specified by:
visitTraversalMethod_hasValue_Object_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_hasValue().- Specified by:
visitTraversalMethod_hasValue_Pin 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_idin 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_identityin 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_inin 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_inEin 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_inVin 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_indexin 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_injectin 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_Objectlabeled alternative inGremlinParser.traversalMethod_is().- Specified by:
visitTraversalMethod_is_Objectin 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_Plabeled alternative inGremlinParser.traversalMethod_is().- Specified by:
visitTraversalMethod_is_Pin 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_keyin 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_labelin 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_longlabeled alternative inGremlinParser.traversalMethod_limit().- Specified by:
visitTraversalMethod_limit_Scope_longin 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_longlabeled alternative inGremlinParser.traversalMethod_limit().- Specified by:
visitTraversalMethod_limit_longin 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_localin 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_Emptylabeled alternative inGremlinParser.traversalMethod_loops().- Specified by:
visitTraversalMethod_loops_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_loops().- Specified by:
visitTraversalMethod_loops_Stringin 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_mapin 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_matchin 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_mathin 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_Emptylabeled alternative inGremlinParser.traversalMethod_max().- Specified by:
visitTraversalMethod_max_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_max().- Specified by:
visitTraversalMethod_max_Scopein 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_Emptylabeled alternative inGremlinParser.traversalMethod_mean().- Specified by:
visitTraversalMethod_mean_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_mean().- Specified by:
visitTraversalMethod_mean_Scopein 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_Emptylabeled alternative inGremlinParser.traversalMethod_min().- Specified by:
visitTraversalMethod_min_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_min().- Specified by:
visitTraversalMethod_min_Scopein 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_notin 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_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Object_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Traversalin 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_optionalin 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_orin 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_Emptylabeled alternative inGremlinParser.traversalMethod_order().- Specified by:
visitTraversalMethod_order_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_order().- Specified by:
visitTraversalMethod_order_Scopein 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_otherVin 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_outin 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_outEin 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_outVin 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_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().- Specified by:
visitTraversalMethod_pageRank_Emptyin 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_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().- Specified by:
visitTraversalMethod_pageRank_doublein 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_pathin 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_peerPressurein 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_Emptylabeled alternative inGremlinParser.traversalMethod_profile().- Specified by:
visitTraversalMethod_profile_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_profile().- Specified by:
visitTraversalMethod_profile_Stringin 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_projectin 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_propertiesin 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_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Cardinality_Object_Object_Objectin 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_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Object_Object_Objectin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object
public T visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Cardinality_Objectin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object
public T visitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext ctx)
Visit a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Objectin 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_propertyMapin 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_longlabeled alternative inGremlinParser.traversalMethod_range().- Specified by:
visitTraversalMethod_range_Scope_long_longin 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_longlabeled alternative inGremlinParser.traversalMethod_range().- Specified by:
visitTraversalMethod_range_long_longin 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_readin 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_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Specified by:
visitTraversalMethod_repeat_String_Traversalin 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_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Specified by:
visitTraversalMethod_repeat_Traversalin 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_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().- Specified by:
visitTraversalMethod_sack_BiFunctionin 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_Emptylabeled alternative inGremlinParser.traversalMethod_sack().- Specified by:
visitTraversalMethod_sack_Emptyin 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_intlabeled alternative inGremlinParser.traversalMethod_sample().- Specified by:
visitTraversalMethod_sample_Scope_intin 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_intlabeled alternative inGremlinParser.traversalMethod_sample().- Specified by:
visitTraversalMethod_sample_intin 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_Columnlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Columnin 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_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_String_String_Stringin 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)
Visit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_Traversalin 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_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_String_String_Stringin 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_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Traversalin 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_shortestPathin 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_sideEffectin 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_simplePathin 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_longlabeled alternative inGremlinParser.traversalMethod_skip().- Specified by:
visitTraversalMethod_skip_Scope_longin 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_longlabeled alternative inGremlinParser.traversalMethod_skip().- Specified by:
visitTraversalMethod_skip_longin 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_storein 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_subgraphin 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_Emptylabeled alternative inGremlinParser.traversalMethod_sum().- Specified by:
visitTraversalMethod_sum_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_sum().- Specified by:
visitTraversalMethod_sum_Scopein 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_Emptylabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Emptyin 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_Scopelabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Scopein 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_longlabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Scope_longin 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_longlabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_longin 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_timeLimitin 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_timesin 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_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Direction_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Stringin 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_Traversallabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Vertex
public T visitTraversalMethod_to_Vertex(GremlinParser.TraversalMethod_to_VertexContext ctx)
Visit a parse tree produced by thetraversalMethod_to_Vertexlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Vertexin 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_toEin 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_toVin 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_Emptylabeled alternative inGremlinParser.traversalMethod_tree().- Specified by:
visitTraversalMethod_tree_Emptyin 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_Stringlabeled alternative inGremlinParser.traversalMethod_tree().- Specified by:
visitTraversalMethod_tree_Stringin 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_unfoldin 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_unionin 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_Predicatelabeled alternative inGremlinParser.traversalMethod_until().- Specified by:
visitTraversalMethod_until_Predicatein 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_Traversallabeled alternative inGremlinParser.traversalMethod_until().- Specified by:
visitTraversalMethod_until_Traversalin 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_valuein 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_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Specified by:
visitTraversalMethod_valueMap_Stringin 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_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Specified by:
visitTraversalMethod_valueMap_boolean_Stringin 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_valuesin 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_Plabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_Pin 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_Plabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_String_Pin 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_Traversallabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_Traversalin 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_Stringlabeled alternative inGremlinParser.traversalMethod_with().- Specified by:
visitTraversalMethod_with_Stringin 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_Objectlabeled alternative inGremlinParser.traversalMethod_with().- Specified by:
visitTraversalMethod_with_String_Objectin 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_writein interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_element
public T visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx)
Visit a parse tree produced byGremlinParser.traversalMethod_element().- Specified by:
visitTraversalMethod_elementin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string
public T visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
Visit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_stringin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map
public T visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
Visit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_traversal
public T visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
Visit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map_traversal
public T visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
Visit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_map_traversalin 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:
visitTraversalScopein 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:
visitTraversalTokenin 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:
visitTraversalOrderin 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:
visitTraversalDirectionin 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:
visitTraversalCardinalityin 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:
visitTraversalColumnin 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:
visitTraversalPopin 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:
visitTraversalOperatorin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPick
public T visitTraversalPick(GremlinParser.TraversalPickContext ctx)
Visit a parse tree produced byGremlinParser.traversalPick().- Specified by:
visitTraversalPickin 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:
visitTraversalPredicatein 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:
visitTraversalTerminalMethodin 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:
visitTraversalSackMethodin 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:
visitTraversalSelfMethodin 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:
visitTraversalComparatorin 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:
visitTraversalFunctionin 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:
visitTraversalBiFunctionin 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_eqin 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_neqin 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_ltin 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_ltein 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_gtin 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_gtein 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_insidein 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_outsidein 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_betweenin 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_withinin 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_withoutin 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_notin 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_containingin 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_notContainingin 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_startingWithin 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_notStartingWithin 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_endingWithin 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_notEndingWithin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_regex
public T visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_regex().- Specified by:
visitTraversalPredicate_regexin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notRegex
public T visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx)
Visit a parse tree produced byGremlinParser.traversalPredicate_notRegex().- Specified by:
visitTraversalPredicate_notRegexin 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_iteratein 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_explainin 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_hasNextin 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_tryNextin 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_nextin 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_toListin 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_toSetin 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_toBulkSetin 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_nonein 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:
visitTraversalStrategyin 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:
visitTraversalStrategyListin 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:
visitTraversalStrategyExprin 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_PartitionStrategyin 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_EdgeLabelVerificationStrategyin 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_ReservedKeysVerificationStrategyin 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_SubgraphStrategyin 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_ProductiveByStrategyin 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:
visitNestedTraversalListin 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:
visitNestedTraversalExprin 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:
visitGenericLiteralListin 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:
visitGenericLiteralExprin 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:
visitGenericLiteralRangein 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:
visitGenericLiteralCollectionin 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:
visitStringLiteralListin 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:
visitStringLiteralExprin 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:
visitGenericLiteralin 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:
visitGenericLiteralMapin 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:
visitIntegerLiteralin 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:
visitFloatLiteralin 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:
visitBooleanLiteralin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntry
public T visitMapEntry(GremlinParser.MapEntryContext ctx)
Visit a parse tree produced byGremlinParser.mapEntry().- Specified by:
visitMapEntryin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
public T visitNumericLiteral(GremlinParser.NumericLiteralContext ctx)
Visit a parse tree produced byGremlinParser.numericLiteral().- Specified by:
visitNumericLiteralin 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:
visitStringLiteralin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringBasedLiteral
public T visitStringBasedLiteral(GremlinParser.StringBasedLiteralContext ctx)
Visit a parse tree produced byGremlinParser.stringBasedLiteral().- Specified by:
visitStringBasedLiteralin 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:
visitDateLiteralin 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:
visitNullLiteralin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNanLiteral
public T visitNanLiteral(GremlinParser.NanLiteralContext ctx)
Visit a parse tree produced byGremlinParser.nanLiteral().- Specified by:
visitNanLiteralin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInfLiteral
public T visitInfLiteral(GremlinParser.InfLiteralContext ctx)
Visit a parse tree produced byGremlinParser.infLiteral().- Specified by:
visitInfLiteralin 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:
visitGremlinStringConstantsin 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:
visitPageRankStringConstantsin 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:
visitPeerPressureStringConstantsin 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:
visitShortestPathStringConstantsin 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:
visitWithOptionsStringConstantsin 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_edgesin 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_timesin 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_propertyNamein 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_edgesin 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_timesin 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_propertyNamein 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_targetin 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_edgesin 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_distancein 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_maxDistancein 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_includeEdgesin 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_tokensin 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_nonein 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_idsin 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_labelsin 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_keysin 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_valuesin 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_allin 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_indexerin 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_listin 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_mapin 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:
visitPageRankStringConstantin 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:
visitPeerPressureStringConstantin 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:
visitShortestPathStringConstantin 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:
visitWithOptionsStringConstantin 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_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Predicate_Traversalin 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:
visitIoOptionsStringConstantsin 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_readerin 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_writerin 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_gryoin 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_graphsonin 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_graphmlin 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:
visitConnectedComponentConstantsin 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_componentin 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_edgesin 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_propertyNamein 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:
visitConnectedComponentStringConstantin 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:
visitIoOptionsStringConstantin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStructureVertex
public T visitStructureVertex(GremlinParser.StructureVertexContext ctx)
Visit a parse tree produced byGremlinParser.structureVertex().- Specified by:
visitStructureVertexin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Map
public T visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Traversal
public T visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map
public T visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
Visit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Merge_Mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Traversal
public T visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Merge_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMerge
public T visitTraversalMerge(GremlinParser.TraversalMergeContext ctx)
Visit a parse tree produced byGremlinParser.traversalMerge().- Specified by:
visitTraversalMergein interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Map
public T visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_Mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Traversal
public T visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Map
public T visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_Mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Traversal
public T visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Map
public T visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Mapin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Traversal
public T visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Traversalin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_empty
public T visitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_emptyin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_empty
public T visitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext ctx)
Visit a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_emptyin interfaceGremlinVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-