T
- The return type of the visit operation. Use Void
for
operations with no return type.public class GremlinBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GremlinVisitor<T>
GremlinVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
GremlinBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitQueryList(GremlinParser.QueryListContext ctx)
GremlinParser.queryList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitQueryList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitQuery(GremlinParser.QueryContext ctx)
GremlinParser.query()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitQuery
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitEmptyQuery(GremlinParser.EmptyQueryContext ctx)
GremlinParser.emptyQuery()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitEmptyQuery
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSource(GremlinParser.TraversalSourceContext ctx)
GremlinParser.traversalSource()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSource
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTransactionPart(GremlinParser.TransactionPartContext ctx)
GremlinParser.transactionPart()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTransactionPart
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitRootTraversal(GremlinParser.RootTraversalContext ctx)
GremlinParser.rootTraversal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRootTraversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx)
GremlinParser.traversalSourceSelfMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx)
GremlinParser.traversalSourceSelfMethod_withBulk()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_withBulk
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx)
GremlinParser.traversalSourceSelfMethod_withPath()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_withPath
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx)
GremlinParser.traversalSourceSelfMethod_withSack()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_withSack
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx)
GremlinParser.traversalSourceSelfMethod_withSideEffect()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_withSideEffect
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx)
GremlinParser.traversalSourceSelfMethod_withStrategies()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_withStrategies
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx)
GremlinParser.traversalSourceSelfMethod_with()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSelfMethod_with
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx)
GremlinParser.traversalSourceSpawnMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
GremlinParser.traversalSourceSpawnMethod_addE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_addE
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
GremlinParser.traversalSourceSpawnMethod_addV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_addV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx)
GremlinParser.traversalSourceSpawnMethod_E()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_E
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx)
GremlinParser.traversalSourceSpawnMethod_V()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_V
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
GremlinParser.traversalSourceSpawnMethod_inject()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_inject
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
GremlinParser.traversalSourceSpawnMethod_io()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_io
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
traversalSourceSpawnMethod_mergeV_Map
labeled alternative in GremlinParser.traversalSourceSpawnMethod_mergeV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_mergeV_Map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
traversalSourceSpawnMethod_mergeV_Traversal
labeled alternative in GremlinParser.traversalSourceSpawnMethod_mergeV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_mergeV_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
traversalSourceSpawnMethod_mergeE_Map
labeled alternative in GremlinParser.traversalSourceSpawnMethod_mergeE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_mergeE_Map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
traversalSourceSpawnMethod_mergeE_Traversal
labeled alternative in GremlinParser.traversalSourceSpawnMethod_mergeE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_mergeE_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
traversalSourceSpawnMethod_call_empty
labeled alternative in GremlinParser.traversalSourceSpawnMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_call_empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
traversalSourceSpawnMethod_call_string
labeled alternative in GremlinParser.traversalSourceSpawnMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_call_string
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
traversalSourceSpawnMethod_call_string_map
labeled alternative in GremlinParser.traversalSourceSpawnMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_call_string_map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
traversalSourceSpawnMethod_call_string_traversal
labeled alternative in GremlinParser.traversalSourceSpawnMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_call_string_traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
traversalSourceSpawnMethod_call_string_map_traversal
labeled alternative in GremlinParser.traversalSourceSpawnMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSourceSpawnMethod_call_string_map_traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitChainedTraversal(GremlinParser.ChainedTraversalContext ctx)
GremlinParser.chainedTraversal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitChainedTraversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx)
GremlinParser.chainedParentOfGraphTraversal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitChainedParentOfGraphTraversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNestedTraversal(GremlinParser.NestedTraversalContext ctx)
GremlinParser.nestedTraversal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNestedTraversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx)
GremlinParser.terminatedTraversal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTerminatedTraversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod(GremlinParser.TraversalMethodContext ctx)
GremlinParser.traversalMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx)
GremlinParser.traversalMethod_V()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_V
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
traversalMethod_addE_String
labeled alternative in GremlinParser.traversalMethod_addE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_addE_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx)
traversalMethod_addE_Traversal
labeled alternative in GremlinParser.traversalMethod_addE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_addE_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx)
traversalMethod_addV_Empty
labeled alternative in GremlinParser.traversalMethod_addV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_addV_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
traversalMethod_addV_String
labeled alternative in GremlinParser.traversalMethod_addV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_addV_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx)
traversalMethod_addV_Traversal
labeled alternative in GremlinParser.traversalMethod_addV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_addV_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext ctx)
traversalMethod_mergeV_empty
labeled alternative in GremlinParser.traversalMethod_mergeV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeV_empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
traversalMethod_mergeV_Map
labeled alternative in GremlinParser.traversalMethod_mergeV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeV_Map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
traversalMethod_mergeV_Traversal
labeled alternative in GremlinParser.traversalMethod_mergeV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeV_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext ctx)
traversalMethod_mergeE_empty
labeled alternative in GremlinParser.traversalMethod_mergeE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeE_empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
traversalMethod_mergeE_Map
labeled alternative in GremlinParser.traversalMethod_mergeE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeE_Map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
traversalMethod_mergeE_Traversal
labeled alternative in GremlinParser.traversalMethod_mergeE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mergeE_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext ctx)
traversalMethod_aggregate_Scope_String
labeled alternative in GremlinParser.traversalMethod_aggregate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_aggregate_Scope_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx)
traversalMethod_aggregate_String
labeled alternative in GremlinParser.traversalMethod_aggregate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_aggregate_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx)
GremlinParser.traversalMethod_and()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_and
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx)
GremlinParser.traversalMethod_as()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_as
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx)
traversalMethod_barrier_Consumer
labeled alternative in GremlinParser.traversalMethod_barrier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_barrier_Consumer
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx)
traversalMethod_barrier_Empty
labeled alternative in GremlinParser.traversalMethod_barrier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_barrier_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx)
traversalMethod_barrier_int
labeled alternative in GremlinParser.traversalMethod_barrier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_barrier_int
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx)
GremlinParser.traversalMethod_both()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_both
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx)
GremlinParser.traversalMethod_bothE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_bothE
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx)
GremlinParser.traversalMethod_bothV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_bothV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
GremlinParser.traversalMethod_branch()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_branch
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx)
traversalMethod_by_Comparator
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Comparator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx)
traversalMethod_by_Empty
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx)
traversalMethod_by_Function
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Function
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx)
traversalMethod_by_Function_Comparator
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Function_Comparator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx)
traversalMethod_by_Order
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Order
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx)
traversalMethod_by_String
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx)
traversalMethod_by_String_Comparator
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_String_Comparator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx)
traversalMethod_by_T
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_T
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx)
traversalMethod_by_Traversal
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx)
traversalMethod_by_Traversal_Comparator
labeled alternative in GremlinParser.traversalMethod_by()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_by_Traversal_Comparator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
GremlinParser.traversalMethod_cap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_cap
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
traversalMethod_choose_Function
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Function
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
traversalMethod_choose_Predicate_Traversal
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Predicate_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
traversalMethod_choose_Predicate_Traversal_Traversal
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Predicate_Traversal_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
traversalMethod_choose_Traversal
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
traversalMethod_choose_Traversal_Traversal
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Traversal_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
traversalMethod_choose_Traversal_Traversal_Traversal
labeled alternative in GremlinParser.traversalMethod_choose()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_choose_Traversal_Traversal_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
GremlinParser.traversalMethod_coalesce()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_coalesce
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx)
GremlinParser.traversalMethod_coin()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_coin
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
GremlinParser.traversalMethod_connectedComponent()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_connectedComponent
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
GremlinParser.traversalMethod_constant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_constant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx)
traversalMethod_count_Empty
labeled alternative in GremlinParser.traversalMethod_count()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_count_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx)
traversalMethod_count_Scope
labeled alternative in GremlinParser.traversalMethod_count()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_count_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx)
GremlinParser.traversalMethod_cyclicPath()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_cyclicPath
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx)
traversalMethod_dedup_Scope_String
labeled alternative in GremlinParser.traversalMethod_dedup()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_dedup_Scope_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx)
traversalMethod_dedup_String
labeled alternative in GremlinParser.traversalMethod_dedup()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_dedup_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx)
GremlinParser.traversalMethod_drop()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_drop
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
GremlinParser.traversalMethod_elementMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_elementMap
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx)
traversalMethod_emit_Empty
labeled alternative in GremlinParser.traversalMethod_emit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_emit_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx)
traversalMethod_emit_Predicate
labeled alternative in GremlinParser.traversalMethod_emit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_emit_Predicate
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx)
traversalMethod_emit_Traversal
labeled alternative in GremlinParser.traversalMethod_emit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_emit_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx)
traversalMethod_filter_Predicate
labeled alternative in GremlinParser.traversalMethod_filter()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_filter_Predicate
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx)
traversalMethod_filter_Traversal
labeled alternative in GremlinParser.traversalMethod_filter()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_filter_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
GremlinParser.traversalMethod_flatMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_flatMap
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
traversalMethod_fold_Empty
labeled alternative in GremlinParser.traversalMethod_fold()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_fold_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
traversalMethod_fold_Object_BiFunction
labeled alternative in GremlinParser.traversalMethod_fold()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_fold_Object_BiFunction
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext ctx)
traversalMethod_from_String
labeled alternative in GremlinParser.traversalMethod_from()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_from_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_from_Vertex(GremlinParser.TraversalMethod_from_VertexContext ctx)
traversalMethod_from_Vertex
labeled alternative in GremlinParser.traversalMethod_from()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_from_Vertex
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx)
traversalMethod_from_Traversal
labeled alternative in GremlinParser.traversalMethod_from()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_from_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
traversalMethod_group_Empty
labeled alternative in GremlinParser.traversalMethod_group()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_group_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx)
traversalMethod_group_String
labeled alternative in GremlinParser.traversalMethod_group()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_group_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
traversalMethod_groupCount_Empty
labeled alternative in GremlinParser.traversalMethod_groupCount()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_groupCount_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx)
traversalMethod_groupCount_String
labeled alternative in GremlinParser.traversalMethod_groupCount()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_groupCount_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx)
traversalMethod_has_String
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
traversalMethod_has_String_Object
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
traversalMethod_has_String_P
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
traversalMethod_has_String_String_Object
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String_String_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
traversalMethod_has_String_String_P
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String_String_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx)
traversalMethod_has_String_Traversal
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_String_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
traversalMethod_has_T_Object
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_T_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
traversalMethod_has_T_P
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_T_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx)
traversalMethod_has_T_Traversal
labeled alternative in GremlinParser.traversalMethod_has()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_has_T_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx)
traversalMethod_hasId_Object_Object
labeled alternative in GremlinParser.traversalMethod_hasId()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasId_Object_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx)
traversalMethod_hasId_P
labeled alternative in GremlinParser.traversalMethod_hasId()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasId_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
traversalMethod_hasKey_P
labeled alternative in GremlinParser.traversalMethod_hasKey()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasKey_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
traversalMethod_hasKey_String_String
labeled alternative in GremlinParser.traversalMethod_hasKey()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasKey_String_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
traversalMethod_hasLabel_P
labeled alternative in GremlinParser.traversalMethod_hasLabel()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasLabel_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
traversalMethod_hasLabel_String_String
labeled alternative in GremlinParser.traversalMethod_hasLabel()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasLabel_String_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx)
GremlinParser.traversalMethod_hasNot()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasNot
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
traversalMethod_hasValue_Object_Object
labeled alternative in GremlinParser.traversalMethod_hasValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasValue_Object_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
traversalMethod_hasValue_P
labeled alternative in GremlinParser.traversalMethod_hasValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_hasValue_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx)
GremlinParser.traversalMethod_id()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_id
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx)
GremlinParser.traversalMethod_identity()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_identity
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx)
GremlinParser.traversalMethod_in()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_in
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx)
GremlinParser.traversalMethod_inE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_inE
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx)
GremlinParser.traversalMethod_inV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_inV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
GremlinParser.traversalMethod_index()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_index
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx)
GremlinParser.traversalMethod_inject()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_inject
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx)
traversalMethod_is_Object
labeled alternative in GremlinParser.traversalMethod_is()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_is_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx)
traversalMethod_is_P
labeled alternative in GremlinParser.traversalMethod_is()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_is_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx)
GremlinParser.traversalMethod_key()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_key
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx)
GremlinParser.traversalMethod_label()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_label
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
traversalMethod_limit_Scope_long
labeled alternative in GremlinParser.traversalMethod_limit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_limit_Scope_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
traversalMethod_limit_long
labeled alternative in GremlinParser.traversalMethod_limit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_limit_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
GremlinParser.traversalMethod_local()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_local
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx)
traversalMethod_loops_Empty
labeled alternative in GremlinParser.traversalMethod_loops()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_loops_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx)
traversalMethod_loops_String
labeled alternative in GremlinParser.traversalMethod_loops()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_loops_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
GremlinParser.traversalMethod_map()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
GremlinParser.traversalMethod_match()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_match
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx)
GremlinParser.traversalMethod_math()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_math
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
traversalMethod_max_Empty
labeled alternative in GremlinParser.traversalMethod_max()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_max_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
traversalMethod_max_Scope
labeled alternative in GremlinParser.traversalMethod_max()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_max_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
traversalMethod_mean_Empty
labeled alternative in GremlinParser.traversalMethod_mean()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mean_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
traversalMethod_mean_Scope
labeled alternative in GremlinParser.traversalMethod_mean()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_mean_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
traversalMethod_min_Empty
labeled alternative in GremlinParser.traversalMethod_min()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_min_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
traversalMethod_min_Scope
labeled alternative in GremlinParser.traversalMethod_min()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_min_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx)
GremlinParser.traversalMethod_not()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_not
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx)
traversalMethod_option_Predicate_Traversal
labeled alternative in GremlinParser.traversalMethod_option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_option_Predicate_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
traversalMethod_option_Merge_Map
labeled alternative in GremlinParser.traversalMethod_option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_option_Merge_Map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
traversalMethod_option_Merge_Traversal
labeled alternative in GremlinParser.traversalMethod_option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_option_Merge_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
traversalMethod_option_Object_Traversal
labeled alternative in GremlinParser.traversalMethod_option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_option_Object_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx)
traversalMethod_option_Traversal
labeled alternative in GremlinParser.traversalMethod_option()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_option_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
GremlinParser.traversalMethod_optional()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_optional
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx)
GremlinParser.traversalMethod_or()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_or
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx)
traversalMethod_order_Empty
labeled alternative in GremlinParser.traversalMethod_order()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_order_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx)
traversalMethod_order_Scope
labeled alternative in GremlinParser.traversalMethod_order()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_order_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx)
GremlinParser.traversalMethod_otherV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_otherV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx)
GremlinParser.traversalMethod_out()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_out
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx)
GremlinParser.traversalMethod_outE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_outE
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx)
GremlinParser.traversalMethod_outV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_outV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx)
traversalMethod_pageRank_Empty
labeled alternative in GremlinParser.traversalMethod_pageRank()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_pageRank_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx)
traversalMethod_pageRank_double
labeled alternative in GremlinParser.traversalMethod_pageRank()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_pageRank_double
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx)
GremlinParser.traversalMethod_path()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_path
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx)
GremlinParser.traversalMethod_peerPressure()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_peerPressure
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
traversalMethod_profile_Empty
labeled alternative in GremlinParser.traversalMethod_profile()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_profile_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx)
traversalMethod_profile_String
labeled alternative in GremlinParser.traversalMethod_profile()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_profile_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
GremlinParser.traversalMethod_project()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_project
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
GremlinParser.traversalMethod_properties()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_properties
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
traversalMethod_property_Cardinality_Object_Object_Object
labeled alternative in GremlinParser.traversalMethod_property()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_property_Cardinality_Object_Object_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx)
traversalMethod_property_Object_Object_Object
labeled alternative in GremlinParser.traversalMethod_property()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_property_Object_Object_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext ctx)
traversalMethod_property_Object
labeled alternative in GremlinParser.traversalMethod_property()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_property_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx)
traversalMethod_property_Cardinality_Object
labeled alternative in GremlinParser.traversalMethod_property()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_property_Cardinality_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
GremlinParser.traversalMethod_propertyMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_propertyMap
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
traversalMethod_range_Scope_long_long
labeled alternative in GremlinParser.traversalMethod_range()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_range_Scope_long_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
traversalMethod_range_long_long
labeled alternative in GremlinParser.traversalMethod_range()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_range_long_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx)
GremlinParser.traversalMethod_read()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_read
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx)
traversalMethod_repeat_String_Traversal
labeled alternative in GremlinParser.traversalMethod_repeat()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_repeat_String_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx)
traversalMethod_repeat_Traversal
labeled alternative in GremlinParser.traversalMethod_repeat()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_repeat_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx)
traversalMethod_sack_BiFunction
labeled alternative in GremlinParser.traversalMethod_sack()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sack_BiFunction
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
traversalMethod_sack_Empty
labeled alternative in GremlinParser.traversalMethod_sack()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sack_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx)
traversalMethod_sample_Scope_int
labeled alternative in GremlinParser.traversalMethod_sample()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sample_Scope_int
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx)
traversalMethod_sample_int
labeled alternative in GremlinParser.traversalMethod_sample()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sample_int
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
traversalMethod_select_Column
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_Column
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
traversalMethod_select_Pop_String
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_Pop_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
traversalMethod_select_Pop_String_String_String
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_Pop_String_String_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
traversalMethod_select_Pop_Traversal
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_Pop_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
traversalMethod_select_String
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
traversalMethod_select_String_String_String
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_String_String_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
traversalMethod_select_Traversal
labeled alternative in GremlinParser.traversalMethod_select()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_select_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx)
GremlinParser.traversalMethod_shortestPath()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_shortestPath
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx)
GremlinParser.traversalMethod_sideEffect()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sideEffect
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx)
GremlinParser.traversalMethod_simplePath()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_simplePath
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
traversalMethod_skip_Scope_long
labeled alternative in GremlinParser.traversalMethod_skip()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_skip_Scope_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
traversalMethod_skip_long
labeled alternative in GremlinParser.traversalMethod_skip()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_skip_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx)
GremlinParser.traversalMethod_store()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_store
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx)
GremlinParser.traversalMethod_subgraph()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_subgraph
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
traversalMethod_sum_Empty
labeled alternative in GremlinParser.traversalMethod_sum()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sum_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
traversalMethod_sum_Scope
labeled alternative in GremlinParser.traversalMethod_sum()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_sum_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
traversalMethod_tail_Empty
labeled alternative in GremlinParser.traversalMethod_tail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tail_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
traversalMethod_tail_Scope
labeled alternative in GremlinParser.traversalMethod_tail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tail_Scope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
traversalMethod_tail_Scope_long
labeled alternative in GremlinParser.traversalMethod_tail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tail_Scope_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
traversalMethod_tail_long
labeled alternative in GremlinParser.traversalMethod_tail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tail_long
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext ctx)
traversalMethod_fail_Empty
labeled alternative in GremlinParser.traversalMethod_fail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_fail_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext ctx)
traversalMethod_fail_String
labeled alternative in GremlinParser.traversalMethod_fail()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_fail_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx)
GremlinParser.traversalMethod_timeLimit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_timeLimit
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx)
GremlinParser.traversalMethod_times()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_times
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx)
traversalMethod_to_Direction_String
labeled alternative in GremlinParser.traversalMethod_to()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_to_Direction_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext ctx)
traversalMethod_to_String
labeled alternative in GremlinParser.traversalMethod_to()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_to_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_to_Vertex(GremlinParser.TraversalMethod_to_VertexContext ctx)
traversalMethod_to_Vertex
labeled alternative in GremlinParser.traversalMethod_to()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_to_Vertex
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx)
traversalMethod_to_Traversal
labeled alternative in GremlinParser.traversalMethod_to()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_to_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx)
GremlinParser.traversalMethod_toE()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_toE
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx)
GremlinParser.traversalMethod_toV()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_toV
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
traversalMethod_tree_Empty
labeled alternative in GremlinParser.traversalMethod_tree()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tree_Empty
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx)
traversalMethod_tree_String
labeled alternative in GremlinParser.traversalMethod_tree()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_tree_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
GremlinParser.traversalMethod_unfold()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_unfold
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
GremlinParser.traversalMethod_union()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_union
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx)
traversalMethod_until_Predicate
labeled alternative in GremlinParser.traversalMethod_until()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_until_Predicate
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx)
traversalMethod_until_Traversal
labeled alternative in GremlinParser.traversalMethod_until()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_until_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
GremlinParser.traversalMethod_value()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_value
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
traversalMethod_valueMap_String
labeled alternative in GremlinParser.traversalMethod_valueMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_valueMap_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
traversalMethod_valueMap_boolean_String
labeled alternative in GremlinParser.traversalMethod_valueMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_valueMap_boolean_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
GremlinParser.traversalMethod_values()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_values
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx)
traversalMethod_where_P
labeled alternative in GremlinParser.traversalMethod_where()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_where_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx)
traversalMethod_where_String_P
labeled alternative in GremlinParser.traversalMethod_where()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_where_String_P
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx)
traversalMethod_where_Traversal
labeled alternative in GremlinParser.traversalMethod_where()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_where_Traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx)
traversalMethod_with_String
labeled alternative in GremlinParser.traversalMethod_with()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_with_String
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx)
traversalMethod_with_String_Object
labeled alternative in GremlinParser.traversalMethod_with()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_with_String_Object
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx)
GremlinParser.traversalMethod_write()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_write
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx)
GremlinParser.traversalMethod_element()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_element
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
traversalMethod_call_string
labeled alternative in GremlinParser.traversalMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_call_string
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
traversalMethod_call_string_map
labeled alternative in GremlinParser.traversalMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_call_string_map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
traversalMethod_call_string_traversal
labeled alternative in GremlinParser.traversalMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_call_string_traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
traversalMethod_call_string_map_traversal
labeled alternative in GremlinParser.traversalMethod_call()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMethod_call_string_map_traversal
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitStructureVertex(GremlinParser.StructureVertexContext ctx)
GremlinParser.structureVertex()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStructureVertex
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
GremlinParser.traversalStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext ctx)
GremlinParser.traversalStrategyArgs_ProductiveByStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyArgs_ProductiveByStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext ctx)
GremlinParser.traversalStrategyArgs_PartitionStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyArgs_PartitionStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext ctx)
GremlinParser.traversalStrategyArgs_SubgraphStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyArgs_SubgraphStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext ctx)
GremlinParser.traversalStrategyArgs_EdgeLabelVerificationStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyArgs_EdgeLabelVerificationStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext ctx)
GremlinParser.traversalStrategyArgs_ReservedKeysVerificationStrategy()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyArgs_ReservedKeysVerificationStrategy
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalScope(GremlinParser.TraversalScopeContext ctx)
GremlinParser.traversalScope()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalScope
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalToken(GremlinParser.TraversalTokenContext ctx)
GremlinParser.traversalToken()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalToken
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalMerge(GremlinParser.TraversalMergeContext ctx)
GremlinParser.traversalMerge()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalMerge
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalOrder(GremlinParser.TraversalOrderContext ctx)
GremlinParser.traversalOrder()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalOrder
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
GremlinParser.traversalDirection()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalDirection
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx)
GremlinParser.traversalCardinality()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalCardinality
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalColumn(GremlinParser.TraversalColumnContext ctx)
GremlinParser.traversalColumn()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalColumn
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPop(GremlinParser.TraversalPopContext ctx)
GremlinParser.traversalPop()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPop
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalOperator(GremlinParser.TraversalOperatorContext ctx)
GremlinParser.traversalOperator()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalOperator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPick(GremlinParser.TraversalPickContext ctx)
GremlinParser.traversalPick()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPick
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx)
GremlinParser.traversalPredicate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx)
GremlinParser.traversalTerminalMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx)
GremlinParser.traversalSackMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSackMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx)
GremlinParser.traversalSelfMethod()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSelfMethod
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalComparator(GremlinParser.TraversalComparatorContext ctx)
GremlinParser.traversalComparator()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalComparator
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalFunction(GremlinParser.TraversalFunctionContext ctx)
GremlinParser.traversalFunction()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalFunction
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx)
GremlinParser.traversalBiFunction()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalBiFunction
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx)
GremlinParser.traversalPredicate_eq()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_eq
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx)
GremlinParser.traversalPredicate_neq()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_neq
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx)
GremlinParser.traversalPredicate_lt()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_lt
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx)
GremlinParser.traversalPredicate_lte()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_lte
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx)
GremlinParser.traversalPredicate_gt()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_gt
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx)
GremlinParser.traversalPredicate_gte()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_gte
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx)
GremlinParser.traversalPredicate_inside()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_inside
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx)
GremlinParser.traversalPredicate_outside()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_outside
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx)
GremlinParser.traversalPredicate_between()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_between
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx)
GremlinParser.traversalPredicate_within()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_within
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx)
GremlinParser.traversalPredicate_without()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_without
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx)
GremlinParser.traversalPredicate_not()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_not
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx)
GremlinParser.traversalPredicate_containing()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_containing
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx)
GremlinParser.traversalPredicate_notContaining()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_notContaining
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx)
GremlinParser.traversalPredicate_startingWith()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_startingWith
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx)
GremlinParser.traversalPredicate_notStartingWith()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_notStartingWith
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx)
GremlinParser.traversalPredicate_endingWith()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_endingWith
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx)
GremlinParser.traversalPredicate_notEndingWith()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_notEndingWith
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx)
GremlinParser.traversalPredicate_regex()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_regex
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx)
GremlinParser.traversalPredicate_notRegex()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalPredicate_notRegex
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx)
GremlinParser.traversalTerminalMethod_explain()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_explain
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx)
GremlinParser.traversalTerminalMethod_hasNext()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_hasNext
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx)
GremlinParser.traversalTerminalMethod_iterate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_iterate
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx)
GremlinParser.traversalTerminalMethod_tryNext()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_tryNext
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx)
GremlinParser.traversalTerminalMethod_next()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_next
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx)
GremlinParser.traversalTerminalMethod_toList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_toList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx)
GremlinParser.traversalTerminalMethod_toSet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_toSet
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx)
GremlinParser.traversalTerminalMethod_toBulkSet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalTerminalMethod_toBulkSet
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext ctx)
GremlinParser.traversalSelfMethod_none()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalSelfMethod_none
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants(GremlinParser.GremlinStringConstantsContext ctx)
GremlinParser.gremlinStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx)
GremlinParser.connectedComponentConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitConnectedComponentConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitPageRankStringConstants(GremlinParser.PageRankStringConstantsContext ctx)
GremlinParser.pageRankStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPageRankStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitPeerPressureStringConstants(GremlinParser.PeerPressureStringConstantsContext ctx)
GremlinParser.peerPressureStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPeerPressureStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitShortestPathStringConstants(GremlinParser.ShortestPathStringConstantsContext ctx)
GremlinParser.shortestPathStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShortestPathStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitWithOptionsStringConstants(GremlinParser.WithOptionsStringConstantsContext ctx)
GremlinParser.withOptionsStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitWithOptionsStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitIoOptionsStringConstants(GremlinParser.IoOptionsStringConstantsContext ctx)
GremlinParser.ioOptionsStringConstants()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIoOptionsStringConstants
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_connectedComponentStringConstants_component(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_componentContext ctx)
GremlinParser.gremlinStringConstants_connectedComponentStringConstants_component()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_connectedComponentStringConstants_component
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_connectedComponentStringConstants_edges(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_edgesContext ctx)
GremlinParser.gremlinStringConstants_connectedComponentStringConstants_edges()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_connectedComponentStringConstants_edges
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_connectedComponentStringConstants_propertyName(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_propertyNameContext ctx)
GremlinParser.gremlinStringConstants_connectedComponentStringConstants_propertyName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_connectedComponentStringConstants_propertyName
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_pageRankStringConstants_edges(GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext ctx)
GremlinParser.gremlinStringConstants_pageRankStringConstants_edges()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_pageRankStringConstants_edges
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_pageRankStringConstants_times(GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext ctx)
GremlinParser.gremlinStringConstants_pageRankStringConstants_times()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_pageRankStringConstants_times
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_pageRankStringConstants_propertyName(GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext ctx)
GremlinParser.gremlinStringConstants_pageRankStringConstants_propertyName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_pageRankStringConstants_propertyName
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_peerPressureStringConstants_edges(GremlinParser.GremlinStringConstants_peerPressureStringConstants_edgesContext ctx)
GremlinParser.gremlinStringConstants_peerPressureStringConstants_edges()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_peerPressureStringConstants_edges
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_peerPressureStringConstants_times(GremlinParser.GremlinStringConstants_peerPressureStringConstants_timesContext ctx)
GremlinParser.gremlinStringConstants_peerPressureStringConstants_times()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_peerPressureStringConstants_times
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_peerPressureStringConstants_propertyName(GremlinParser.GremlinStringConstants_peerPressureStringConstants_propertyNameContext ctx)
GremlinParser.gremlinStringConstants_peerPressureStringConstants_propertyName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_peerPressureStringConstants_propertyName
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_shortestPathStringConstants_target(GremlinParser.GremlinStringConstants_shortestPathStringConstants_targetContext ctx)
GremlinParser.gremlinStringConstants_shortestPathStringConstants_target()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_shortestPathStringConstants_target
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_shortestPathStringConstants_edges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_edgesContext ctx)
GremlinParser.gremlinStringConstants_shortestPathStringConstants_edges()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_shortestPathStringConstants_edges
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_shortestPathStringConstants_distance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_distanceContext ctx)
GremlinParser.gremlinStringConstants_shortestPathStringConstants_distance()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_shortestPathStringConstants_distance
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_shortestPathStringConstants_maxDistance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_maxDistanceContext ctx)
GremlinParser.gremlinStringConstants_shortestPathStringConstants_maxDistance()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_shortestPathStringConstants_maxDistance
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_shortestPathStringConstants_includeEdges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_includeEdgesContext ctx)
GremlinParser.gremlinStringConstants_shortestPathStringConstants_includeEdges()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_shortestPathStringConstants_includeEdges
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_tokens(GremlinParser.GremlinStringConstants_withOptionsStringConstants_tokensContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_tokens()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_tokens
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_none(GremlinParser.GremlinStringConstants_withOptionsStringConstants_noneContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_none()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_none
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_ids(GremlinParser.GremlinStringConstants_withOptionsStringConstants_idsContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_ids()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_ids
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_labels(GremlinParser.GremlinStringConstants_withOptionsStringConstants_labelsContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_labels()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_labels
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_keys(GremlinParser.GremlinStringConstants_withOptionsStringConstants_keysContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_keys()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_keys
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_values(GremlinParser.GremlinStringConstants_withOptionsStringConstants_valuesContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_values()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_values
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_all(GremlinParser.GremlinStringConstants_withOptionsStringConstants_allContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_all()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_all
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_indexer(GremlinParser.GremlinStringConstants_withOptionsStringConstants_indexerContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_indexer()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_indexer
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_list(GremlinParser.GremlinStringConstants_withOptionsStringConstants_listContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_list()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_list
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_withOptionsStringConstants_map(GremlinParser.GremlinStringConstants_withOptionsStringConstants_mapContext ctx)
GremlinParser.gremlinStringConstants_withOptionsStringConstants_map()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_withOptionsStringConstants_map
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_ioOptionsStringConstants_reader(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_readerContext ctx)
GremlinParser.gremlinStringConstants_ioOptionsStringConstants_reader()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_ioOptionsStringConstants_reader
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_ioOptionsStringConstants_writer(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_writerContext ctx)
GremlinParser.gremlinStringConstants_ioOptionsStringConstants_writer()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_ioOptionsStringConstants_writer
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_ioOptionsStringConstants_gryo(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_gryoContext ctx)
GremlinParser.gremlinStringConstants_ioOptionsStringConstants_gryo()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_ioOptionsStringConstants_gryo
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_ioOptionsStringConstants_graphson(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphsonContext ctx)
GremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphson()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_ioOptionsStringConstants_graphson
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGremlinStringConstants_ioOptionsStringConstants_graphml(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphmlContext ctx)
GremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphml()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGremlinStringConstants_ioOptionsStringConstants_graphml
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx)
GremlinParser.connectedComponentStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitConnectedComponentStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx)
GremlinParser.pageRankStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPageRankStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx)
GremlinParser.peerPressureStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPeerPressureStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx)
GremlinParser.shortestPathStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShortestPathStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx)
GremlinParser.withOptionsStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitWithOptionsStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx)
GremlinParser.ioOptionsStringConstant()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIoOptionsStringConstant
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx)
GremlinParser.traversalStrategyList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx)
GremlinParser.traversalStrategyExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTraversalStrategyExpr
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNestedTraversalList(GremlinParser.NestedTraversalListContext ctx)
GremlinParser.nestedTraversalList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNestedTraversalList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx)
GremlinParser.nestedTraversalExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNestedTraversalExpr
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteralList(GremlinParser.GenericLiteralListContext ctx)
GremlinParser.genericLiteralList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteralList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx)
GremlinParser.genericLiteralExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteralExpr
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx)
GremlinParser.genericLiteralRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteralRange
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx)
GremlinParser.genericLiteralCollection()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteralCollection
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitStringLiteralList(GremlinParser.StringLiteralListContext ctx)
GremlinParser.stringLiteralList()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringLiteralList
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx)
GremlinParser.stringLiteralExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringLiteralExpr
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteral(GremlinParser.GenericLiteralContext ctx)
GremlinParser.genericLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx)
GremlinParser.genericLiteralMap()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGenericLiteralMap
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitMapEntry(GremlinParser.MapEntryContext ctx)
GremlinParser.mapEntry()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitMapEntry
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitStringLiteral(GremlinParser.StringLiteralContext ctx)
GremlinParser.stringLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
GremlinParser.integerLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIntegerLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitFloatLiteral(GremlinParser.FloatLiteralContext ctx)
GremlinParser.floatLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFloatLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNumericLiteral(GremlinParser.NumericLiteralContext ctx)
GremlinParser.numericLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumericLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)
GremlinParser.booleanLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBooleanLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitStringBasedLiteral(GremlinParser.StringBasedLiteralContext ctx)
GremlinParser.stringBasedLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringBasedLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitDateLiteral(GremlinParser.DateLiteralContext ctx)
GremlinParser.dateLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDateLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNullLiteral(GremlinParser.NullLiteralContext ctx)
GremlinParser.nullLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNullLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitNanLiteral(GremlinParser.NanLiteralContext ctx)
GremlinParser.nanLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNanLiteral
in interface GremlinVisitor<T>
ctx
- the parse treepublic T visitInfLiteral(GremlinParser.InfLiteralContext ctx)
GremlinParser.infLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInfLiteral
in interface GremlinVisitor<T>
ctx
- the parse treeCopyright © 2013–2022 Apache Software Foundation. All rights reserved.