Class TranslateVisitor
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Void>
-
- org.apache.tinkerpop.gremlin.language.translator.TranslateVisitor
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Void>,GremlinVisitor<Void>
- Direct Known Subclasses:
AbstractTranslateVisitor,AnonymizedTranslatorVisitor,GroovyTranslateVisitor
public class TranslateVisitor extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Void> implements GremlinVisitor<Void>
A Gremlin to Gremlin translator. Makes no changes to input except:- Normalizes whitespace
- Normalize numeric suffixes to lower case
- Makes anonymous traversals explicit with double underscore
- Makes enums explicit with their proper name
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgraphTraversalSourceNameprotected Set<String>parametersprotected StringBuildersb
-
Constructor Summary
Constructors Constructor Description TranslateVisitor()TranslateVisitor(String graphTraversalSourceName)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode
-
-
-
-
Field Detail
-
graphTraversalSourceName
protected final String graphTraversalSourceName
-
sb
protected final StringBuilder sb
-
-
Constructor Detail
-
TranslateVisitor
public TranslateVisitor()
-
TranslateVisitor
public TranslateVisitor(String graphTraversalSourceName)
-
-
Method Detail
-
getTranslated
public String getTranslated()
-
appendArgumentSeparator
protected void appendArgumentSeparator()
-
appendStepSeparator
protected void appendStepSeparator()
-
appendStepOpen
protected void appendStepOpen()
-
appendStepClose
protected void appendStepClose()
-
visitQueryList
public Void visitQueryList(GremlinParser.QueryListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.queryList().- Specified by:
visitQueryListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuery
public Void visitQuery(GremlinParser.QueryContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.query().- Specified by:
visitQueryin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyQuery
public Void visitEmptyQuery(GremlinParser.EmptyQueryContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.emptyQuery().- Specified by:
visitEmptyQueryin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSource
public Void visitTraversalSource(GremlinParser.TraversalSourceContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSource().- Specified by:
visitTraversalSourcein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionPart
public Void visitTransactionPart(GremlinParser.TransactionPartContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.transactionPart().- Specified by:
visitTransactionPartin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRootTraversal
public Void visitRootTraversal(GremlinParser.RootTraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.rootTraversal().- Specified by:
visitRootTraversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod
public Void visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod().- Specified by:
visitTraversalSourceSelfMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withBulk
public Void visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().- Specified by:
visitTraversalSourceSelfMethod_withBulkin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withPath
public Void visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().- Specified by:
visitTraversalSourceSelfMethod_withPathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSack
public Void visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().- Specified by:
visitTraversalSourceSelfMethod_withSackin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSideEffect
public Void visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().- Specified by:
visitTraversalSourceSelfMethod_withSideEffectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withStrategies
public Void visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().- Specified by:
visitTraversalSourceSelfMethod_withStrategiesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_with
public Void visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().- Specified by:
visitTraversalSourceSelfMethod_within interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod
public Void visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().- Specified by:
visitTraversalSourceSpawnMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addE
public Void visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().- Specified by:
visitTraversalSourceSpawnMethod_addEin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV
public Void visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV().- Specified by:
visitTraversalSourceSpawnMethod_addVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_E
public Void visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().- Specified by:
visitTraversalSourceSpawnMethod_Ein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_V
public Void visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().- Specified by:
visitTraversalSourceSpawnMethod_Vin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_inject
public Void visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().- Specified by:
visitTraversalSourceSpawnMethod_injectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_io
public Void visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().- Specified by:
visitTraversalSourceSpawnMethod_ioin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Map
public Void visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Traversal
public Void visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Map
public Void visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Traversal
public Void visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_empty
public Void visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string
public Void visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map
public Void visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_traversal
public Void visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map_traversal
public Void visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Specified by:
visitTraversalSourceSpawnMethod_call_string_map_traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_union
public Void visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().- Specified by:
visitTraversalSourceSpawnMethod_unionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChainedTraversal
public Void visitChainedTraversal(GremlinParser.ChainedTraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.chainedTraversal().- Specified by:
visitChainedTraversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChainedParentOfGraphTraversal
public Void visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.chainedParentOfGraphTraversal().- Specified by:
visitChainedParentOfGraphTraversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversal
public Void visitNestedTraversal(GremlinParser.NestedTraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nestedTraversal().- Specified by:
visitNestedTraversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerminatedTraversal
public Void visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.terminatedTraversal().- Specified by:
visitTerminatedTraversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod
public Void visitTraversalMethod(GremlinParser.TraversalMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod().- Specified by:
visitTraversalMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_V
public Void visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_V().- Specified by:
visitTraversalMethod_Vin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_E
public Void visitTraversalMethod_E(GremlinParser.TraversalMethod_EContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_E().- Specified by:
visitTraversalMethod_Ein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_String
public Void visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().- Specified by:
visitTraversalMethod_addE_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_Traversal
public Void visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().- Specified by:
visitTraversalMethod_addE_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Empty
public Void visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_String
public Void visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Traversal
public Void visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().- Specified by:
visitTraversalMethod_addV_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_empty
public Void visitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Map
public Void visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_Mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Traversal
public Void visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().- Specified by:
visitTraversalMethod_mergeV_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_empty
public Void visitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Map
public Void visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_Mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Traversal
public Void visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().- Specified by:
visitTraversalMethod_mergeE_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_aggregate_Scope_String
public Void visitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_aggregate_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().- Specified by:
visitTraversalMethod_aggregate_Scope_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_aggregate_String
public Void visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().- Specified by:
visitTraversalMethod_aggregate_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_all_P
public Void visitTraversalMethod_all_P(GremlinParser.TraversalMethod_all_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().- Specified by:
visitTraversalMethod_all_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_and
public Void visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_and().- Specified by:
visitTraversalMethod_andin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_any_P
public Void visitTraversalMethod_any_P(GremlinParser.TraversalMethod_any_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().- Specified by:
visitTraversalMethod_any_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_as
public Void visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_as().- Specified by:
visitTraversalMethod_asin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Consumer
public Void visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_Consumerin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Empty
public Void visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_int
public Void visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().- Specified by:
visitTraversalMethod_barrier_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_both
public Void visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_both().- Specified by:
visitTraversalMethod_bothin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothE
public Void visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_bothE().- Specified by:
visitTraversalMethod_bothEin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothV
public Void visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_bothV().- Specified by:
visitTraversalMethod_bothVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_branch
public Void visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_branch().- Specified by:
visitTraversalMethod_branchin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Comparator
public Void visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Comparatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Empty
public Void visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function
public Void visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Functionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function_Comparator
public Void visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Function_Comparatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Order
public Void visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Orderin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String
public Void visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String_Comparator
public Void visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_String_Comparatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_T
public Void visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Tin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal
public Void visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal_Comparator
public Void visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Specified by:
visitTraversalMethod_by_Traversal_Comparatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cap
public Void visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_cap().- Specified by:
visitTraversalMethod_capin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Function
public Void visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Functionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal
public Void visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Predicate_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal_Traversal
public Void visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Predicate_Traversal_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal
public Void visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal
public Void visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversal_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal_Traversal
public Void visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Specified by:
visitTraversalMethod_choose_Traversal_Traversal_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coalesce
public Void visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_coalesce().- Specified by:
visitTraversalMethod_coalescein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coin
public Void visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_coin().- Specified by:
visitTraversalMethod_coinin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_combine_Object
public Void visitTraversalMethod_combine_Object(GremlinParser.TraversalMethod_combine_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().- Specified by:
visitTraversalMethod_combine_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_connectedComponent
public Void visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().- Specified by:
visitTraversalMethod_connectedComponentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_constant
public Void visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_constant().- Specified by:
visitTraversalMethod_constantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Empty
public Void visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().- Specified by:
visitTraversalMethod_count_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Scope
public Void visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().- Specified by:
visitTraversalMethod_count_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cyclicPath
public Void visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().- Specified by:
visitTraversalMethod_cyclicPathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_Scope_String
public Void visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Specified by:
visitTraversalMethod_dedup_Scope_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_String
public Void visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Specified by:
visitTraversalMethod_dedup_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_difference_Object
public Void visitTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().- Specified by:
visitTraversalMethod_difference_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_disjunct_Object
public Void visitTraversalMethod_disjunct_Object(GremlinParser.TraversalMethod_disjunct_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().- Specified by:
visitTraversalMethod_disjunct_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_drop
public Void visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_drop().- Specified by:
visitTraversalMethod_dropin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_elementMap
public Void visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_elementMap().- Specified by:
visitTraversalMethod_elementMapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Empty
public Void visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Predicate
public Void visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Predicatein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Traversal
public Void visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().- Specified by:
visitTraversalMethod_emit_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Predicate
public Void visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().- Specified by:
visitTraversalMethod_filter_Predicatein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Traversal
public Void visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().- Specified by:
visitTraversalMethod_filter_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_flatMap
public Void visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_flatMap().- Specified by:
visitTraversalMethod_flatMapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Empty
public Void visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().- Specified by:
visitTraversalMethod_fold_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Object_BiFunction
public Void visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().- Specified by:
visitTraversalMethod_fold_Object_BiFunctionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_String
public Void visitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_from_Stringlabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_Vertex
public Void visitTraversalMethod_from_Vertex(GremlinParser.TraversalMethod_from_VertexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_from_Vertexlabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Vertexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_Traversal
public Void visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().- Specified by:
visitTraversalMethod_from_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_Empty
public Void visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().- Specified by:
visitTraversalMethod_group_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_String
public Void visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().- Specified by:
visitTraversalMethod_group_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_Empty
public Void visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().- Specified by:
visitTraversalMethod_groupCount_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_String
public Void visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().- Specified by:
visitTraversalMethod_groupCount_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String
public Void visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Object
public Void visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_P
public Void visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_Object
public Void visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_String_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_P
public Void visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_String_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Traversal
public Void visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_String_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Object
public Void visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_P
public Void visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Traversal
public Void visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Specified by:
visitTraversalMethod_has_T_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_Object_Object
public Void visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().- Specified by:
visitTraversalMethod_hasId_Object_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_P
public Void visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().- Specified by:
visitTraversalMethod_hasId_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_P
public Void visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().- Specified by:
visitTraversalMethod_hasKey_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_String_String
public Void visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().- Specified by:
visitTraversalMethod_hasKey_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_P
public Void visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().- Specified by:
visitTraversalMethod_hasLabel_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_String_String
public Void visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().- Specified by:
visitTraversalMethod_hasLabel_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasNot
public Void visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_hasNot().- Specified by:
visitTraversalMethod_hasNotin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_Object_Object
public Void visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().- Specified by:
visitTraversalMethod_hasValue_Object_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_P
public Void visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().- Specified by:
visitTraversalMethod_hasValue_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_id
public Void visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_id().- Specified by:
visitTraversalMethod_idin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_identity
public Void visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_identity().- Specified by:
visitTraversalMethod_identityin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_in
public Void visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_in().- Specified by:
visitTraversalMethod_inin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inE
public Void visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_inE().- Specified by:
visitTraversalMethod_inEin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_intersect_Object
public Void visitTraversalMethod_intersect_Object(GremlinParser.TraversalMethod_intersect_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().- Specified by:
visitTraversalMethod_intersect_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inV
public Void visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_inV().- Specified by:
visitTraversalMethod_inVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_index
public Void visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_index().- Specified by:
visitTraversalMethod_indexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inject
public Void visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_inject().- Specified by:
visitTraversalMethod_injectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_Object
public Void visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().- Specified by:
visitTraversalMethod_is_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_P
public Void visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().- Specified by:
visitTraversalMethod_is_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_conjoin_String
public Void visitTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().- Specified by:
visitTraversalMethod_conjoin_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_key
public Void visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_key().- Specified by:
visitTraversalMethod_keyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_label
public Void visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_label().- Specified by:
visitTraversalMethod_labelin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_Scope_long
public Void visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().- Specified by:
visitTraversalMethod_limit_Scope_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_long
public Void visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().- Specified by:
visitTraversalMethod_limit_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_local
public Void visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_local().- Specified by:
visitTraversalMethod_localin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_Empty
public Void visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_loops_Emptylabeled alternative inGremlinParser.traversalMethod_loops().- Specified by:
visitTraversalMethod_loops_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_String
public Void visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_loops_Stringlabeled alternative inGremlinParser.traversalMethod_loops().- Specified by:
visitTraversalMethod_loops_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_map
public Void visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_map().- Specified by:
visitTraversalMethod_mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match
public Void visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_match().- Specified by:
visitTraversalMethod_matchin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_math
public Void visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_math().- Specified by:
visitTraversalMethod_mathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Empty
public Void visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().- Specified by:
visitTraversalMethod_max_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Scope
public Void visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().- Specified by:
visitTraversalMethod_max_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Empty
public Void visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().- Specified by:
visitTraversalMethod_mean_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Scope
public Void visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().- Specified by:
visitTraversalMethod_mean_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_merge_Object
public Void visitTraversalMethod_merge_Object(GremlinParser.TraversalMethod_merge_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().- Specified by:
visitTraversalMethod_merge_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Empty
public Void visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().- Specified by:
visitTraversalMethod_min_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Scope
public Void visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().- Specified by:
visitTraversalMethod_min_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_none_P
public Void visitTraversalMethod_none_P(GremlinParser.TraversalMethod_none_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().- Specified by:
visitTraversalMethod_none_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_not
public Void visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_not().- Specified by:
visitTraversalMethod_notin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Predicate_Traversal
public Void visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Predicate_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map
public Void visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Merge_Mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map_Cardinality
public Void visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Merge_Map_Cardinalityin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Object_Traversal
public Void visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Object_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Traversal
public Void visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Traversal
public Void visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Specified by:
visitTraversalMethod_option_Merge_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_optional
public Void visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_optional().- Specified by:
visitTraversalMethod_optionalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_or
public Void visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_or().- Specified by:
visitTraversalMethod_orin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Empty
public Void visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().- Specified by:
visitTraversalMethod_order_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Scope
public Void visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().- Specified by:
visitTraversalMethod_order_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_otherV
public Void visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_otherV().- Specified by:
visitTraversalMethod_otherVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_out
public Void visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_out().- Specified by:
visitTraversalMethod_outin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outE
public Void visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_outE().- Specified by:
visitTraversalMethod_outEin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outV
public Void visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_outV().- Specified by:
visitTraversalMethod_outVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_Empty
public Void visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().- Specified by:
visitTraversalMethod_pageRank_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_double
public Void visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().- Specified by:
visitTraversalMethod_pageRank_doublein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_path
public Void visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_path().- Specified by:
visitTraversalMethod_pathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_peerPressure
public Void visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_peerPressure().- Specified by:
visitTraversalMethod_peerPressurein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_product_Object
public Void visitTraversalMethod_product_Object(GremlinParser.TraversalMethod_product_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().- Specified by:
visitTraversalMethod_product_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_Empty
public Void visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().- Specified by:
visitTraversalMethod_profile_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_String
public Void visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().- Specified by:
visitTraversalMethod_profile_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_project
public Void visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_project().- Specified by:
visitTraversalMethod_projectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_properties
public Void visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_properties().- Specified by:
visitTraversalMethod_propertiesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object_Object_Object
public Void visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Cardinality_Object_Object_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object_Object_Object
public Void visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Object_Object_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object
public Void visitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object
public Void visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Specified by:
visitTraversalMethod_property_Cardinality_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_propertyMap
public Void visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_propertyMap().- Specified by:
visitTraversalMethod_propertyMapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_Scope_long_long
public Void visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().- Specified by:
visitTraversalMethod_range_Scope_long_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_long_long
public Void visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().- Specified by:
visitTraversalMethod_range_long_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_read
public Void visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_read().- Specified by:
visitTraversalMethod_readin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_String_Traversal
public Void visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_repeat_String_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Specified by:
visitTraversalMethod_repeat_String_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_Traversal
public Void visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_repeat_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Specified by:
visitTraversalMethod_repeat_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_reverse_Empty
public Void visitTraversalMethod_reverse_Empty(GremlinParser.TraversalMethod_reverse_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().- Specified by:
visitTraversalMethod_reverse_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_BiFunction
public Void visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().- Specified by:
visitTraversalMethod_sack_BiFunctionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_Empty
public Void visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().- Specified by:
visitTraversalMethod_sack_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_Scope_int
public Void visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().- Specified by:
visitTraversalMethod_sample_Scope_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_int
public Void visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().- Specified by:
visitTraversalMethod_sample_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Column
public Void visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Columnin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String
public Void visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String_String_String
public Void visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_String_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_Traversal
public Void visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Pop_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String
public Void visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String_String_String
public Void visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_String_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Traversal
public Void visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Specified by:
visitTraversalMethod_select_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_shortestPath
public Void visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_shortestPath().- Specified by:
visitTraversalMethod_shortestPathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sideEffect
public Void visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_sideEffect().- Specified by:
visitTraversalMethod_sideEffectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_simplePath
public Void visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_simplePath().- Specified by:
visitTraversalMethod_simplePathin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_Scope_long
public Void visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().- Specified by:
visitTraversalMethod_skip_Scope_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_long
public Void visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().- Specified by:
visitTraversalMethod_skip_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_store
public Void visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_store().- Specified by:
visitTraversalMethod_storein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_subgraph
public Void visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_subgraph().- Specified by:
visitTraversalMethod_subgraphin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Empty
public Void visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().- Specified by:
visitTraversalMethod_sum_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Scope
public Void visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().- Specified by:
visitTraversalMethod_sum_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Empty
public Void visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope
public Void visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope_long
public Void visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_Scope_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_long
public Void visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().- Specified by:
visitTraversalMethod_tail_longin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_Empty
public Void visitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().- Specified by:
visitTraversalMethod_fail_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_String
public Void visitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().- Specified by:
visitTraversalMethod_fail_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_timeLimit
public Void visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_timeLimit().- Specified by:
visitTraversalMethod_timeLimitin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_times
public Void visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_times().- Specified by:
visitTraversalMethod_timesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Direction_String
public Void visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Direction_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_String
public Void visitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_to_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Vertex
public Void visitTraversalMethod_to_Vertex(GremlinParser.TraversalMethod_to_VertexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_to_Vertexlabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Vertexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Traversal
public Void visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().- Specified by:
visitTraversalMethod_to_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toE
public Void visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_toE().- Specified by:
visitTraversalMethod_toEin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toV
public Void visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_toV().- Specified by:
visitTraversalMethod_toVin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_Empty
public Void visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().- Specified by:
visitTraversalMethod_tree_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_String
public Void visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().- Specified by:
visitTraversalMethod_tree_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_unfold
public Void visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_unfold().- Specified by:
visitTraversalMethod_unfoldin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_union
public Void visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_union().- Specified by:
visitTraversalMethod_unionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Predicate
public Void visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().- Specified by:
visitTraversalMethod_until_Predicatein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Traversal
public Void visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().- Specified by:
visitTraversalMethod_until_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_value
public Void visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_value().- Specified by:
visitTraversalMethod_valuein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_String
public Void visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Specified by:
visitTraversalMethod_valueMap_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_boolean_String
public Void visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Specified by:
visitTraversalMethod_valueMap_boolean_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_values
public Void visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_values().- Specified by:
visitTraversalMethod_valuesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_P
public Void visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_String_P
public Void visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_String_Pin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_Traversal
public Void visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().- Specified by:
visitTraversalMethod_where_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String
public Void visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_with_Stringlabeled alternative inGremlinParser.traversalMethod_with().- Specified by:
visitTraversalMethod_with_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String_Object
public Void visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_with_String_Objectlabeled alternative inGremlinParser.traversalMethod_with().- Specified by:
visitTraversalMethod_with_String_Objectin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_write
public Void visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_write().- Specified by:
visitTraversalMethod_writein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_element
public Void visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_element().- Specified by:
visitTraversalMethod_elementin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string
public Void visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map
public Void visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_traversal
public Void visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map_traversal
public Void visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().- Specified by:
visitTraversalMethod_call_string_map_traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_concat_Traversal_Traversal
public Void visitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().- Specified by:
visitTraversalMethod_concat_Traversal_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_concat_String
public Void visitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().- Specified by:
visitTraversalMethod_concat_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asString_Empty
public Void visitTraversalMethod_asString_Empty(GremlinParser.TraversalMethod_asString_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().- Specified by:
visitTraversalMethod_asString_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asString_Scope
public Void visitTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().- Specified by:
visitTraversalMethod_asString_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_format_String
public Void visitTraversalMethod_format_String(GremlinParser.TraversalMethod_format_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().- Specified by:
visitTraversalMethod_format_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toUpper_Empty
public Void visitTraversalMethod_toUpper_Empty(GremlinParser.TraversalMethod_toUpper_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().- Specified by:
visitTraversalMethod_toUpper_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toUpper_Scope
public Void visitTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().- Specified by:
visitTraversalMethod_toUpper_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toLower_Empty
public Void visitTraversalMethod_toLower_Empty(GremlinParser.TraversalMethod_toLower_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().- Specified by:
visitTraversalMethod_toLower_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toLower_Scope
public Void visitTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().- Specified by:
visitTraversalMethod_toLower_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_length_Empty
public Void visitTraversalMethod_length_Empty(GremlinParser.TraversalMethod_length_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().- Specified by:
visitTraversalMethod_length_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_length_Scope
public Void visitTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().- Specified by:
visitTraversalMethod_length_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_trim_Empty
public Void visitTraversalMethod_trim_Empty(GremlinParser.TraversalMethod_trim_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().- Specified by:
visitTraversalMethod_trim_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_trim_Scope
public Void visitTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().- Specified by:
visitTraversalMethod_trim_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_lTrim_Empty
public Void visitTraversalMethod_lTrim_Empty(GremlinParser.TraversalMethod_lTrim_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().- Specified by:
visitTraversalMethod_lTrim_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_lTrim_Scope
public Void visitTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().- Specified by:
visitTraversalMethod_lTrim_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_rTrim_Empty
public Void visitTraversalMethod_rTrim_Empty(GremlinParser.TraversalMethod_rTrim_EmptyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().- Specified by:
visitTraversalMethod_rTrim_Emptyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_rTrim_Scope
public Void visitTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().- Specified by:
visitTraversalMethod_rTrim_Scopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_replace_String_String
public Void visitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().- Specified by:
visitTraversalMethod_replace_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_replace_Scope_String_String
public Void visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().- Specified by:
visitTraversalMethod_replace_Scope_String_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_split_String
public Void visitTraversalMethod_split_String(GremlinParser.TraversalMethod_split_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().- Specified by:
visitTraversalMethod_split_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_split_Scope_String
public Void visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().- Specified by:
visitTraversalMethod_split_Scope_Stringin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_int
public Void visitTraversalMethod_substring_int(GremlinParser.TraversalMethod_substring_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().- Specified by:
visitTraversalMethod_substring_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int
public Void visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().- Specified by:
visitTraversalMethod_substring_Scope_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_int_int
public Void visitTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().- Specified by:
visitTraversalMethod_substring_int_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int_int
public Void visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().- Specified by:
visitTraversalMethod_substring_Scope_int_intin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asDate
public Void visitTraversalMethod_asDate(GremlinParser.TraversalMethod_asDateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_asDate().- Specified by:
visitTraversalMethod_asDatein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateAdd
public Void visitTraversalMethod_dateAdd(GremlinParser.TraversalMethod_dateAddContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMethod_dateAdd().- Specified by:
visitTraversalMethod_dateAddin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateDiff_Traversal
public Void visitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().- Specified by:
visitTraversalMethod_dateDiff_Traversalin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateDiff_Date
public Void visitTraversalMethod_dateDiff_Date(GremlinParser.TraversalMethod_dateDiff_DateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().- Specified by:
visitTraversalMethod_dateDiff_Datein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStructureVertex
public Void visitStructureVertex(GremlinParser.StructureVertexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.structureVertex().- Specified by:
visitStructureVertexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategy
public Void visitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalStrategy().- Specified by:
visitTraversalStrategyin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalScope
public Void visitTraversalScope(GremlinParser.TraversalScopeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalScope().- Specified by:
visitTraversalScopein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalToken
public Void visitTraversalToken(GremlinParser.TraversalTokenContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalToken().- Specified by:
visitTraversalTokenin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMerge
public Void visitTraversalMerge(GremlinParser.TraversalMergeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalMerge().- Specified by:
visitTraversalMergein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalOrder
public Void visitTraversalOrder(GremlinParser.TraversalOrderContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalOrder().- Specified by:
visitTraversalOrderin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalBarrier
public Void visitTraversalBarrier(GremlinParser.TraversalBarrierContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalBarrier().- Specified by:
visitTraversalBarrierin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDirection
public Void visitTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalDirection().- Specified by:
visitTraversalDirectionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalCardinality
public Void visitTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalCardinality().- Specified by:
visitTraversalCardinalityin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalColumn
public Void visitTraversalColumn(GremlinParser.TraversalColumnContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalColumn().- Specified by:
visitTraversalColumnin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPop
public Void visitTraversalPop(GremlinParser.TraversalPopContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPop().- Specified by:
visitTraversalPopin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalOperator
public Void visitTraversalOperator(GremlinParser.TraversalOperatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalOperator().- Specified by:
visitTraversalOperatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPick
public Void visitTraversalPick(GremlinParser.TraversalPickContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPick().- Specified by:
visitTraversalPickin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDT
public Void visitTraversalDT(GremlinParser.TraversalDTContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalDT().- Specified by:
visitTraversalDTin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate
public Void visitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate().- Specified by:
visitTraversalPredicatein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod
public Void visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod().- Specified by:
visitTraversalTerminalMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSackMethod
public Void visitTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSackMethod().- Specified by:
visitTraversalSackMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSelfMethod
public Void visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSelfMethod().- Specified by:
visitTraversalSelfMethodin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalComparator
public Void visitTraversalComparator(GremlinParser.TraversalComparatorContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalComparator().- Specified by:
visitTraversalComparatorin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalFunction
public Void visitTraversalFunction(GremlinParser.TraversalFunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalFunction().- Specified by:
visitTraversalFunctionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalBiFunction
public Void visitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalBiFunction().- Specified by:
visitTraversalBiFunctionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_eq
public Void visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_eq().- Specified by:
visitTraversalPredicate_eqin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_neq
public Void visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_neq().- Specified by:
visitTraversalPredicate_neqin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitP
protected void visitP(org.antlr.v4.runtime.ParserRuleContext ctx, Class<?> clazzOfP, String methodName)
-
visitTraversalPredicate_lt
public Void visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_lt().- Specified by:
visitTraversalPredicate_ltin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_lte
public Void visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_lte().- Specified by:
visitTraversalPredicate_ltein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gt
public Void visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_gt().- Specified by:
visitTraversalPredicate_gtin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gte
public Void visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_gte().- Specified by:
visitTraversalPredicate_gtein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_inside
public Void visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_inside().- Specified by:
visitTraversalPredicate_insidein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_outside
public Void visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_outside().- Specified by:
visitTraversalPredicate_outsidein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_between
public Void visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_between().- Specified by:
visitTraversalPredicate_betweenin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_within
public Void visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_within().- Specified by:
visitTraversalPredicate_withinin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_without
public Void visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_without().- Specified by:
visitTraversalPredicate_withoutin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_not
public Void visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_not().- Specified by:
visitTraversalPredicate_notin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_containing
public Void visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_containing().- Specified by:
visitTraversalPredicate_containingin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notContaining
public Void visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_notContaining().- Specified by:
visitTraversalPredicate_notContainingin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_startingWith
public Void visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_startingWith().- Specified by:
visitTraversalPredicate_startingWithin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notStartingWith
public Void visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().- Specified by:
visitTraversalPredicate_notStartingWithin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_endingWith
public Void visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_endingWith().- Specified by:
visitTraversalPredicate_endingWithin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notEndingWith
public Void visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().- Specified by:
visitTraversalPredicate_notEndingWithin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_regex
public Void visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_regex().- Specified by:
visitTraversalPredicate_regexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notRegex
public Void visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalPredicate_notRegex().- Specified by:
visitTraversalPredicate_notRegexin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_explain
public Void visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_explain().- Specified by:
visitTraversalTerminalMethod_explainin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_hasNext
public Void visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().- Specified by:
visitTraversalTerminalMethod_hasNextin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_iterate
public Void visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().- Specified by:
visitTraversalTerminalMethod_iteratein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_tryNext
public Void visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().- Specified by:
visitTraversalTerminalMethod_tryNextin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_next
public Void visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_next().- Specified by:
visitTraversalTerminalMethod_nextin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toList
public Void visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_toList().- Specified by:
visitTraversalTerminalMethod_toListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toSet
public Void visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().- Specified by:
visitTraversalTerminalMethod_toSetin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toBulkSet
public Void visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().- Specified by:
visitTraversalTerminalMethod_toBulkSetin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSelfMethod_discard
public Void visitTraversalSelfMethod_discard(GremlinParser.TraversalSelfMethod_discardContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSelfMethod_discard().- Specified by:
visitTraversalSelfMethod_discardin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionKeys
public Void visitWithOptionKeys(GremlinParser.WithOptionKeysContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionKeys().- Specified by:
visitWithOptionKeysin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants
public Void visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.connectedComponentConstants().- Specified by:
visitConnectedComponentConstantsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants
public Void visitPageRankConstants(GremlinParser.PageRankConstantsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.pageRankConstants().- Specified by:
visitPageRankConstantsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants
public Void visitPeerPressureConstants(GremlinParser.PeerPressureConstantsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.peerPressureConstants().- Specified by:
visitPeerPressureConstantsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants
public Void visitShortestPathConstants(GremlinParser.ShortestPathConstantsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants().- Specified by:
visitShortestPathConstantsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsValues
public Void visitWithOptionsValues(GremlinParser.WithOptionsValuesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsValues().- Specified by:
visitWithOptionsValuesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsKeys
public Void visitIoOptionsKeys(GremlinParser.IoOptionsKeysContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsKeys().- Specified by:
visitIoOptionsKeysin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsValues
public Void visitIoOptionsValues(GremlinParser.IoOptionsValuesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsValues().- Specified by:
visitIoOptionsValuesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_component
public Void visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.connectedComponentConstants_component().- Specified by:
visitConnectedComponentConstants_componentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_edges
public Void visitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.connectedComponentConstants_edges().- Specified by:
visitConnectedComponentConstants_edgesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_propertyName
public Void visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().- Specified by:
visitConnectedComponentConstants_propertyNamein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_edges
public Void visitPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.pageRankConstants_edges().- Specified by:
visitPageRankConstants_edgesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_times
public Void visitPageRankConstants_times(GremlinParser.PageRankConstants_timesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.pageRankConstants_times().- Specified by:
visitPageRankConstants_timesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_propertyName
public Void visitPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.pageRankConstants_propertyName().- Specified by:
visitPageRankConstants_propertyNamein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_edges
public Void visitPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.peerPressureConstants_edges().- Specified by:
visitPeerPressureConstants_edgesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_times
public Void visitPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.peerPressureConstants_times().- Specified by:
visitPeerPressureConstants_timesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_propertyName
public Void visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.peerPressureConstants_propertyName().- Specified by:
visitPeerPressureConstants_propertyNamein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_target
public Void visitShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants_target().- Specified by:
visitShortestPathConstants_targetin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_edges
public Void visitShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants_edges().- Specified by:
visitShortestPathConstants_edgesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_distance
public Void visitShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants_distance().- Specified by:
visitShortestPathConstants_distancein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_maxDistance
public Void visitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().- Specified by:
visitShortestPathConstants_maxDistancein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_includeEdges
public Void visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().- Specified by:
visitShortestPathConstants_includeEdgesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_tokens
public Void visitWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_tokens().- Specified by:
visitWithOptionsConstants_tokensin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_none
public Void visitWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_none().- Specified by:
visitWithOptionsConstants_nonein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_ids
public Void visitWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_ids().- Specified by:
visitWithOptionsConstants_idsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_labels
public Void visitWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_labels().- Specified by:
visitWithOptionsConstants_labelsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_keys
public Void visitWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_keys().- Specified by:
visitWithOptionsConstants_keysin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_values
public Void visitWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_values().- Specified by:
visitWithOptionsConstants_valuesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_all
public Void visitWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_all().- Specified by:
visitWithOptionsConstants_allin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_indexer
public Void visitWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_indexer().- Specified by:
visitWithOptionsConstants_indexerin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_list
public Void visitWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_list().- Specified by:
visitWithOptionsConstants_listin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_map
public Void visitWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsConstants_map().- Specified by:
visitWithOptionsConstants_mapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_reader
public Void visitIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsConstants_reader().- Specified by:
visitIoOptionsConstants_readerin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_writer
public Void visitIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsConstants_writer().- Specified by:
visitIoOptionsConstants_writerin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_gryo
public Void visitIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsConstants_gryo().- Specified by:
visitIoOptionsConstants_gryoin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_graphson
public Void visitIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsConstants_graphson().- Specified by:
visitIoOptionsConstants_graphsonin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_graphml
public Void visitIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsConstants_graphml().- Specified by:
visitIoOptionsConstants_graphmlin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentStringConstant
public Void visitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.connectedComponentStringConstant().- Specified by:
visitConnectedComponentStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankStringConstant
public Void visitPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.pageRankStringConstant().- Specified by:
visitPageRankStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureStringConstant
public Void visitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.peerPressureStringConstant().- Specified by:
visitPeerPressureStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathStringConstant
public Void visitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.shortestPathStringConstant().- Specified by:
visitShortestPathStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsStringConstant
public Void visitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.withOptionsStringConstant().- Specified by:
visitWithOptionsStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsStringConstant
public Void visitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.ioOptionsStringConstant().- Specified by:
visitIoOptionsStringConstantin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanArgument
public Void visitBooleanArgument(GremlinParser.BooleanArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.booleanArgument().- Specified by:
visitBooleanArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerArgument
public Void visitIntegerArgument(GremlinParser.IntegerArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.integerArgument().- Specified by:
visitIntegerArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatArgument
public Void visitFloatArgument(GremlinParser.FloatArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.floatArgument().- Specified by:
visitFloatArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringArgument
public Void visitStringArgument(GremlinParser.StringArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringArgument().- Specified by:
visitStringArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableArgument
public Void visitStringNullableArgument(GremlinParser.StringNullableArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringNullableArgument().- Specified by:
visitStringNullableArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateArgument
public Void visitDateArgument(GremlinParser.DateArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.dateArgument().- Specified by:
visitDateArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralArgument
public Void visitGenericLiteralArgument(GremlinParser.GenericLiteralArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralArgument().- Specified by:
visitGenericLiteralArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralListArgument
public Void visitGenericLiteralListArgument(GremlinParser.GenericLiteralListArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralListArgument().- Specified by:
visitGenericLiteralListArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralMapArgument
public Void visitGenericLiteralMapArgument(GremlinParser.GenericLiteralMapArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralMapArgument().- Specified by:
visitGenericLiteralMapArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralMapNullableArgument
public Void visitGenericLiteralMapNullableArgument(GremlinParser.GenericLiteralMapNullableArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralMapNullableArgument().- Specified by:
visitGenericLiteralMapNullableArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullableGenericLiteralMap
public Void visitNullableGenericLiteralMap(GremlinParser.NullableGenericLiteralMapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nullableGenericLiteralMap().- Specified by:
visitNullableGenericLiteralMapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStructureVertexArgument
public Void visitStructureVertexArgument(GremlinParser.StructureVertexArgumentContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.structureVertexArgument().- Specified by:
visitStructureVertexArgumentin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyList
public Void visitTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalStrategyList().- Specified by:
visitTraversalStrategyListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyExpr
public Void visitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalStrategyExpr().- Specified by:
visitTraversalStrategyExprin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalList
public Void visitNestedTraversalList(GremlinParser.NestedTraversalListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nestedTraversalList().- Specified by:
visitNestedTraversalListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalExpr
public Void visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nestedTraversalExpr().- Specified by:
visitNestedTraversalExprin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralVarargs
public Void visitGenericLiteralVarargs(GremlinParser.GenericLiteralVarargsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralVarargs().- Specified by:
visitGenericLiteralVarargsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralList
public Void visitGenericLiteralList(GremlinParser.GenericLiteralListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralList().- Specified by:
visitGenericLiteralListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralExpr
public Void visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralExpr().- Specified by:
visitGenericLiteralExprin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralRange
public Void visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralRange().- Specified by:
visitGenericLiteralRangein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralCollection
public Void visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralCollection().- Specified by:
visitGenericLiteralCollectionin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralSet
public Void visitGenericLiteralSet(GremlinParser.GenericLiteralSetContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralSet().- Specified by:
visitGenericLiteralSetin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralVarargs
public Void visitStringLiteralVarargs(GremlinParser.StringLiteralVarargsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringLiteralVarargs().- Specified by:
visitStringLiteralVarargsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralVarargsLiterals
public Void visitStringLiteralVarargsLiterals(GremlinParser.StringLiteralVarargsLiteralsContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringLiteralVarargsLiterals().- Specified by:
visitStringLiteralVarargsLiteralsin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralList
public Void visitStringLiteralList(GremlinParser.StringLiteralListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringLiteralList().- Specified by:
visitStringLiteralListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralExpr
public Void visitStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringLiteralExpr().- Specified by:
visitStringLiteralExprin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteral
public Void visitGenericLiteral(GremlinParser.GenericLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteral().- Specified by:
visitGenericLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralMap
public Void visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.genericLiteralMap().- Specified by:
visitGenericLiteralMapin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntry
public Void visitMapEntry(GremlinParser.MapEntryContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.mapEntry().- Specified by:
visitMapEntryin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
public Void visitStringLiteral(GremlinParser.StringLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringLiteral().- Specified by:
visitStringLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableLiteral
public Void visitStringNullableLiteral(GremlinParser.StringNullableLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.stringNullableLiteral().- Specified by:
visitStringNullableLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
public Void visitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.integerLiteral().- Specified by:
visitIntegerLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
public Void visitFloatLiteral(GremlinParser.FloatLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.floatLiteral().- Specified by:
visitFloatLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
public Void visitNumericLiteral(GremlinParser.NumericLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.numericLiteral().- Specified by:
visitNumericLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
public Void visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.booleanLiteral().- Specified by:
visitBooleanLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
public Void visitDateLiteral(GremlinParser.DateLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.dateLiteral().- Specified by:
visitDateLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
public Void visitNullLiteral(GremlinParser.NullLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nullLiteral().- Specified by:
visitNullLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNanLiteral
public Void visitNanLiteral(GremlinParser.NanLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.nanLiteral().- Specified by:
visitNanLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInfLiteral
public Void visitInfLiteral(GremlinParser.InfLiteralContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.infLiteral().- Specified by:
visitInfLiteralin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
public Void visitVariable(GremlinParser.VariableContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.variable().- Specified by:
visitVariablein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withoutStrategies
public Void visitTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withoutStrategies().- Specified by:
visitTraversalSourceSelfMethod_withoutStrategiesin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConfiguration
public Void visitConfiguration(GremlinParser.ConfigurationContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.configuration().- Specified by:
visitConfigurationin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassTypeList
public Void visitClassTypeList(GremlinParser.ClassTypeListContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.classTypeList().- Specified by:
visitClassTypeListin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassTypeExpr
public Void visitClassTypeExpr(GremlinParser.ClassTypeExprContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.classTypeExpr().- Specified by:
visitClassTypeExprin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType
public Void visitClassType(GremlinParser.ClassTypeContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.classType().- Specified by:
visitClassTypein interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
public Void visitKeyword(GremlinParser.KeywordContext ctx)
Description copied from interface:GremlinVisitorVisit a parse tree produced byGremlinParser.keyword().- Specified by:
visitKeywordin interfaceGremlinVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerminal
public Void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
appendAnonymousSpawn
protected void appendAnonymousSpawn()
-
-