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. Use- Voidfor 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 SummaryConstructors Constructor Description DefaultGremlinBaseVisitor()
 - 
Method Summary- 
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitoraggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
 
- 
 
- 
- 
- 
Method Detail- 
notImplementedprotected void notImplemented(org.antlr.v4.runtime.tree.ParseTree ctx) 
 - 
visitQueryListpublic T visitQueryList(GremlinParser.QueryListContext ctx) Visit a parse tree produced byGremlinParser.queryList().- Specified by:
- visitQueryListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitQuerypublic T visitQuery(GremlinParser.QueryContext ctx) Visit a parse tree produced byGremlinParser.query().- Specified by:
- visitQueryin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitEmptyQuerypublic T visitEmptyQuery(GremlinParser.EmptyQueryContext ctx) Visit a parse tree produced byGremlinParser.emptyQuery().- Specified by:
- visitEmptyQueryin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourcepublic T visitTraversalSource(GremlinParser.TraversalSourceContext ctx) Visit a parse tree produced byGremlinParser.traversalSource().- Specified by:
- visitTraversalSourcein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTransactionPartpublic T visitTransactionPart(GremlinParser.TransactionPartContext ctx) Visit a parse tree produced byGremlinParser.transactionPart().- Specified by:
- visitTransactionPartin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitRootTraversalpublic T visitRootTraversal(GremlinParser.RootTraversalContext ctx) Visit a parse tree produced byGremlinParser.rootTraversal().- Specified by:
- visitRootTraversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethodpublic T visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod().- Specified by:
- visitTraversalSourceSelfMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withBulkpublic T visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().- Specified by:
- visitTraversalSourceSelfMethod_withBulkin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withPathpublic T visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().- Specified by:
- visitTraversalSourceSelfMethod_withPathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withSackpublic T visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().- Specified by:
- visitTraversalSourceSelfMethod_withSackin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withSideEffectpublic T visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().- Specified by:
- visitTraversalSourceSelfMethod_withSideEffectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withStrategiespublic T visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().- Specified by:
- visitTraversalSourceSelfMethod_withStrategiesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSelfMethod_withpublic T visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().- Specified by:
- visitTraversalSourceSelfMethod_within interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethodpublic T visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().- Specified by:
- visitTraversalSourceSpawnMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_addEpublic T visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().- Specified by:
- visitTraversalSourceSpawnMethod_addEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_addVpublic T visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV().- Specified by:
- visitTraversalSourceSpawnMethod_addVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_Epublic T visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().- Specified by:
- visitTraversalSourceSpawnMethod_Ein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_Vpublic T visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().- Specified by:
- visitTraversalSourceSpawnMethod_Vin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_injectpublic T visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().- Specified by:
- visitTraversalSourceSpawnMethod_injectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_iopublic T visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().- Specified by:
- visitTraversalSourceSpawnMethod_ioin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_call_emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_call_stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_call_string_mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_call_string_traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_call_string_map_traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitChainedTraversalpublic T visitChainedTraversal(GremlinParser.ChainedTraversalContext ctx) Visit a parse tree produced byGremlinParser.chainedTraversal().- Specified by:
- visitChainedTraversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitChainedParentOfGraphTraversalpublic T visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx) Visit a parse tree produced byGremlinParser.chainedParentOfGraphTraversal().- Specified by:
- visitChainedParentOfGraphTraversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNestedTraversalpublic T visitNestedTraversal(GremlinParser.NestedTraversalContext ctx) Visit a parse tree produced byGremlinParser.nestedTraversal().- Specified by:
- visitNestedTraversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTerminatedTraversalpublic T visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx) Visit a parse tree produced byGremlinParser.terminatedTraversal().- Specified by:
- visitTerminatedTraversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethodpublic T visitTraversalMethod(GremlinParser.TraversalMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod().- Specified by:
- visitTraversalMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_Vpublic T visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_V().- Specified by:
- visitTraversalMethod_Vin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_addE_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_addE_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_addV_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_addV_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_addV_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_aggregate_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_aggregate_Scope_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_andpublic T visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_and().- Specified by:
- visitTraversalMethod_andin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_aspublic T visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_as().- Specified by:
- visitTraversalMethod_asin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_barrier_Consumerpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_barrier_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_barrier_intpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_bothpublic T visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_both().- Specified by:
- visitTraversalMethod_bothin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_bothEpublic T visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_bothE().- Specified by:
- visitTraversalMethod_bothEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_bothVpublic T visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_bothV().- Specified by:
- visitTraversalMethod_bothVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_branchpublic T visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_branch().- Specified by:
- visitTraversalMethod_branchin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Comparatorpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Functionpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Function_Comparatorpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Orderpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_String_Comparatorpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Tpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_by_Traversal_Comparatorpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_cappublic T visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_cap().- Specified by:
- visitTraversalMethod_capin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Functionpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Predicate_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Predicate_Traversal_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Traversal_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_choose_Traversal_Traversal_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_coalescepublic T visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_coalesce().- Specified by:
- visitTraversalMethod_coalescein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_coinpublic T visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_coin().- Specified by:
- visitTraversalMethod_coinin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_connectedComponentpublic T visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().- Specified by:
- visitTraversalMethod_connectedComponentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_constantpublic T visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_constant().- Specified by:
- visitTraversalMethod_constantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_count_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_count_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_cyclicPathpublic T visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().- Specified by:
- visitTraversalMethod_cyclicPathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_dedup_Scope_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_dedup_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_droppublic T visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_drop().- Specified by:
- visitTraversalMethod_dropin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_elementMappublic T visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_elementMap().- Specified by:
- visitTraversalMethod_elementMapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_emit_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_emit_Predicatepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_emit_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_fail_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_fail_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_filter_Predicatepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_filter_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_flatMappublic T visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_flatMap().- Specified by:
- visitTraversalMethod_flatMapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_fold_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_fold_Object_BiFunctionpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_from_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_from_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_from_Vertexpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_group_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_group_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_groupCount_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_groupCount_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_String_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_String_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_String_String_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_String_String_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_String_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_T_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_T_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_has_T_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasId_Object_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasId_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasKey_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasKey_String_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasLabel_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasLabel_String_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasNotpublic T visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_hasNot().- Specified by:
- visitTraversalMethod_hasNotin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasValue_Object_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_hasValue_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_idpublic T visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_id().- Specified by:
- visitTraversalMethod_idin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_identitypublic T visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_identity().- Specified by:
- visitTraversalMethod_identityin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_inpublic T visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_in().- Specified by:
- visitTraversalMethod_inin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_inEpublic T visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inE().- Specified by:
- visitTraversalMethod_inEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_inVpublic T visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inV().- Specified by:
- visitTraversalMethod_inVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_indexpublic T visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_index().- Specified by:
- visitTraversalMethod_indexin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_injectpublic T visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_inject().- Specified by:
- visitTraversalMethod_injectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_is_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_is_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_keypublic T visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_key().- Specified by:
- visitTraversalMethod_keyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_labelpublic T visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_label().- Specified by:
- visitTraversalMethod_labelin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_limit_Scope_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_limit_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_localpublic T visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_local().- Specified by:
- visitTraversalMethod_localin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_loops_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_loops_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mappublic T visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_map().- Specified by:
- visitTraversalMethod_mapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_matchpublic T visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_match().- Specified by:
- visitTraversalMethod_matchin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mathpublic T visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_math().- Specified by:
- visitTraversalMethod_mathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_max_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_max_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mean_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mean_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_min_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_min_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_notpublic T visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_not().- Specified by:
- visitTraversalMethod_notin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Object_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_optionalpublic T visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_optional().- Specified by:
- visitTraversalMethod_optionalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_orpublic T visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_or().- Specified by:
- visitTraversalMethod_orin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_order_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_order_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_otherVpublic T visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_otherV().- Specified by:
- visitTraversalMethod_otherVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_outpublic T visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_out().- Specified by:
- visitTraversalMethod_outin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_outEpublic T visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_outE().- Specified by:
- visitTraversalMethod_outEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_outVpublic T visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_outV().- Specified by:
- visitTraversalMethod_outVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_pageRank_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_pageRank_doublepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_pathpublic T visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_path().- Specified by:
- visitTraversalMethod_pathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_peerPressurepublic T visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_peerPressure().- Specified by:
- visitTraversalMethod_peerPressurein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_profile_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_profile_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_projectpublic T visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_project().- Specified by:
- visitTraversalMethod_projectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_propertiespublic T visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_properties().- Specified by:
- visitTraversalMethod_propertiesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_property_Cardinality_Object_Object_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_property_Object_Object_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_property_Cardinality_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_property_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_propertyMappublic T visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_propertyMap().- Specified by:
- visitTraversalMethod_propertyMapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_range_Scope_long_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_range_long_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_readpublic T visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_read().- Specified by:
- visitTraversalMethod_readin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_repeat_String_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_repeat_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sack_BiFunctionpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sack_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sample_Scope_intpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sample_intpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Columnpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Pop_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Pop_String_String_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Pop_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_String_String_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_select_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_shortestPathpublic T visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_shortestPath().- Specified by:
- visitTraversalMethod_shortestPathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sideEffectpublic T visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_sideEffect().- Specified by:
- visitTraversalMethod_sideEffectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_simplePathpublic T visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_simplePath().- Specified by:
- visitTraversalMethod_simplePathin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_skip_Scope_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_skip_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_storepublic T visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_store().- Specified by:
- visitTraversalMethod_storein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_subgraphpublic T visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_subgraph().- Specified by:
- visitTraversalMethod_subgraphin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sum_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_sum_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tail_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tail_Scopepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tail_Scope_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tail_longpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_timeLimitpublic T visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_timeLimit().- Specified by:
- visitTraversalMethod_timeLimitin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_timespublic T visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_times().- Specified by:
- visitTraversalMethod_timesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_to_Direction_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_to_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_to_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_to_Vertexpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toEpublic T visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_toE().- Specified by:
- visitTraversalMethod_toEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toVpublic T visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_toV().- Specified by:
- visitTraversalMethod_toVin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tree_Emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_tree_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_unfoldpublic T visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_unfold().- Specified by:
- visitTraversalMethod_unfoldin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_unionpublic T visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_union().- Specified by:
- visitTraversalMethod_unionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_until_Predicatepublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_until_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_valuepublic T visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_value().- Specified by:
- visitTraversalMethod_valuein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_valueMap_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_valueMap_boolean_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_valuespublic T visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_values().- Specified by:
- visitTraversalMethod_valuesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_where_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_where_String_Ppublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_where_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_with_Stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_with_String_Objectpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_writepublic T visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_write().- Specified by:
- visitTraversalMethod_writein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_elementpublic T visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_element().- Specified by:
- visitTraversalMethod_elementin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_call_stringpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_call_string_mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_call_string_traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_call_string_map_traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalScopepublic T visitTraversalScope(GremlinParser.TraversalScopeContext ctx) Visit a parse tree produced byGremlinParser.traversalScope().- Specified by:
- visitTraversalScopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTokenpublic T visitTraversalToken(GremlinParser.TraversalTokenContext ctx) Visit a parse tree produced byGremlinParser.traversalToken().- Specified by:
- visitTraversalTokenin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalOrderpublic T visitTraversalOrder(GremlinParser.TraversalOrderContext ctx) Visit a parse tree produced byGremlinParser.traversalOrder().- Specified by:
- visitTraversalOrderin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalDirectionpublic T visitTraversalDirection(GremlinParser.TraversalDirectionContext ctx) Visit a parse tree produced byGremlinParser.traversalDirection().- Specified by:
- visitTraversalDirectionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalCardinalitypublic T visitTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx) Visit a parse tree produced byGremlinParser.traversalCardinality().- Specified by:
- visitTraversalCardinalityin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalColumnpublic T visitTraversalColumn(GremlinParser.TraversalColumnContext ctx) Visit a parse tree produced byGremlinParser.traversalColumn().- Specified by:
- visitTraversalColumnin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPoppublic T visitTraversalPop(GremlinParser.TraversalPopContext ctx) Visit a parse tree produced byGremlinParser.traversalPop().- Specified by:
- visitTraversalPopin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalOperatorpublic T visitTraversalOperator(GremlinParser.TraversalOperatorContext ctx) Visit a parse tree produced byGremlinParser.traversalOperator().- Specified by:
- visitTraversalOperatorin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPickpublic T visitTraversalPick(GremlinParser.TraversalPickContext ctx) Visit a parse tree produced byGremlinParser.traversalPick().- Specified by:
- visitTraversalPickin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicatepublic T visitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate().- Specified by:
- visitTraversalPredicatein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethodpublic T visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod().- Specified by:
- visitTraversalTerminalMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSackMethodpublic T visitTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSackMethod().- Specified by:
- visitTraversalSackMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSelfMethodpublic T visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSelfMethod().- Specified by:
- visitTraversalSelfMethodin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalComparatorpublic T visitTraversalComparator(GremlinParser.TraversalComparatorContext ctx) Visit a parse tree produced byGremlinParser.traversalComparator().- Specified by:
- visitTraversalComparatorin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalFunctionpublic T visitTraversalFunction(GremlinParser.TraversalFunctionContext ctx) Visit a parse tree produced byGremlinParser.traversalFunction().- Specified by:
- visitTraversalFunctionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalBiFunctionpublic T visitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx) Visit a parse tree produced byGremlinParser.traversalBiFunction().- Specified by:
- visitTraversalBiFunctionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_eqpublic T visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_eq().- Specified by:
- visitTraversalPredicate_eqin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_neqpublic T visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_neq().- Specified by:
- visitTraversalPredicate_neqin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_ltpublic T visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_lt().- Specified by:
- visitTraversalPredicate_ltin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_ltepublic T visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_lte().- Specified by:
- visitTraversalPredicate_ltein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_gtpublic T visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_gt().- Specified by:
- visitTraversalPredicate_gtin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_gtepublic T visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_gte().- Specified by:
- visitTraversalPredicate_gtein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_insidepublic T visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_inside().- Specified by:
- visitTraversalPredicate_insidein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_outsidepublic T visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_outside().- Specified by:
- visitTraversalPredicate_outsidein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_betweenpublic T visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_between().- Specified by:
- visitTraversalPredicate_betweenin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_withinpublic T visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_within().- Specified by:
- visitTraversalPredicate_withinin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_withoutpublic T visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_without().- Specified by:
- visitTraversalPredicate_withoutin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_notpublic T visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_not().- Specified by:
- visitTraversalPredicate_notin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_containingpublic T visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_containing().- Specified by:
- visitTraversalPredicate_containingin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_notContainingpublic T visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notContaining().- Specified by:
- visitTraversalPredicate_notContainingin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_startingWithpublic T visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_startingWith().- Specified by:
- visitTraversalPredicate_startingWithin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_notStartingWithpublic T visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().- Specified by:
- visitTraversalPredicate_notStartingWithin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_endingWithpublic T visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_endingWith().- Specified by:
- visitTraversalPredicate_endingWithin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_notEndingWithpublic T visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().- Specified by:
- visitTraversalPredicate_notEndingWithin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_regexpublic T visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_regex().- Specified by:
- visitTraversalPredicate_regexin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPredicate_notRegexpublic T visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notRegex().- Specified by:
- visitTraversalPredicate_notRegexin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_iteratepublic T visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().- Specified by:
- visitTraversalTerminalMethod_iteratein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_explainpublic T visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_explain().- Specified by:
- visitTraversalTerminalMethod_explainin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_hasNextpublic T visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().- Specified by:
- visitTraversalTerminalMethod_hasNextin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_tryNextpublic T visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().- Specified by:
- visitTraversalTerminalMethod_tryNextin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_nextpublic T visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_next().- Specified by:
- visitTraversalTerminalMethod_nextin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_toListpublic T visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toList().- Specified by:
- visitTraversalTerminalMethod_toListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_toSetpublic T visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().- Specified by:
- visitTraversalTerminalMethod_toSetin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTerminalMethod_toBulkSetpublic T visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().- Specified by:
- visitTraversalTerminalMethod_toBulkSetin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSelfMethod_nonepublic T visitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext ctx) Visit a parse tree produced byGremlinParser.traversalSelfMethod_none().- Specified by:
- visitTraversalSelfMethod_nonein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategypublic T visitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategy().- Specified by:
- visitTraversalStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyListpublic T visitTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyList().- Specified by:
- visitTraversalStrategyListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyExprpublic T visitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyExpr().- Specified by:
- visitTraversalStrategyExprin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyArgs_PartitionStrategypublic T visitTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyArgs_PartitionStrategy().- Specified by:
- visitTraversalStrategyArgs_PartitionStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyArgs_EdgeLabelVerificationStrategypublic T visitTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyArgs_EdgeLabelVerificationStrategy().- Specified by:
- visitTraversalStrategyArgs_EdgeLabelVerificationStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyArgs_ReservedKeysVerificationStrategypublic T visitTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyArgs_ReservedKeysVerificationStrategy().- Specified by:
- visitTraversalStrategyArgs_ReservedKeysVerificationStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyArgs_SubgraphStrategypublic T visitTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyArgs_SubgraphStrategy().- Specified by:
- visitTraversalStrategyArgs_SubgraphStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalStrategyArgs_ProductiveByStrategypublic T visitTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext ctx) Visit a parse tree produced byGremlinParser.traversalStrategyArgs_ProductiveByStrategy().- Specified by:
- visitTraversalStrategyArgs_ProductiveByStrategyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNestedTraversalListpublic T visitNestedTraversalList(GremlinParser.NestedTraversalListContext ctx) Visit a parse tree produced byGremlinParser.nestedTraversalList().- Specified by:
- visitNestedTraversalListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNestedTraversalExprpublic T visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx) Visit a parse tree produced byGremlinParser.nestedTraversalExpr().- Specified by:
- visitNestedTraversalExprin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralListpublic T visitGenericLiteralList(GremlinParser.GenericLiteralListContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralList().- Specified by:
- visitGenericLiteralListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralExprpublic T visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralExpr().- Specified by:
- visitGenericLiteralExprin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralRangepublic T visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralRange().- Specified by:
- visitGenericLiteralRangein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralCollectionpublic T visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralCollection().- Specified by:
- visitGenericLiteralCollectionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralListpublic T visitStringLiteralList(GremlinParser.StringLiteralListContext ctx) Visit a parse tree produced byGremlinParser.stringLiteralList().- Specified by:
- visitStringLiteralListin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralExprpublic T visitStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx) Visit a parse tree produced byGremlinParser.stringLiteralExpr().- Specified by:
- visitStringLiteralExprin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralpublic T visitGenericLiteral(GremlinParser.GenericLiteralContext ctx) Visit a parse tree produced byGremlinParser.genericLiteral().- Specified by:
- visitGenericLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralMappublic T visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralMap().- Specified by:
- visitGenericLiteralMapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIntegerLiteralpublic T visitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx) Visit a parse tree produced byGremlinParser.integerLiteral().- Specified by:
- visitIntegerLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFloatLiteralpublic T visitFloatLiteral(GremlinParser.FloatLiteralContext ctx) Visit a parse tree produced byGremlinParser.floatLiteral().- Specified by:
- visitFloatLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBooleanLiteralpublic T visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Visit a parse tree produced byGremlinParser.booleanLiteral().- Specified by:
- visitBooleanLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitMapEntrypublic T visitMapEntry(GremlinParser.MapEntryContext ctx) Visit a parse tree produced byGremlinParser.mapEntry().- Specified by:
- visitMapEntryin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNumericLiteralpublic T visitNumericLiteral(GremlinParser.NumericLiteralContext ctx) Visit a parse tree produced byGremlinParser.numericLiteral().- Specified by:
- visitNumericLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralpublic T visitStringLiteral(GremlinParser.StringLiteralContext ctx) Visit a parse tree produced byGremlinParser.stringLiteral().- Specified by:
- visitStringLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringBasedLiteralpublic T visitStringBasedLiteral(GremlinParser.StringBasedLiteralContext ctx) Visit a parse tree produced byGremlinParser.stringBasedLiteral().- Specified by:
- visitStringBasedLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitDateLiteralpublic T visitDateLiteral(GremlinParser.DateLiteralContext ctx) Visit a parse tree produced byGremlinParser.dateLiteral().- Specified by:
- visitDateLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNullLiteralpublic T visitNullLiteral(GremlinParser.NullLiteralContext ctx) Visit a parse tree produced byGremlinParser.nullLiteral().- Specified by:
- visitNullLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitNanLiteralpublic T visitNanLiteral(GremlinParser.NanLiteralContext ctx) Visit a parse tree produced byGremlinParser.nanLiteral().- Specified by:
- visitNanLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitInfLiteralpublic T visitInfLiteral(GremlinParser.InfLiteralContext ctx) Visit a parse tree produced byGremlinParser.infLiteral().- Specified by:
- visitInfLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstantspublic T visitGremlinStringConstants(GremlinParser.GremlinStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants().- Specified by:
- visitGremlinStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankStringConstantspublic T visitPageRankStringConstants(GremlinParser.PageRankStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.pageRankStringConstants().- Specified by:
- visitPageRankStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureStringConstantspublic T visitPeerPressureStringConstants(GremlinParser.PeerPressureStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.peerPressureStringConstants().- Specified by:
- visitPeerPressureStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathStringConstantspublic T visitShortestPathStringConstants(GremlinParser.ShortestPathStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.shortestPathStringConstants().- Specified by:
- visitShortestPathStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsStringConstantspublic T visitWithOptionsStringConstants(GremlinParser.WithOptionsStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.withOptionsStringConstants().- Specified by:
- visitWithOptionsStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_pageRankStringConstants_edgespublic T visitGremlinStringConstants_pageRankStringConstants_edges(GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_edges().- Specified by:
- visitGremlinStringConstants_pageRankStringConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_pageRankStringConstants_timespublic T visitGremlinStringConstants_pageRankStringConstants_times(GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_times().- Specified by:
- visitGremlinStringConstants_pageRankStringConstants_timesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_pageRankStringConstants_propertyNamepublic T visitGremlinStringConstants_pageRankStringConstants_propertyName(GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_propertyName().- Specified by:
- visitGremlinStringConstants_pageRankStringConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_peerPressureStringConstants_edgespublic T visitGremlinStringConstants_peerPressureStringConstants_edges(GremlinParser.GremlinStringConstants_peerPressureStringConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_edges().- Specified by:
- visitGremlinStringConstants_peerPressureStringConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_peerPressureStringConstants_timespublic T visitGremlinStringConstants_peerPressureStringConstants_times(GremlinParser.GremlinStringConstants_peerPressureStringConstants_timesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_times().- Specified by:
- visitGremlinStringConstants_peerPressureStringConstants_timesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_peerPressureStringConstants_propertyNamepublic T visitGremlinStringConstants_peerPressureStringConstants_propertyName(GremlinParser.GremlinStringConstants_peerPressureStringConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_propertyName().- Specified by:
- visitGremlinStringConstants_peerPressureStringConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_shortestPathStringConstants_targetpublic T visitGremlinStringConstants_shortestPathStringConstants_target(GremlinParser.GremlinStringConstants_shortestPathStringConstants_targetContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_target().- Specified by:
- visitGremlinStringConstants_shortestPathStringConstants_targetin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_shortestPathStringConstants_edgespublic T visitGremlinStringConstants_shortestPathStringConstants_edges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_edges().- Specified by:
- visitGremlinStringConstants_shortestPathStringConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_shortestPathStringConstants_distancepublic T visitGremlinStringConstants_shortestPathStringConstants_distance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_distanceContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_distance().- Specified by:
- visitGremlinStringConstants_shortestPathStringConstants_distancein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_shortestPathStringConstants_maxDistancepublic T visitGremlinStringConstants_shortestPathStringConstants_maxDistance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_maxDistanceContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_maxDistance().- Specified by:
- visitGremlinStringConstants_shortestPathStringConstants_maxDistancein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_shortestPathStringConstants_includeEdgespublic T visitGremlinStringConstants_shortestPathStringConstants_includeEdges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_includeEdgesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_includeEdges().- Specified by:
- visitGremlinStringConstants_shortestPathStringConstants_includeEdgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_tokenspublic T visitGremlinStringConstants_withOptionsStringConstants_tokens(GremlinParser.GremlinStringConstants_withOptionsStringConstants_tokensContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_tokens().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_tokensin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_nonepublic T visitGremlinStringConstants_withOptionsStringConstants_none(GremlinParser.GremlinStringConstants_withOptionsStringConstants_noneContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_none().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_nonein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_idspublic T visitGremlinStringConstants_withOptionsStringConstants_ids(GremlinParser.GremlinStringConstants_withOptionsStringConstants_idsContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_ids().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_idsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_labelspublic T visitGremlinStringConstants_withOptionsStringConstants_labels(GremlinParser.GremlinStringConstants_withOptionsStringConstants_labelsContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_labels().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_labelsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_keyspublic T visitGremlinStringConstants_withOptionsStringConstants_keys(GremlinParser.GremlinStringConstants_withOptionsStringConstants_keysContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_keys().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_keysin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_valuespublic T visitGremlinStringConstants_withOptionsStringConstants_values(GremlinParser.GremlinStringConstants_withOptionsStringConstants_valuesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_values().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_valuesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_allpublic T visitGremlinStringConstants_withOptionsStringConstants_all(GremlinParser.GremlinStringConstants_withOptionsStringConstants_allContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_all().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_allin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_indexerpublic T visitGremlinStringConstants_withOptionsStringConstants_indexer(GremlinParser.GremlinStringConstants_withOptionsStringConstants_indexerContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_indexer().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_indexerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_listpublic T visitGremlinStringConstants_withOptionsStringConstants_list(GremlinParser.GremlinStringConstants_withOptionsStringConstants_listContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_list().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_listin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_withOptionsStringConstants_mappublic T visitGremlinStringConstants_withOptionsStringConstants_map(GremlinParser.GremlinStringConstants_withOptionsStringConstants_mapContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_map().- Specified by:
- visitGremlinStringConstants_withOptionsStringConstants_mapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankStringConstantpublic T visitPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx) Visit a parse tree produced byGremlinParser.pageRankStringConstant().- Specified by:
- visitPageRankStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureStringConstantpublic T visitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx) Visit a parse tree produced byGremlinParser.peerPressureStringConstant().- Specified by:
- visitPeerPressureStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathStringConstantpublic T visitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx) Visit a parse tree produced byGremlinParser.shortestPathStringConstant().- Specified by:
- visitShortestPathStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsStringConstantpublic T visitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx) Visit a parse tree produced byGremlinParser.withOptionsStringConstant().- Specified by:
- visitWithOptionsStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Predicate_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsStringConstantspublic T visitIoOptionsStringConstants(GremlinParser.IoOptionsStringConstantsContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsStringConstants().- Specified by:
- visitIoOptionsStringConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_ioOptionsStringConstants_readerpublic T visitGremlinStringConstants_ioOptionsStringConstants_reader(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_readerContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_reader().- Specified by:
- visitGremlinStringConstants_ioOptionsStringConstants_readerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_ioOptionsStringConstants_writerpublic T visitGremlinStringConstants_ioOptionsStringConstants_writer(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_writerContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_writer().- Specified by:
- visitGremlinStringConstants_ioOptionsStringConstants_writerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_ioOptionsStringConstants_gryopublic T visitGremlinStringConstants_ioOptionsStringConstants_gryo(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_gryoContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_gryo().- Specified by:
- visitGremlinStringConstants_ioOptionsStringConstants_gryoin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_ioOptionsStringConstants_graphsonpublic T visitGremlinStringConstants_ioOptionsStringConstants_graphson(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphsonContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphson().- Specified by:
- visitGremlinStringConstants_ioOptionsStringConstants_graphsonin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_ioOptionsStringConstants_graphmlpublic T visitGremlinStringConstants_ioOptionsStringConstants_graphml(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphmlContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphml().- Specified by:
- visitGremlinStringConstants_ioOptionsStringConstants_graphmlin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConnectedComponentConstantspublic T visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants().- Specified by:
- visitConnectedComponentConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_connectedComponentStringConstants_componentpublic T visitGremlinStringConstants_connectedComponentStringConstants_component(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_componentContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_component().- Specified by:
- visitGremlinStringConstants_connectedComponentStringConstants_componentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_connectedComponentStringConstants_edgespublic T visitGremlinStringConstants_connectedComponentStringConstants_edges(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_edges().- Specified by:
- visitGremlinStringConstants_connectedComponentStringConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGremlinStringConstants_connectedComponentStringConstants_propertyNamepublic T visitGremlinStringConstants_connectedComponentStringConstants_propertyName(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_propertyName().- Specified by:
- visitGremlinStringConstants_connectedComponentStringConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConnectedComponentStringConstantpublic T visitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentStringConstant().- Specified by:
- visitConnectedComponentStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsStringConstantpublic T visitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsStringConstant().- Specified by:
- visitIoOptionsStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStructureVertexpublic T visitStructureVertex(GremlinParser.StructureVertexContext ctx) Visit a parse tree produced byGremlinParser.structureVertex().- Specified by:
- visitStructureVertexin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_mergeV_Mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_mergeV_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Merge_Mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Merge_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMergepublic T visitTraversalMerge(GremlinParser.TraversalMergeContext ctx) Visit a parse tree produced byGremlinParser.traversalMerge().- Specified by:
- visitTraversalMergein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeV_Mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeV_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeE_Mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeE_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_mergeE_Mappublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_mergeE_Traversalpublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeV_emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_mergeE_emptypublic 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 interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 
- 
 
-