Class GremlinBaseVisitor<T>
- java.lang.Object
- 
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
- 
- org.apache.tinkerpop.gremlin.language.grammar.GremlinBaseVisitor<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:
- StructureElementVisitor
 
 public class GremlinBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GremlinVisitor<T> This class provides an empty implementation ofGremlinVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
- 
- 
Constructor SummaryConstructors Constructor Description GremlinBaseVisitor()
 - 
Method Summary- 
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitoraggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
 
- 
 
- 
- 
- 
Method Detail- 
visitQueryListpublic T visitQueryList(GremlinParser.QueryListContext ctx) Visit a parse tree produced byGremlinParser.queryList().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSourceSpawnMethod_ioin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSourceSpawnMethod_mergeV_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSourceSpawnMethod_mergeE_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSourceSpawnMethod_call_string_map_traversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSourceSpawnMethod_unionpublic T visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSourceSpawnMethod_unionin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_Vin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_Epublic T visitTraversalMethod_E(GremlinParser.TraversalMethod_EContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_E().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_Ein 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_addV_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_mergeV_emptyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_mergeV_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_mergeE_emptyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_mergeE_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_aggregate_Scope_Stringin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_aggregate_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_all_Ppublic T visitTraversalMethod_all_P(GremlinParser.TraversalMethod_all_PContext ctx) Visit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_all_Pin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_andin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_any_Ppublic T visitTraversalMethod_any_P(GremlinParser.TraversalMethod_any_PContext ctx) Visit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_any_Pin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_coinin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_combine_Objectpublic T visitTraversalMethod_combine_Object(GremlinParser.TraversalMethod_combine_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_combine_Objectin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_dedup_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_difference_Objectpublic T visitTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_difference_Objectin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_disjunct_Objectpublic T visitTraversalMethod_disjunct_Object(GremlinParser.TraversalMethod_disjunct_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_disjunct_Objectin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_emit_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_from_Stringin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_from_Vertexin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_from_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_inEin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_intersect_Objectpublic T visitTraversalMethod_intersect_Object(GremlinParser.TraversalMethod_intersect_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_intersect_Objectin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_is_Pin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_conjoin_Stringpublic T visitTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx) Visit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_conjoin_Stringin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_mean_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_merge_Objectpublic T visitTraversalMethod_merge_Object(GremlinParser.TraversalMethod_merge_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_merge_Objectin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_notin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_option_Predicate_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_option_Merge_Mapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_option_Merge_Map_Cardinalitypublic T visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_option_Merge_Map_Cardinalityin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_option_Merge_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_peerPressurein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_product_Objectpublic T visitTraversalMethod_product_Object(GremlinParser.TraversalMethod_product_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_product_Objectin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_property_Object_Object_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_property_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_property_Cardinality_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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_repeat_Traversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_reverse_Emptypublic T visitTraversalMethod_reverse_Empty(GremlinParser.TraversalMethod_reverse_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_reverse_Emptyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_tail_longin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_fail_Stringin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_to_Stringin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_to_Vertexin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_to_Traversalin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_call_string_map_traversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_concat_Traversal_Traversalpublic T visitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_concat_Traversal_Traversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_concat_Stringpublic T visitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_concat_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_asString_Emptypublic T visitTraversalMethod_asString_Empty(GremlinParser.TraversalMethod_asString_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_asString_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_asString_Scopepublic T visitTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_asString_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_format_Stringpublic T visitTraversalMethod_format_String(GremlinParser.TraversalMethod_format_StringContext ctx) Visit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_format_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toUpper_Emptypublic T visitTraversalMethod_toUpper_Empty(GremlinParser.TraversalMethod_toUpper_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_toUpper_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toUpper_Scopepublic T visitTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_toUpper_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toLower_Emptypublic T visitTraversalMethod_toLower_Empty(GremlinParser.TraversalMethod_toLower_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_toLower_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_toLower_Scopepublic T visitTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_toLower_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_length_Emptypublic T visitTraversalMethod_length_Empty(GremlinParser.TraversalMethod_length_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_length_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_length_Scopepublic T visitTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_length_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_trim_Emptypublic T visitTraversalMethod_trim_Empty(GremlinParser.TraversalMethod_trim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_trim_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_trim_Scopepublic T visitTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_trim_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_lTrim_Emptypublic T visitTraversalMethod_lTrim_Empty(GremlinParser.TraversalMethod_lTrim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_lTrim_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_lTrim_Scopepublic T visitTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_lTrim_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_rTrim_Emptypublic T visitTraversalMethod_rTrim_Empty(GremlinParser.TraversalMethod_rTrim_EmptyContext ctx) Visit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_rTrim_Emptyin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_rTrim_Scopepublic T visitTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx) Visit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_rTrim_Scopein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_replace_String_Stringpublic T visitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_replace_String_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_replace_Scope_String_Stringpublic T visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_replace_Scope_String_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_split_Stringpublic T visitTraversalMethod_split_String(GremlinParser.TraversalMethod_split_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_split_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_split_Scope_Stringpublic T visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_split_Scope_Stringin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_substring_intpublic T visitTraversalMethod_substring_int(GremlinParser.TraversalMethod_substring_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_substring_intin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_substring_Scope_intpublic T visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_substring_Scope_intin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_substring_int_intpublic T visitTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_substring_int_intin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_substring_Scope_int_intpublic T visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_substring_Scope_int_intin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_asDatepublic T visitTraversalMethod_asDate(GremlinParser.TraversalMethod_asDateContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_asDate().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_asDatein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_dateAddpublic T visitTraversalMethod_dateAdd(GremlinParser.TraversalMethod_dateAddContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_dateAdd().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_dateAddin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_dateDiff_Traversalpublic T visitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_dateDiff_Traversalin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMethod_dateDiff_Datepublic T visitTraversalMethod_dateDiff_Date(GremlinParser.TraversalMethod_dateDiff_DateContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMethod_dateDiff_Datein 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStructureVertexin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyArgs_ProductiveByStrategyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyArgs_PartitionStrategyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyArgs_SubgraphStrategyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyArgs_ReservedKeysVerificationStrategyin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalTokenin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMergein 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalPickin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalDTpublic T visitTraversalDT(GremlinParser.TraversalDTContext ctx) Visit a parse tree produced byGremlinParser.traversalDT().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalDTin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalPredicate_notRegexin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalTerminalMethod_hasNextin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalTerminalMethod_iteratein 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSelfMethod_nonein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionKeyspublic T visitWithOptionKeys(GremlinParser.WithOptionKeysContext ctx) Visit a parse tree produced byGremlinParser.withOptionKeys().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionKeysin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitConnectedComponentConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankConstantspublic T visitPageRankConstants(GremlinParser.PageRankConstantsContext ctx) Visit a parse tree produced byGremlinParser.pageRankConstants().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPageRankConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureConstantspublic T visitPeerPressureConstants(GremlinParser.PeerPressureConstantsContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPeerPressureConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstantspublic T visitShortestPathConstants(GremlinParser.ShortestPathConstantsContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstantsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsValuespublic T visitWithOptionsValues(GremlinParser.WithOptionsValuesContext ctx) Visit a parse tree produced byGremlinParser.withOptionsValues().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsValuesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsKeyspublic T visitIoOptionsKeys(GremlinParser.IoOptionsKeysContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsKeys().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsKeysin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsValuespublic T visitIoOptionsValues(GremlinParser.IoOptionsValuesContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsValues().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsValuesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConnectedComponentConstants_componentpublic T visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_component().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitConnectedComponentConstants_componentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConnectedComponentConstants_edgespublic T visitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_edges().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitConnectedComponentConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitConnectedComponentConstants_propertyNamepublic T visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitConnectedComponentConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankConstants_edgespublic T visitPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.pageRankConstants_edges().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPageRankConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankConstants_timespublic T visitPageRankConstants_times(GremlinParser.PageRankConstants_timesContext ctx) Visit a parse tree produced byGremlinParser.pageRankConstants_times().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPageRankConstants_timesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPageRankConstants_propertyNamepublic T visitPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.pageRankConstants_propertyName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPageRankConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureConstants_edgespublic T visitPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants_edges().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPeerPressureConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureConstants_timespublic T visitPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants_times().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPeerPressureConstants_timesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitPeerPressureConstants_propertyNamepublic T visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants_propertyName().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitPeerPressureConstants_propertyNamein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstants_targetpublic T visitShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_target().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstants_targetin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstants_edgespublic T visitShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_edges().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstants_edgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstants_distancepublic T visitShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_distance().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstants_distancein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstants_maxDistancepublic T visitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstants_maxDistancein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitShortestPathConstants_includeEdgespublic T visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitShortestPathConstants_includeEdgesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_tokenspublic T visitWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_tokens().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_tokensin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_nonepublic T visitWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_none().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_nonein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_idspublic T visitWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_ids().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_idsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_labelspublic T visitWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_labels().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_labelsin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_keyspublic T visitWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_keys().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_keysin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_valuespublic T visitWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_values().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_valuesin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_allpublic T visitWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_all().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_allin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_indexerpublic T visitWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_indexer().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_indexerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_listpublic T visitWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_list().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_listin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitWithOptionsConstants_mappublic T visitWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext ctx) Visit a parse tree produced byGremlinParser.withOptionsConstants_map().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsConstants_mapin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsConstants_readerpublic T visitIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsConstants_reader().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsConstants_readerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsConstants_writerpublic T visitIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsConstants_writer().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsConstants_writerin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsConstants_gryopublic T visitIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsConstants_gryo().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsConstants_gryoin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsConstants_graphsonpublic T visitIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphson().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsConstants_graphsonin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIoOptionsConstants_graphmlpublic T visitIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext ctx) Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphml().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsConstants_graphmlin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitConnectedComponentStringConstantin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWithOptionsStringConstantin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIoOptionsStringConstantin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitBooleanArgumentpublic T visitBooleanArgument(GremlinParser.BooleanArgumentContext ctx) Visit a parse tree produced byGremlinParser.booleanArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBooleanArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitIntegerArgumentpublic T visitIntegerArgument(GremlinParser.IntegerArgumentContext ctx) Visit a parse tree produced byGremlinParser.integerArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIntegerArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitFloatArgumentpublic T visitFloatArgument(GremlinParser.FloatArgumentContext ctx) Visit a parse tree produced byGremlinParser.floatArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitFloatArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringArgumentpublic T visitStringArgument(GremlinParser.StringArgumentContext ctx) Visit a parse tree produced byGremlinParser.stringArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringNullableArgumentpublic T visitStringNullableArgument(GremlinParser.StringNullableArgumentContext ctx) Visit a parse tree produced byGremlinParser.stringNullableArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringNullableArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitDateArgumentpublic T visitDateArgument(GremlinParser.DateArgumentContext ctx) Visit a parse tree produced byGremlinParser.dateArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDateArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralArgumentpublic T visitGenericLiteralArgument(GremlinParser.GenericLiteralArgumentContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralListArgumentpublic T visitGenericLiteralListArgument(GremlinParser.GenericLiteralListArgumentContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralListArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralListArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralMapArgumentpublic T visitGenericLiteralMapArgument(GremlinParser.GenericLiteralMapArgumentContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralMapArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralMapArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralMapNullableArgumentpublic T visitGenericLiteralMapNullableArgument(GremlinParser.GenericLiteralMapNullableArgumentContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralMapNullableArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralMapNullableArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStructureVertexArgumentpublic T visitStructureVertexArgument(GremlinParser.StructureVertexArgumentContext ctx) Visit a parse tree produced byGremlinParser.structureVertexArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStructureVertexArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalCardinalityArgumentpublic T visitTraversalCardinalityArgument(GremlinParser.TraversalCardinalityArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalCardinalityArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalCardinalityArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalColumnArgumentpublic T visitTraversalColumnArgument(GremlinParser.TraversalColumnArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalColumnArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalColumnArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalDirectionArgumentpublic T visitTraversalDirectionArgument(GremlinParser.TraversalDirectionArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalDirectionArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalDirectionArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalMergeArgumentpublic T visitTraversalMergeArgument(GremlinParser.TraversalMergeArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalMergeArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalMergeArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalOrderArgumentpublic T visitTraversalOrderArgument(GremlinParser.TraversalOrderArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalOrderArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalOrderArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalPopArgumentpublic T visitTraversalPopArgument(GremlinParser.TraversalPopArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalPopArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalPopArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalSackMethodArgumentpublic T visitTraversalSackMethodArgument(GremlinParser.TraversalSackMethodArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalSackMethodArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalSackMethodArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalScopeArgumentpublic T visitTraversalScopeArgument(GremlinParser.TraversalScopeArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalScopeArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalScopeArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalTokenArgumentpublic T visitTraversalTokenArgument(GremlinParser.TraversalTokenArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalTokenArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalTokenArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalComparatorArgumentpublic T visitTraversalComparatorArgument(GremlinParser.TraversalComparatorArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalComparatorArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalComparatorArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalFunctionArgumentpublic T visitTraversalFunctionArgument(GremlinParser.TraversalFunctionArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalFunctionArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalFunctionArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalBiFunctionArgumentpublic T visitTraversalBiFunctionArgument(GremlinParser.TraversalBiFunctionArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalBiFunctionArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalBiFunctionArgumentin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitTraversalDTArgumentpublic T visitTraversalDTArgument(GremlinParser.TraversalDTArgumentContext ctx) Visit a parse tree produced byGremlinParser.traversalDTArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalDTArgumentin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTraversalStrategyExprin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitNestedTraversalExprin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitGenericLiteralVarargspublic T visitGenericLiteralVarargs(GremlinParser.GenericLiteralVarargsContext ctx) Visit a parse tree produced byGremlinParser.genericLiteralVarargs().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralVarargsin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralCollectionin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringLiteralVarargspublic T visitStringLiteralVarargs(GremlinParser.StringLiteralVarargsContext ctx) Visit a parse tree produced byGremlinParser.stringLiteralVarargs().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringLiteralVarargsin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitGenericLiteralMapin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitMapEntryin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitStringNullableLiteralpublic T visitStringNullableLiteral(GremlinParser.StringNullableLiteralContext ctx) Visit a parse tree produced byGremlinParser.stringNullableLiteral().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringNullableLiteralin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitFloatLiteralin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitNumericLiteralin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBooleanLiteralin 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- 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().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitInfLiteralin interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 - 
visitVariablepublic T visitVariable(GremlinParser.VariableContext ctx) Visit a parse tree produced byGremlinParser.variable().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitVariablein interface- GremlinVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 
- 
 
-