Class GremlinBaseListener
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.language.grammar.GremlinBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,GremlinListener
public class GremlinBaseListener extends Object implements GremlinListener
This class provides an empty implementation ofGremlinListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GremlinBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterQueryList
public void enterQueryList(GremlinParser.QueryListContext ctx)
Enter a parse tree produced byGremlinParser.queryList().The default implementation does nothing.
- Specified by:
enterQueryListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitQueryList
public void exitQueryList(GremlinParser.QueryListContext ctx)
Exit a parse tree produced byGremlinParser.queryList().The default implementation does nothing.
- Specified by:
exitQueryListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterQuery
public void enterQuery(GremlinParser.QueryContext ctx)
Enter a parse tree produced byGremlinParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitQuery
public void exitQuery(GremlinParser.QueryContext ctx)
Exit a parse tree produced byGremlinParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterEmptyQuery
public void enterEmptyQuery(GremlinParser.EmptyQueryContext ctx)
Enter a parse tree produced byGremlinParser.emptyQuery().The default implementation does nothing.
- Specified by:
enterEmptyQueryin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitEmptyQuery
public void exitEmptyQuery(GremlinParser.EmptyQueryContext ctx)
Exit a parse tree produced byGremlinParser.emptyQuery().The default implementation does nothing.
- Specified by:
exitEmptyQueryin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSource
public void enterTraversalSource(GremlinParser.TraversalSourceContext ctx)
Enter a parse tree produced byGremlinParser.traversalSource().The default implementation does nothing.
- Specified by:
enterTraversalSourcein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSource
public void exitTraversalSource(GremlinParser.TraversalSourceContext ctx)
Exit a parse tree produced byGremlinParser.traversalSource().The default implementation does nothing.
- Specified by:
exitTraversalSourcein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTransactionPart
public void enterTransactionPart(GremlinParser.TransactionPartContext ctx)
Enter a parse tree produced byGremlinParser.transactionPart().The default implementation does nothing.
- Specified by:
enterTransactionPartin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTransactionPart
public void exitTransactionPart(GremlinParser.TransactionPartContext ctx)
Exit a parse tree produced byGremlinParser.transactionPart().The default implementation does nothing.
- Specified by:
exitTransactionPartin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterRootTraversal
public void enterRootTraversal(GremlinParser.RootTraversalContext ctx)
Enter a parse tree produced byGremlinParser.rootTraversal().The default implementation does nothing.
- Specified by:
enterRootTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitRootTraversal
public void exitRootTraversal(GremlinParser.RootTraversalContext ctx)
Exit a parse tree produced byGremlinParser.rootTraversal().The default implementation does nothing.
- Specified by:
exitRootTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod
public void enterTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod
public void exitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_withBulk
public void enterTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withBulkin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withBulk
public void exitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withBulkin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_withPath
public void enterTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withPath
public void exitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_withSack
public void enterTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withSackin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withSack
public void exitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withSackin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_withSideEffect
public void enterTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withSideEffectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withSideEffect
public void exitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withSideEffectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_withStrategies
public void enterTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withStrategiesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withStrategies
public void exitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withStrategiesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSelfMethod_with
public void enterTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_within interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_with
public void exitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_within interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod
public void enterTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod
public void exitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_addE
public void enterTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_addEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_addE
public void exitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_addEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_addV
public void enterTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_addVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_addV
public void exitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_addVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_E
public void enterTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_Ein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_E
public void exitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_Ein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_V
public void enterTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_Vin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_V
public void exitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_Vin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_inject
public void enterTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_injectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_inject
public void exitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_injectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_io
public void enterTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_ioin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_io
public void exitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_ioin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterChainedTraversal
public void enterChainedTraversal(GremlinParser.ChainedTraversalContext ctx)
Enter a parse tree produced byGremlinParser.chainedTraversal().The default implementation does nothing.
- Specified by:
enterChainedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitChainedTraversal
public void exitChainedTraversal(GremlinParser.ChainedTraversalContext ctx)
Exit a parse tree produced byGremlinParser.chainedTraversal().The default implementation does nothing.
- Specified by:
exitChainedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterChainedParentOfGraphTraversal
public void enterChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx)
Enter a parse tree produced byGremlinParser.chainedParentOfGraphTraversal().The default implementation does nothing.
- Specified by:
enterChainedParentOfGraphTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitChainedParentOfGraphTraversal
public void exitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext ctx)
Exit a parse tree produced byGremlinParser.chainedParentOfGraphTraversal().The default implementation does nothing.
- Specified by:
exitChainedParentOfGraphTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterNestedTraversal
public void enterNestedTraversal(GremlinParser.NestedTraversalContext ctx)
Enter a parse tree produced byGremlinParser.nestedTraversal().The default implementation does nothing.
- Specified by:
enterNestedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNestedTraversal
public void exitNestedTraversal(GremlinParser.NestedTraversalContext ctx)
Exit a parse tree produced byGremlinParser.nestedTraversal().The default implementation does nothing.
- Specified by:
exitNestedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTerminatedTraversal
public void enterTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx)
Enter a parse tree produced byGremlinParser.terminatedTraversal().The default implementation does nothing.
- Specified by:
enterTerminatedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTerminatedTraversal
public void exitTerminatedTraversal(GremlinParser.TerminatedTraversalContext ctx)
Exit a parse tree produced byGremlinParser.terminatedTraversal().The default implementation does nothing.
- Specified by:
exitTerminatedTraversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod
public void enterTraversalMethod(GremlinParser.TraversalMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod().The default implementation does nothing.
- Specified by:
enterTraversalMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod
public void exitTraversalMethod(GremlinParser.TraversalMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod().The default implementation does nothing.
- Specified by:
exitTraversalMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_V
public void enterTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_V().The default implementation does nothing.
- Specified by:
enterTraversalMethod_Vin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_V
public void exitTraversalMethod_V(GremlinParser.TraversalMethod_VContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_V().The default implementation does nothing.
- Specified by:
exitTraversalMethod_Vin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_addE_String
public void enterTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_addE_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_addE_String
public void exitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_addE_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_addE_Traversal
public void enterTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_addE_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_addE_Traversal
public void exitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_addE_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_addV_Empty
public void enterTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_addV_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_addV_Empty
public void exitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_addV_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_addV_String
public void enterTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_addV_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_addV_String
public void exitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_addV_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_addV_Traversal
public void enterTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_addV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_addV_Traversal
public void exitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_addV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_aggregate_Scope_String
public void enterTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_aggregate_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().The default implementation does nothing.
- Specified by:
enterTraversalMethod_aggregate_Scope_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_aggregate_Scope_String
public void exitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_aggregate_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().The default implementation does nothing.
- Specified by:
exitTraversalMethod_aggregate_Scope_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_aggregate_String
public void enterTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().The default implementation does nothing.
- Specified by:
enterTraversalMethod_aggregate_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_aggregate_String
public void exitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().The default implementation does nothing.
- Specified by:
exitTraversalMethod_aggregate_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_and
public void enterTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_and().The default implementation does nothing.
- Specified by:
enterTraversalMethod_andin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_and
public void exitTraversalMethod_and(GremlinParser.TraversalMethod_andContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_and().The default implementation does nothing.
- Specified by:
exitTraversalMethod_andin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_as
public void enterTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_as().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_as
public void exitTraversalMethod_as(GremlinParser.TraversalMethod_asContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_as().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_barrier_Consumer
public void enterTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx)
Enter a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
enterTraversalMethod_barrier_Consumerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_barrier_Consumer
public void exitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext ctx)
Exit a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
exitTraversalMethod_barrier_Consumerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_barrier_Empty
public void enterTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
enterTraversalMethod_barrier_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_barrier_Empty
public void exitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
exitTraversalMethod_barrier_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_barrier_int
public void enterTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx)
Enter a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
enterTraversalMethod_barrier_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_barrier_int
public void exitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext ctx)
Exit a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().The default implementation does nothing.
- Specified by:
exitTraversalMethod_barrier_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_both
public void enterTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_both().The default implementation does nothing.
- Specified by:
enterTraversalMethod_bothin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_both
public void exitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_both().The default implementation does nothing.
- Specified by:
exitTraversalMethod_bothin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_bothE
public void enterTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_bothE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_bothEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_bothE
public void exitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_bothE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_bothEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_bothV
public void enterTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_bothV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_bothVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_bothV
public void exitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_bothV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_bothVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_branch
public void enterTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_branch().The default implementation does nothing.
- Specified by:
enterTraversalMethod_branchin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_branch
public void exitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_branch().The default implementation does nothing.
- Specified by:
exitTraversalMethod_branchin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Comparator
public void enterTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Comparator
public void exitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Empty
public void enterTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Empty
public void exitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Function
public void enterTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Functionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Function
public void exitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Functionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Function_Comparator
public void enterTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Function_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Function_Comparator
public void exitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Function_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Order
public void enterTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Orderin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Order
public void exitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Orderin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_String
public void enterTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_String
public void exitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_String_Comparator
public void enterTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx)
Enter a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_String_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_String_Comparator
public void exitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx)
Exit a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_String_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_T
public void enterTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Tin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_T
public void exitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Tin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Traversal
public void enterTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Traversal
public void exitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_by_Traversal_Comparator
public void enterTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx)
Enter a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
enterTraversalMethod_by_Traversal_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_by_Traversal_Comparator
public void exitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx)
Exit a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().The default implementation does nothing.
- Specified by:
exitTraversalMethod_by_Traversal_Comparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_cap
public void enterTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_cap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_capin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_cap
public void exitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_cap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_capin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Function
public void enterTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Functionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Function
public void exitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Functionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Predicate_Traversal
public void enterTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Predicate_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Predicate_Traversal
public void exitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Predicate_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Predicate_Traversal_Traversal
public void enterTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Predicate_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Predicate_Traversal_Traversal
public void exitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Predicate_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Traversal
public void enterTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Traversal
public void exitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Traversal_Traversal
public void enterTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Traversal_Traversal
public void exitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_choose_Traversal_Traversal_Traversal
public void enterTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
enterTraversalMethod_choose_Traversal_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_choose_Traversal_Traversal_Traversal
public void exitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation does nothing.
- Specified by:
exitTraversalMethod_choose_Traversal_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_coalesce
public void enterTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_coalesce().The default implementation does nothing.
- Specified by:
enterTraversalMethod_coalescein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_coalesce
public void exitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_coalesce().The default implementation does nothing.
- Specified by:
exitTraversalMethod_coalescein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_coin
public void enterTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_coin().The default implementation does nothing.
- Specified by:
enterTraversalMethod_coinin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_coin
public void exitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_coin().The default implementation does nothing.
- Specified by:
exitTraversalMethod_coinin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_connectedComponent
public void enterTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_connectedComponent().The default implementation does nothing.
- Specified by:
enterTraversalMethod_connectedComponentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_connectedComponent
public void exitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().The default implementation does nothing.
- Specified by:
exitTraversalMethod_connectedComponentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_constant
public void enterTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_constant().The default implementation does nothing.
- Specified by:
enterTraversalMethod_constantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_constant
public void exitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_constant().The default implementation does nothing.
- Specified by:
exitTraversalMethod_constantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_count_Empty
public void enterTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().The default implementation does nothing.
- Specified by:
enterTraversalMethod_count_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_count_Empty
public void exitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().The default implementation does nothing.
- Specified by:
exitTraversalMethod_count_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_count_Scope
public void enterTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().The default implementation does nothing.
- Specified by:
enterTraversalMethod_count_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_count_Scope
public void exitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().The default implementation does nothing.
- Specified by:
exitTraversalMethod_count_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_cyclicPath
public void enterTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_cyclicPath().The default implementation does nothing.
- Specified by:
enterTraversalMethod_cyclicPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_cyclicPath
public void exitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().The default implementation does nothing.
- Specified by:
exitTraversalMethod_cyclicPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_dedup_Scope_String
public void enterTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dedup_Scope_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_dedup_Scope_String
public void exitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dedup_Scope_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_dedup_String
public void enterTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dedup_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_dedup_String
public void exitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dedup_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_drop
public void enterTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_drop().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dropin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_drop
public void exitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_drop().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dropin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_elementMap
public void enterTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_elementMap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_elementMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_elementMap
public void exitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_elementMap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_elementMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_emit_Empty
public void enterTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_emit_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_emit_Empty
public void exitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_emit_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_emit_Predicate
public void enterTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx)
Enter a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_emit_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_emit_Predicate
public void exitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext ctx)
Exit a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_emit_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_emit_Traversal
public void enterTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_emit_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_emit_Traversal
public void exitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_emit_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_filter_Predicate
public void enterTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx)
Enter a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().The default implementation does nothing.
- Specified by:
enterTraversalMethod_filter_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_filter_Predicate
public void exitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext ctx)
Exit a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().The default implementation does nothing.
- Specified by:
exitTraversalMethod_filter_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_filter_Traversal
public void enterTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().The default implementation does nothing.
- Specified by:
enterTraversalMethod_filter_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_filter_Traversal
public void exitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().The default implementation does nothing.
- Specified by:
exitTraversalMethod_filter_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_flatMap
public void enterTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_flatMap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_flatMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_flatMap
public void exitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_flatMap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_flatMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_fold_Empty
public void enterTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().The default implementation does nothing.
- Specified by:
enterTraversalMethod_fold_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_fold_Empty
public void exitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().The default implementation does nothing.
- Specified by:
exitTraversalMethod_fold_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_fold_Object_BiFunction
public void enterTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
Enter a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().The default implementation does nothing.
- Specified by:
enterTraversalMethod_fold_Object_BiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_fold_Object_BiFunction
public void exitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
Exit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().The default implementation does nothing.
- Specified by:
exitTraversalMethod_fold_Object_BiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_from_String
public void enterTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_from_Stringlabeled alternative inGremlinParser.traversalMethod_from().The default implementation does nothing.
- Specified by:
enterTraversalMethod_from_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_from_String
public void exitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_from_Stringlabeled alternative inGremlinParser.traversalMethod_from().The default implementation does nothing.
- Specified by:
exitTraversalMethod_from_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_from_Traversal
public void enterTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().The default implementation does nothing.
- Specified by:
enterTraversalMethod_from_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_from_Traversal
public void exitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().The default implementation does nothing.
- Specified by:
exitTraversalMethod_from_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_group_Empty
public void enterTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().The default implementation does nothing.
- Specified by:
enterTraversalMethod_group_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_group_Empty
public void exitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().The default implementation does nothing.
- Specified by:
exitTraversalMethod_group_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_group_String
public void enterTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().The default implementation does nothing.
- Specified by:
enterTraversalMethod_group_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_group_String
public void exitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().The default implementation does nothing.
- Specified by:
exitTraversalMethod_group_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_groupCount_Empty
public void enterTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().The default implementation does nothing.
- Specified by:
enterTraversalMethod_groupCount_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_groupCount_Empty
public void exitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().The default implementation does nothing.
- Specified by:
exitTraversalMethod_groupCount_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_groupCount_String
public void enterTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().The default implementation does nothing.
- Specified by:
enterTraversalMethod_groupCount_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_groupCount_String
public void exitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().The default implementation does nothing.
- Specified by:
exitTraversalMethod_groupCount_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String
public void enterTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String
public void exitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String_Object
public void enterTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String_Object
public void exitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String_P
public void enterTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
Enter a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String_P
public void exitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
Exit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String_String_Object
public void enterTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_String_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String_String_Object
public void exitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_String_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String_String_P
public void enterTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
Enter a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_String_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String_String_P
public void exitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
Exit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_String_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_String_Traversal
public void enterTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_String_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_String_Traversal
public void exitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_String_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_T_Object
public void enterTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_T_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_T_Object
public void exitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_T_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_T_P
public void enterTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
Enter a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_T_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_T_P
public void exitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
Exit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_T_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_has_T_Traversal
public void enterTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
enterTraversalMethod_has_T_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_has_T_Traversal
public void exitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().The default implementation does nothing.
- Specified by:
exitTraversalMethod_has_T_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasId_Object_Object
public void enterTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasId_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasId_Object_Object
public void exitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasId_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasId_P
public void enterTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx)
Enter a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasId_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasId_P
public void exitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext ctx)
Exit a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasId_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasKey_P
public void enterTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
Enter a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasKey_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasKey_P
public void exitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
Exit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasKey_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasKey_String_String
public void enterTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasKey_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasKey_String_String
public void exitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasKey_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasLabel_P
public void enterTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
Enter a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasLabel_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasLabel_P
public void exitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
Exit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasLabel_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasLabel_String_String
public void enterTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasLabel_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasLabel_String_String
public void exitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasLabel_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasNot
public void enterTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_hasNot().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasNotin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasNot
public void exitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_hasNot().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasNotin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasValue_Object_Object
public void enterTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasValue_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasValue_Object_Object
public void exitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasValue_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_hasValue_P
public void enterTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
Enter a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation does nothing.
- Specified by:
enterTraversalMethod_hasValue_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_hasValue_P
public void exitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
Exit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation does nothing.
- Specified by:
exitTraversalMethod_hasValue_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_id
public void enterTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_id().The default implementation does nothing.
- Specified by:
enterTraversalMethod_idin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_id
public void exitTraversalMethod_id(GremlinParser.TraversalMethod_idContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_id().The default implementation does nothing.
- Specified by:
exitTraversalMethod_idin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_identity
public void enterTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_identity().The default implementation does nothing.
- Specified by:
enterTraversalMethod_identityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_identity
public void exitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_identity().The default implementation does nothing.
- Specified by:
exitTraversalMethod_identityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_in
public void enterTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_in().The default implementation does nothing.
- Specified by:
enterTraversalMethod_inin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_in
public void exitTraversalMethod_in(GremlinParser.TraversalMethod_inContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_in().The default implementation does nothing.
- Specified by:
exitTraversalMethod_inin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_inE
public void enterTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_inE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_inEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_inE
public void exitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_inE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_inEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_inV
public void enterTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_inV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_inVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_inV
public void exitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_inV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_inVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_index
public void enterTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_index().The default implementation does nothing.
- Specified by:
enterTraversalMethod_indexin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_index
public void exitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_index().The default implementation does nothing.
- Specified by:
exitTraversalMethod_indexin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_inject
public void enterTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_inject().The default implementation does nothing.
- Specified by:
enterTraversalMethod_injectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_inject
public void exitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_inject().The default implementation does nothing.
- Specified by:
exitTraversalMethod_injectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_is_Object
public void enterTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().The default implementation does nothing.
- Specified by:
enterTraversalMethod_is_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_is_Object
public void exitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().The default implementation does nothing.
- Specified by:
exitTraversalMethod_is_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_is_P
public void enterTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx)
Enter a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().The default implementation does nothing.
- Specified by:
enterTraversalMethod_is_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_is_P
public void exitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext ctx)
Exit a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().The default implementation does nothing.
- Specified by:
exitTraversalMethod_is_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_key
public void enterTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_key().The default implementation does nothing.
- Specified by:
enterTraversalMethod_keyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_key
public void exitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_key().The default implementation does nothing.
- Specified by:
exitTraversalMethod_keyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_label
public void enterTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_label().The default implementation does nothing.
- Specified by:
enterTraversalMethod_labelin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_label
public void exitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_label().The default implementation does nothing.
- Specified by:
exitTraversalMethod_labelin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_limit_Scope_long
public void enterTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
Enter a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_limit_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_limit_Scope_long
public void exitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
Exit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_limit_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_limit_long
public void enterTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
Enter a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_limit_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_limit_long
public void exitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
Exit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_limit_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_local
public void enterTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_local().The default implementation does nothing.
- Specified by:
enterTraversalMethod_localin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_local
public void exitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_local().The default implementation does nothing.
- Specified by:
exitTraversalMethod_localin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_loops_Empty
public void enterTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_loops_Emptylabeled alternative inGremlinParser.traversalMethod_loops().The default implementation does nothing.
- Specified by:
enterTraversalMethod_loops_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_loops_Empty
public void exitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_loops_Emptylabeled alternative inGremlinParser.traversalMethod_loops().The default implementation does nothing.
- Specified by:
exitTraversalMethod_loops_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_loops_String
public void enterTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_loops_Stringlabeled alternative inGremlinParser.traversalMethod_loops().The default implementation does nothing.
- Specified by:
enterTraversalMethod_loops_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_loops_String
public void exitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_loops_Stringlabeled alternative inGremlinParser.traversalMethod_loops().The default implementation does nothing.
- Specified by:
exitTraversalMethod_loops_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_map
public void enterTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_map().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_map
public void exitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_map().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_match
public void enterTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_match().The default implementation does nothing.
- Specified by:
enterTraversalMethod_matchin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_match
public void exitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_match().The default implementation does nothing.
- Specified by:
exitTraversalMethod_matchin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_math
public void enterTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_math().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_math
public void exitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_math().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_max_Empty
public void enterTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().The default implementation does nothing.
- Specified by:
enterTraversalMethod_max_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_max_Empty
public void exitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().The default implementation does nothing.
- Specified by:
exitTraversalMethod_max_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_max_Scope
public void enterTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().The default implementation does nothing.
- Specified by:
enterTraversalMethod_max_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_max_Scope
public void exitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().The default implementation does nothing.
- Specified by:
exitTraversalMethod_max_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mean_Empty
public void enterTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mean_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mean_Empty
public void exitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mean_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mean_Scope
public void enterTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mean_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mean_Scope
public void exitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mean_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_min_Empty
public void enterTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().The default implementation does nothing.
- Specified by:
enterTraversalMethod_min_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_min_Empty
public void exitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().The default implementation does nothing.
- Specified by:
exitTraversalMethod_min_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_min_Scope
public void enterTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().The default implementation does nothing.
- Specified by:
enterTraversalMethod_min_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_min_Scope
public void exitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().The default implementation does nothing.
- Specified by:
exitTraversalMethod_min_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_not
public void enterTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_not().The default implementation does nothing.
- Specified by:
enterTraversalMethod_notin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_not
public void exitTraversalMethod_not(GremlinParser.TraversalMethod_notContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_not().The default implementation does nothing.
- Specified by:
exitTraversalMethod_notin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_option_Predicate_Traversal
public void enterTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Predicate_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Predicate_Traversal
public void exitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Predicate_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_option_Object_Traversal
public void enterTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Object_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Object_Traversal
public void exitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Object_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_option_Traversal
public void enterTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Traversal
public void exitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_optional
public void enterTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_optional().The default implementation does nothing.
- Specified by:
enterTraversalMethod_optionalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_optional
public void exitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_optional().The default implementation does nothing.
- Specified by:
exitTraversalMethod_optionalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_or
public void enterTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_or().The default implementation does nothing.
- Specified by:
enterTraversalMethod_orin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_or
public void exitTraversalMethod_or(GremlinParser.TraversalMethod_orContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_or().The default implementation does nothing.
- Specified by:
exitTraversalMethod_orin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_order_Empty
public void enterTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().The default implementation does nothing.
- Specified by:
enterTraversalMethod_order_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_order_Empty
public void exitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().The default implementation does nothing.
- Specified by:
exitTraversalMethod_order_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_order_Scope
public void enterTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().The default implementation does nothing.
- Specified by:
enterTraversalMethod_order_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_order_Scope
public void exitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().The default implementation does nothing.
- Specified by:
exitTraversalMethod_order_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_otherV
public void enterTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_otherV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_otherVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_otherV
public void exitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_otherV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_otherVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_out
public void enterTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_out().The default implementation does nothing.
- Specified by:
enterTraversalMethod_outin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_out
public void exitTraversalMethod_out(GremlinParser.TraversalMethod_outContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_out().The default implementation does nothing.
- Specified by:
exitTraversalMethod_outin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_outE
public void enterTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_outE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_outEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_outE
public void exitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_outE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_outEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_outV
public void enterTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_outV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_outVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_outV
public void exitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_outV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_outVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_pageRank_Empty
public void enterTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().The default implementation does nothing.
- Specified by:
enterTraversalMethod_pageRank_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_pageRank_Empty
public void exitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().The default implementation does nothing.
- Specified by:
exitTraversalMethod_pageRank_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_pageRank_double
public void enterTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx)
Enter a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().The default implementation does nothing.
- Specified by:
enterTraversalMethod_pageRank_doublein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_pageRank_double
public void exitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext ctx)
Exit a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().The default implementation does nothing.
- Specified by:
exitTraversalMethod_pageRank_doublein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_path
public void enterTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_path().The default implementation does nothing.
- Specified by:
enterTraversalMethod_pathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_path
public void exitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_path().The default implementation does nothing.
- Specified by:
exitTraversalMethod_pathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_peerPressure
public void enterTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_peerPressure().The default implementation does nothing.
- Specified by:
enterTraversalMethod_peerPressurein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_peerPressure
public void exitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_peerPressure().The default implementation does nothing.
- Specified by:
exitTraversalMethod_peerPressurein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_profile_Empty
public void enterTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().The default implementation does nothing.
- Specified by:
enterTraversalMethod_profile_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_profile_Empty
public void exitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().The default implementation does nothing.
- Specified by:
exitTraversalMethod_profile_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_profile_String
public void enterTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().The default implementation does nothing.
- Specified by:
enterTraversalMethod_profile_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_profile_String
public void exitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().The default implementation does nothing.
- Specified by:
exitTraversalMethod_profile_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_project
public void enterTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_project().The default implementation does nothing.
- Specified by:
enterTraversalMethod_projectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_project
public void exitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_project().The default implementation does nothing.
- Specified by:
exitTraversalMethod_projectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_properties
public void enterTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_properties().The default implementation does nothing.
- Specified by:
enterTraversalMethod_propertiesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_properties
public void exitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_properties().The default implementation does nothing.
- Specified by:
exitTraversalMethod_propertiesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_property_Cardinality_Object_Object_Object
public void enterTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
enterTraversalMethod_property_Cardinality_Object_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_property_Cardinality_Object_Object_Object
public void exitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
exitTraversalMethod_property_Cardinality_Object_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_property_Object_Object_Object
public void enterTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
enterTraversalMethod_property_Object_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_property_Object_Object_Object
public void exitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
exitTraversalMethod_property_Object_Object_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_propertyMap
public void enterTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_propertyMap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_propertyMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_propertyMap
public void exitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_propertyMap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_propertyMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_range_Scope_long_long
public void enterTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
Enter a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation does nothing.
- Specified by:
enterTraversalMethod_range_Scope_long_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_range_Scope_long_long
public void exitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
Exit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation does nothing.
- Specified by:
exitTraversalMethod_range_Scope_long_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_range_long_long
public void enterTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
Enter a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation does nothing.
- Specified by:
enterTraversalMethod_range_long_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_range_long_long
public void exitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
Exit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation does nothing.
- Specified by:
exitTraversalMethod_range_long_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_read
public void enterTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_read().The default implementation does nothing.
- Specified by:
enterTraversalMethod_readin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_read
public void exitTraversalMethod_read(GremlinParser.TraversalMethod_readContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_read().The default implementation does nothing.
- Specified by:
exitTraversalMethod_readin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_repeat_String_Traversal
public void enterTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_repeat_String_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().The default implementation does nothing.
- Specified by:
enterTraversalMethod_repeat_String_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_repeat_String_Traversal
public void exitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_repeat_String_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().The default implementation does nothing.
- Specified by:
exitTraversalMethod_repeat_String_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_repeat_Traversal
public void enterTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_repeat_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().The default implementation does nothing.
- Specified by:
enterTraversalMethod_repeat_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_repeat_Traversal
public void exitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_repeat_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().The default implementation does nothing.
- Specified by:
exitTraversalMethod_repeat_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sack_BiFunction
public void enterTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx)
Enter a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sack_BiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sack_BiFunction
public void exitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext ctx)
Exit a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sack_BiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sack_Empty
public void enterTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sack_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sack_Empty
public void exitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sack_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sample_Scope_int
public void enterTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx)
Enter a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sample_Scope_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sample_Scope_int
public void exitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext ctx)
Exit a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sample_Scope_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sample_int
public void enterTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx)
Enter a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sample_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sample_int
public void exitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext ctx)
Exit a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sample_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_Column
public void enterTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Columnin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_Column
public void exitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Columnin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_Pop_String
public void enterTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Pop_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_Pop_String
public void exitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Pop_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_Pop_String_String_String
public void enterTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Pop_String_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_Pop_String_String_String
public void exitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Pop_String_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_Pop_Traversal
public void enterTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Pop_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_Pop_Traversal
public void exitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Pop_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_String
public void enterTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_String
public void exitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_String_String_String
public void enterTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_String_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_String_String_String
public void exitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_String_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_select_Traversal
public void enterTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
enterTraversalMethod_select_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_select_Traversal
public void exitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation does nothing.
- Specified by:
exitTraversalMethod_select_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_shortestPath
public void enterTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_shortestPath().The default implementation does nothing.
- Specified by:
enterTraversalMethod_shortestPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_shortestPath
public void exitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_shortestPath().The default implementation does nothing.
- Specified by:
exitTraversalMethod_shortestPathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sideEffect
public void enterTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_sideEffect().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sideEffectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sideEffect
public void exitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_sideEffect().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sideEffectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_simplePath
public void enterTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_simplePath().The default implementation does nothing.
- Specified by:
enterTraversalMethod_simplePathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_simplePath
public void exitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_simplePath().The default implementation does nothing.
- Specified by:
exitTraversalMethod_simplePathin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_skip_Scope_long
public void enterTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
Enter a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation does nothing.
- Specified by:
enterTraversalMethod_skip_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_skip_Scope_long
public void exitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
Exit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation does nothing.
- Specified by:
exitTraversalMethod_skip_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_skip_long
public void enterTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
Enter a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation does nothing.
- Specified by:
enterTraversalMethod_skip_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_skip_long
public void exitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
Exit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation does nothing.
- Specified by:
exitTraversalMethod_skip_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_store
public void enterTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_store().The default implementation does nothing.
- Specified by:
enterTraversalMethod_storein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_store
public void exitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_store().The default implementation does nothing.
- Specified by:
exitTraversalMethod_storein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_subgraph
public void enterTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_subgraph().The default implementation does nothing.
- Specified by:
enterTraversalMethod_subgraphin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_subgraph
public void exitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_subgraph().The default implementation does nothing.
- Specified by:
exitTraversalMethod_subgraphin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sum_Empty
public void enterTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sum_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sum_Empty
public void exitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sum_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_sum_Scope
public void enterTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().The default implementation does nothing.
- Specified by:
enterTraversalMethod_sum_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_sum_Scope
public void exitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().The default implementation does nothing.
- Specified by:
exitTraversalMethod_sum_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tail_Empty
public void enterTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tail_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tail_Empty
public void exitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tail_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tail_Scope
public void enterTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tail_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tail_Scope
public void exitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tail_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tail_Scope_long
public void enterTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
Enter a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tail_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tail_Scope_long
public void exitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
Exit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tail_Scope_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tail_long
public void enterTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
Enter a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tail_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tail_long
public void exitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
Exit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tail_longin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_timeLimit
public void enterTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_timeLimit().The default implementation does nothing.
- Specified by:
enterTraversalMethod_timeLimitin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_timeLimit
public void exitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_timeLimit().The default implementation does nothing.
- Specified by:
exitTraversalMethod_timeLimitin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_times
public void enterTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_times().The default implementation does nothing.
- Specified by:
enterTraversalMethod_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_times
public void exitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_times().The default implementation does nothing.
- Specified by:
exitTraversalMethod_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_to_Direction_String
public void enterTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
enterTraversalMethod_to_Direction_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_to_Direction_String
public void exitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
exitTraversalMethod_to_Direction_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_to_String
public void enterTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_to_Stringlabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
enterTraversalMethod_to_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_to_String
public void exitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_to_Stringlabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
exitTraversalMethod_to_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_to_Traversal
public void enterTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
enterTraversalMethod_to_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_to_Traversal
public void exitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().The default implementation does nothing.
- Specified by:
exitTraversalMethod_to_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_toE
public void enterTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_toE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toE
public void exitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_toE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toEin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_toV
public void enterTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_toV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toV
public void exitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_toV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toVin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tree_Empty
public void enterTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tree_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tree_Empty
public void exitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tree_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_tree_String
public void enterTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().The default implementation does nothing.
- Specified by:
enterTraversalMethod_tree_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_tree_String
public void exitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().The default implementation does nothing.
- Specified by:
exitTraversalMethod_tree_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_unfold
public void enterTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_unfold().The default implementation does nothing.
- Specified by:
enterTraversalMethod_unfoldin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_unfold
public void exitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_unfold().The default implementation does nothing.
- Specified by:
exitTraversalMethod_unfoldin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_union
public void enterTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_union().The default implementation does nothing.
- Specified by:
enterTraversalMethod_unionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_union
public void exitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_union().The default implementation does nothing.
- Specified by:
exitTraversalMethod_unionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_until_Predicate
public void enterTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx)
Enter a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().The default implementation does nothing.
- Specified by:
enterTraversalMethod_until_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_until_Predicate
public void exitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext ctx)
Exit a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().The default implementation does nothing.
- Specified by:
exitTraversalMethod_until_Predicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_until_Traversal
public void enterTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().The default implementation does nothing.
- Specified by:
enterTraversalMethod_until_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_until_Traversal
public void exitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().The default implementation does nothing.
- Specified by:
exitTraversalMethod_until_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_value
public void enterTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_value().The default implementation does nothing.
- Specified by:
enterTraversalMethod_valuein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_value
public void exitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_value().The default implementation does nothing.
- Specified by:
exitTraversalMethod_valuein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_valueMap_String
public void enterTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_valueMap_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_valueMap_String
public void exitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_valueMap_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_valueMap_boolean_String
public void enterTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation does nothing.
- Specified by:
enterTraversalMethod_valueMap_boolean_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_valueMap_boolean_String
public void exitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation does nothing.
- Specified by:
exitTraversalMethod_valueMap_boolean_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_values
public void enterTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_values().The default implementation does nothing.
- Specified by:
enterTraversalMethod_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_values
public void exitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_values().The default implementation does nothing.
- Specified by:
exitTraversalMethod_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_where_P
public void enterTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx)
Enter a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
enterTraversalMethod_where_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_where_P
public void exitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext ctx)
Exit a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
exitTraversalMethod_where_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_where_String_P
public void enterTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx)
Enter a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
enterTraversalMethod_where_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_where_String_P
public void exitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext ctx)
Exit a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
exitTraversalMethod_where_String_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_where_Traversal
public void enterTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
enterTraversalMethod_where_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_where_Traversal
public void exitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().The default implementation does nothing.
- Specified by:
exitTraversalMethod_where_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_with_String
public void enterTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_with_Stringlabeled alternative inGremlinParser.traversalMethod_with().The default implementation does nothing.
- Specified by:
enterTraversalMethod_with_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_with_String
public void exitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_with_Stringlabeled alternative inGremlinParser.traversalMethod_with().The default implementation does nothing.
- Specified by:
exitTraversalMethod_with_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_with_String_Object
public void enterTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_with_String_Objectlabeled alternative inGremlinParser.traversalMethod_with().The default implementation does nothing.
- Specified by:
enterTraversalMethod_with_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_with_String_Object
public void exitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_with_String_Objectlabeled alternative inGremlinParser.traversalMethod_with().The default implementation does nothing.
- Specified by:
exitTraversalMethod_with_String_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_write
public void enterTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_write().The default implementation does nothing.
- Specified by:
enterTraversalMethod_writein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_write
public void exitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_write().The default implementation does nothing.
- Specified by:
exitTraversalMethod_writein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategy
public void enterTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategy
public void exitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyArgs_ProductiveByStrategy
public void enterTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyArgs_ProductiveByStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyArgs_ProductiveByStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyArgs_ProductiveByStrategy
public void exitTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyArgs_ProductiveByStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyArgs_ProductiveByStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyArgs_PartitionStrategy
public void enterTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyArgs_PartitionStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyArgs_PartitionStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyArgs_PartitionStrategy
public void exitTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyArgs_PartitionStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyArgs_PartitionStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyArgs_SubgraphStrategy
public void enterTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyArgs_SubgraphStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyArgs_SubgraphStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyArgs_SubgraphStrategy
public void exitTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyArgs_SubgraphStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyArgs_SubgraphStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyArgs_EdgeLabelVerificationStrategy
public void enterTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyArgs_EdgeLabelVerificationStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyArgs_EdgeLabelVerificationStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyArgs_EdgeLabelVerificationStrategy
public void exitTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyArgs_EdgeLabelVerificationStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyArgs_EdgeLabelVerificationStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyArgs_ReservedKeysVerificationStrategy
public void enterTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyArgs_ReservedKeysVerificationStrategy().The default implementation does nothing.
- Specified by:
enterTraversalStrategyArgs_ReservedKeysVerificationStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyArgs_ReservedKeysVerificationStrategy
public void exitTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyArgs_ReservedKeysVerificationStrategy().The default implementation does nothing.
- Specified by:
exitTraversalStrategyArgs_ReservedKeysVerificationStrategyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalScope
public void enterTraversalScope(GremlinParser.TraversalScopeContext ctx)
Enter a parse tree produced byGremlinParser.traversalScope().The default implementation does nothing.
- Specified by:
enterTraversalScopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalScope
public void exitTraversalScope(GremlinParser.TraversalScopeContext ctx)
Exit a parse tree produced byGremlinParser.traversalScope().The default implementation does nothing.
- Specified by:
exitTraversalScopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalToken
public void enterTraversalToken(GremlinParser.TraversalTokenContext ctx)
Enter a parse tree produced byGremlinParser.traversalToken().The default implementation does nothing.
- Specified by:
enterTraversalTokenin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalToken
public void exitTraversalToken(GremlinParser.TraversalTokenContext ctx)
Exit a parse tree produced byGremlinParser.traversalToken().The default implementation does nothing.
- Specified by:
exitTraversalTokenin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalOrder
public void enterTraversalOrder(GremlinParser.TraversalOrderContext ctx)
Enter a parse tree produced byGremlinParser.traversalOrder().The default implementation does nothing.
- Specified by:
enterTraversalOrderin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalOrder
public void exitTraversalOrder(GremlinParser.TraversalOrderContext ctx)
Exit a parse tree produced byGremlinParser.traversalOrder().The default implementation does nothing.
- Specified by:
exitTraversalOrderin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalDirection
public void enterTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
Enter a parse tree produced byGremlinParser.traversalDirection().The default implementation does nothing.
- Specified by:
enterTraversalDirectionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalDirection
public void exitTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
Exit a parse tree produced byGremlinParser.traversalDirection().The default implementation does nothing.
- Specified by:
exitTraversalDirectionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalCardinality
public void enterTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx)
Enter a parse tree produced byGremlinParser.traversalCardinality().The default implementation does nothing.
- Specified by:
enterTraversalCardinalityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalCardinality
public void exitTraversalCardinality(GremlinParser.TraversalCardinalityContext ctx)
Exit a parse tree produced byGremlinParser.traversalCardinality().The default implementation does nothing.
- Specified by:
exitTraversalCardinalityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalColumn
public void enterTraversalColumn(GremlinParser.TraversalColumnContext ctx)
Enter a parse tree produced byGremlinParser.traversalColumn().The default implementation does nothing.
- Specified by:
enterTraversalColumnin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalColumn
public void exitTraversalColumn(GremlinParser.TraversalColumnContext ctx)
Exit a parse tree produced byGremlinParser.traversalColumn().The default implementation does nothing.
- Specified by:
exitTraversalColumnin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPop
public void enterTraversalPop(GremlinParser.TraversalPopContext ctx)
Enter a parse tree produced byGremlinParser.traversalPop().The default implementation does nothing.
- Specified by:
enterTraversalPopin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPop
public void exitTraversalPop(GremlinParser.TraversalPopContext ctx)
Exit a parse tree produced byGremlinParser.traversalPop().The default implementation does nothing.
- Specified by:
exitTraversalPopin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalOperator
public void enterTraversalOperator(GremlinParser.TraversalOperatorContext ctx)
Enter a parse tree produced byGremlinParser.traversalOperator().The default implementation does nothing.
- Specified by:
enterTraversalOperatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalOperator
public void exitTraversalOperator(GremlinParser.TraversalOperatorContext ctx)
Exit a parse tree produced byGremlinParser.traversalOperator().The default implementation does nothing.
- Specified by:
exitTraversalOperatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalOptionParent
public void enterTraversalOptionParent(GremlinParser.TraversalOptionParentContext ctx)
Enter a parse tree produced byGremlinParser.traversalOptionParent().The default implementation does nothing.
- Specified by:
enterTraversalOptionParentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalOptionParent
public void exitTraversalOptionParent(GremlinParser.TraversalOptionParentContext ctx)
Exit a parse tree produced byGremlinParser.traversalOptionParent().The default implementation does nothing.
- Specified by:
exitTraversalOptionParentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate
public void enterTraversalPredicate(GremlinParser.TraversalPredicateContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate().The default implementation does nothing.
- Specified by:
enterTraversalPredicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate
public void exitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate().The default implementation does nothing.
- Specified by:
exitTraversalPredicatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod
public void enterTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod
public void exitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSackMethod
public void enterTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalSackMethod().The default implementation does nothing.
- Specified by:
enterTraversalSackMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSackMethod
public void exitTraversalSackMethod(GremlinParser.TraversalSackMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalSackMethod().The default implementation does nothing.
- Specified by:
exitTraversalSackMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSelfMethod
public void enterTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx)
Enter a parse tree produced byGremlinParser.traversalSelfMethod().The default implementation does nothing.
- Specified by:
enterTraversalSelfMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSelfMethod
public void exitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext ctx)
Exit a parse tree produced byGremlinParser.traversalSelfMethod().The default implementation does nothing.
- Specified by:
exitTraversalSelfMethodin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalComparator
public void enterTraversalComparator(GremlinParser.TraversalComparatorContext ctx)
Enter a parse tree produced byGremlinParser.traversalComparator().The default implementation does nothing.
- Specified by:
enterTraversalComparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalComparator
public void exitTraversalComparator(GremlinParser.TraversalComparatorContext ctx)
Exit a parse tree produced byGremlinParser.traversalComparator().The default implementation does nothing.
- Specified by:
exitTraversalComparatorin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalFunction
public void enterTraversalFunction(GremlinParser.TraversalFunctionContext ctx)
Enter a parse tree produced byGremlinParser.traversalFunction().The default implementation does nothing.
- Specified by:
enterTraversalFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalFunction
public void exitTraversalFunction(GremlinParser.TraversalFunctionContext ctx)
Exit a parse tree produced byGremlinParser.traversalFunction().The default implementation does nothing.
- Specified by:
exitTraversalFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalBiFunction
public void enterTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx)
Enter a parse tree produced byGremlinParser.traversalBiFunction().The default implementation does nothing.
- Specified by:
enterTraversalBiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalBiFunction
public void exitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext ctx)
Exit a parse tree produced byGremlinParser.traversalBiFunction().The default implementation does nothing.
- Specified by:
exitTraversalBiFunctionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_eq
public void enterTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_eq().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_eqin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_eq
public void exitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_eq().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_eqin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_neq
public void enterTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_neq().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_neqin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_neq
public void exitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_neq().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_neqin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_lt
public void enterTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_lt().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_ltin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_lt
public void exitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_lt().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_ltin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_lte
public void enterTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_lte().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_ltein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_lte
public void exitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_lte().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_ltein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_gt
public void enterTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_gt().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_gtin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_gt
public void exitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_gt().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_gtin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_gte
public void enterTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_gte().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_gtein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_gte
public void exitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_gte().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_gtein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_inside
public void enterTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_inside().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_insidein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_inside
public void exitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_inside().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_insidein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_outside
public void enterTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_outside().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_outsidein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_outside
public void exitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_outside().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_outsidein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_between
public void enterTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_between().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_betweenin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_between
public void exitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_between().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_betweenin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_within
public void enterTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_within().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_withinin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_within
public void exitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_within().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_withinin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_without
public void enterTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_without().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_withoutin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_without
public void exitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_without().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_withoutin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_not
public void enterTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_not().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_notin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_not
public void exitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_not().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_notin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_containing
public void enterTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_containing().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_containingin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_containing
public void exitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_containing().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_containingin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_notContaining
public void enterTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_notContaining().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_notContainingin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_notContaining
public void exitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_notContaining().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_notContainingin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_startingWith
public void enterTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_startingWith().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_startingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_startingWith
public void exitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_startingWith().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_startingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_notStartingWith
public void enterTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_notStartingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_notStartingWith
public void exitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_notStartingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_endingWith
public void enterTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_endingWith().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_endingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_endingWith
public void exitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_endingWith().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_endingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_notEndingWith
public void enterTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_notEndingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_notEndingWith
public void exitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_notEndingWithin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_explain
public void enterTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_explain().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_explainin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_explain
public void exitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_explain().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_explainin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_hasNext
public void enterTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_hasNextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_hasNext
public void exitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_hasNextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_iterate
public void enterTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_iteratein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_iterate
public void exitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_iteratein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_tryNext
public void enterTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_tryNextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_tryNext
public void exitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_tryNextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_next
public void enterTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_next().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_nextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_next
public void exitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_next().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_nextin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_toList
public void enterTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_toList().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_toListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_toList
public void exitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_toList().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_toListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_toSet
public void enterTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_toSetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_toSet
public void exitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_toSetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTerminalMethod_toBulkSet
public void enterTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx)
Enter a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().The default implementation does nothing.
- Specified by:
enterTraversalTerminalMethod_toBulkSetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTerminalMethod_toBulkSet
public void exitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx)
Exit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().The default implementation does nothing.
- Specified by:
exitTraversalTerminalMethod_toBulkSetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSelfMethod_none
public void enterTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext ctx)
Enter a parse tree produced byGremlinParser.traversalSelfMethod_none().The default implementation does nothing.
- Specified by:
enterTraversalSelfMethod_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSelfMethod_none
public void exitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext ctx)
Exit a parse tree produced byGremlinParser.traversalSelfMethod_none().The default implementation does nothing.
- Specified by:
exitTraversalSelfMethod_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants
public void enterGremlinStringConstants(GremlinParser.GremlinStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants().The default implementation does nothing.
- Specified by:
enterGremlinStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants
public void exitGremlinStringConstants(GremlinParser.GremlinStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants().The default implementation does nothing.
- Specified by:
exitGremlinStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterConnectedComponentConstants
public void enterConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx)
Enter a parse tree produced byGremlinParser.connectedComponentConstants().The default implementation does nothing.
- Specified by:
enterConnectedComponentConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConnectedComponentConstants
public void exitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext ctx)
Exit a parse tree produced byGremlinParser.connectedComponentConstants().The default implementation does nothing.
- Specified by:
exitConnectedComponentConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPageRankStringConstants
public void enterPageRankStringConstants(GremlinParser.PageRankStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.pageRankStringConstants().The default implementation does nothing.
- Specified by:
enterPageRankStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankStringConstants
public void exitPageRankStringConstants(GremlinParser.PageRankStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.pageRankStringConstants().The default implementation does nothing.
- Specified by:
exitPageRankStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureStringConstants
public void enterPeerPressureStringConstants(GremlinParser.PeerPressureStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureStringConstants().The default implementation does nothing.
- Specified by:
enterPeerPressureStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureStringConstants
public void exitPeerPressureStringConstants(GremlinParser.PeerPressureStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureStringConstants().The default implementation does nothing.
- Specified by:
exitPeerPressureStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathStringConstants
public void enterShortestPathStringConstants(GremlinParser.ShortestPathStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathStringConstants().The default implementation does nothing.
- Specified by:
enterShortestPathStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathStringConstants
public void exitShortestPathStringConstants(GremlinParser.ShortestPathStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathStringConstants().The default implementation does nothing.
- Specified by:
exitShortestPathStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsStringConstants
public void enterWithOptionsStringConstants(GremlinParser.WithOptionsStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsStringConstants().The default implementation does nothing.
- Specified by:
enterWithOptionsStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsStringConstants
public void exitWithOptionsStringConstants(GremlinParser.WithOptionsStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsStringConstants().The default implementation does nothing.
- Specified by:
exitWithOptionsStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsStringConstants
public void enterIoOptionsStringConstants(GremlinParser.IoOptionsStringConstantsContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsStringConstants().The default implementation does nothing.
- Specified by:
enterIoOptionsStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsStringConstants
public void exitIoOptionsStringConstants(GremlinParser.IoOptionsStringConstantsContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsStringConstants().The default implementation does nothing.
- Specified by:
exitIoOptionsStringConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_connectedComponentStringConstants_component
public void enterGremlinStringConstants_connectedComponentStringConstants_component(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_componentContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_component().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_connectedComponentStringConstants_componentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_connectedComponentStringConstants_component
public void exitGremlinStringConstants_connectedComponentStringConstants_component(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_componentContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_component().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_connectedComponentStringConstants_componentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_connectedComponentStringConstants_edges
public void enterGremlinStringConstants_connectedComponentStringConstants_edges(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_edges().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_connectedComponentStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_connectedComponentStringConstants_edges
public void exitGremlinStringConstants_connectedComponentStringConstants_edges(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_edges().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_connectedComponentStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_connectedComponentStringConstants_propertyName
public void enterGremlinStringConstants_connectedComponentStringConstants_propertyName(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_propertyName().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_connectedComponentStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_connectedComponentStringConstants_propertyName
public void exitGremlinStringConstants_connectedComponentStringConstants_propertyName(GremlinParser.GremlinStringConstants_connectedComponentStringConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_connectedComponentStringConstants_propertyName().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_connectedComponentStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_pageRankStringConstants_edges
public void enterGremlinStringConstants_pageRankStringConstants_edges(GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_edges().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_pageRankStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_pageRankStringConstants_edges
public void exitGremlinStringConstants_pageRankStringConstants_edges(GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_edges().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_pageRankStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_pageRankStringConstants_times
public void enterGremlinStringConstants_pageRankStringConstants_times(GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_times().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_pageRankStringConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_pageRankStringConstants_times
public void exitGremlinStringConstants_pageRankStringConstants_times(GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_times().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_pageRankStringConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_pageRankStringConstants_propertyName
public void enterGremlinStringConstants_pageRankStringConstants_propertyName(GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_propertyName().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_pageRankStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_pageRankStringConstants_propertyName
public void exitGremlinStringConstants_pageRankStringConstants_propertyName(GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_pageRankStringConstants_propertyName().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_pageRankStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_peerPressureStringConstants_edges
public void enterGremlinStringConstants_peerPressureStringConstants_edges(GremlinParser.GremlinStringConstants_peerPressureStringConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_edges().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_peerPressureStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_peerPressureStringConstants_edges
public void exitGremlinStringConstants_peerPressureStringConstants_edges(GremlinParser.GremlinStringConstants_peerPressureStringConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_edges().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_peerPressureStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_peerPressureStringConstants_times
public void enterGremlinStringConstants_peerPressureStringConstants_times(GremlinParser.GremlinStringConstants_peerPressureStringConstants_timesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_times().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_peerPressureStringConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_peerPressureStringConstants_times
public void exitGremlinStringConstants_peerPressureStringConstants_times(GremlinParser.GremlinStringConstants_peerPressureStringConstants_timesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_times().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_peerPressureStringConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_peerPressureStringConstants_propertyName
public void enterGremlinStringConstants_peerPressureStringConstants_propertyName(GremlinParser.GremlinStringConstants_peerPressureStringConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_propertyName().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_peerPressureStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_peerPressureStringConstants_propertyName
public void exitGremlinStringConstants_peerPressureStringConstants_propertyName(GremlinParser.GremlinStringConstants_peerPressureStringConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_peerPressureStringConstants_propertyName().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_peerPressureStringConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_shortestPathStringConstants_target
public void enterGremlinStringConstants_shortestPathStringConstants_target(GremlinParser.GremlinStringConstants_shortestPathStringConstants_targetContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_target().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_shortestPathStringConstants_targetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_shortestPathStringConstants_target
public void exitGremlinStringConstants_shortestPathStringConstants_target(GremlinParser.GremlinStringConstants_shortestPathStringConstants_targetContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_target().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_shortestPathStringConstants_targetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_shortestPathStringConstants_edges
public void enterGremlinStringConstants_shortestPathStringConstants_edges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_edges().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_shortestPathStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_shortestPathStringConstants_edges
public void exitGremlinStringConstants_shortestPathStringConstants_edges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_edges().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_shortestPathStringConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_shortestPathStringConstants_distance
public void enterGremlinStringConstants_shortestPathStringConstants_distance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_distanceContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_distance().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_shortestPathStringConstants_distancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_shortestPathStringConstants_distance
public void exitGremlinStringConstants_shortestPathStringConstants_distance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_distanceContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_distance().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_shortestPathStringConstants_distancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_shortestPathStringConstants_maxDistance
public void enterGremlinStringConstants_shortestPathStringConstants_maxDistance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_maxDistanceContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_maxDistance().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_shortestPathStringConstants_maxDistancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_shortestPathStringConstants_maxDistance
public void exitGremlinStringConstants_shortestPathStringConstants_maxDistance(GremlinParser.GremlinStringConstants_shortestPathStringConstants_maxDistanceContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_maxDistance().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_shortestPathStringConstants_maxDistancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_shortestPathStringConstants_includeEdges
public void enterGremlinStringConstants_shortestPathStringConstants_includeEdges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_includeEdgesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_includeEdges().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_shortestPathStringConstants_includeEdgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_shortestPathStringConstants_includeEdges
public void exitGremlinStringConstants_shortestPathStringConstants_includeEdges(GremlinParser.GremlinStringConstants_shortestPathStringConstants_includeEdgesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_shortestPathStringConstants_includeEdges().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_shortestPathStringConstants_includeEdgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_tokens
public void enterGremlinStringConstants_withOptionsStringConstants_tokens(GremlinParser.GremlinStringConstants_withOptionsStringConstants_tokensContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_tokens().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_tokensin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_tokens
public void exitGremlinStringConstants_withOptionsStringConstants_tokens(GremlinParser.GremlinStringConstants_withOptionsStringConstants_tokensContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_tokens().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_tokensin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_none
public void enterGremlinStringConstants_withOptionsStringConstants_none(GremlinParser.GremlinStringConstants_withOptionsStringConstants_noneContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_none().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_none
public void exitGremlinStringConstants_withOptionsStringConstants_none(GremlinParser.GremlinStringConstants_withOptionsStringConstants_noneContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_none().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_ids
public void enterGremlinStringConstants_withOptionsStringConstants_ids(GremlinParser.GremlinStringConstants_withOptionsStringConstants_idsContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_ids().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_idsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_ids
public void exitGremlinStringConstants_withOptionsStringConstants_ids(GremlinParser.GremlinStringConstants_withOptionsStringConstants_idsContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_ids().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_idsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_labels
public void enterGremlinStringConstants_withOptionsStringConstants_labels(GremlinParser.GremlinStringConstants_withOptionsStringConstants_labelsContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_labels().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_labelsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_labels
public void exitGremlinStringConstants_withOptionsStringConstants_labels(GremlinParser.GremlinStringConstants_withOptionsStringConstants_labelsContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_labels().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_labelsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_keys
public void enterGremlinStringConstants_withOptionsStringConstants_keys(GremlinParser.GremlinStringConstants_withOptionsStringConstants_keysContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_keys().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_keysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_keys
public void exitGremlinStringConstants_withOptionsStringConstants_keys(GremlinParser.GremlinStringConstants_withOptionsStringConstants_keysContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_keys().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_keysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_values
public void enterGremlinStringConstants_withOptionsStringConstants_values(GremlinParser.GremlinStringConstants_withOptionsStringConstants_valuesContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_values().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_values
public void exitGremlinStringConstants_withOptionsStringConstants_values(GremlinParser.GremlinStringConstants_withOptionsStringConstants_valuesContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_values().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_all
public void enterGremlinStringConstants_withOptionsStringConstants_all(GremlinParser.GremlinStringConstants_withOptionsStringConstants_allContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_all().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_allin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_all
public void exitGremlinStringConstants_withOptionsStringConstants_all(GremlinParser.GremlinStringConstants_withOptionsStringConstants_allContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_all().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_allin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_indexer
public void enterGremlinStringConstants_withOptionsStringConstants_indexer(GremlinParser.GremlinStringConstants_withOptionsStringConstants_indexerContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_indexer().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_indexerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_indexer
public void exitGremlinStringConstants_withOptionsStringConstants_indexer(GremlinParser.GremlinStringConstants_withOptionsStringConstants_indexerContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_indexer().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_indexerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_list
public void enterGremlinStringConstants_withOptionsStringConstants_list(GremlinParser.GremlinStringConstants_withOptionsStringConstants_listContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_list().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_listin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_list
public void exitGremlinStringConstants_withOptionsStringConstants_list(GremlinParser.GremlinStringConstants_withOptionsStringConstants_listContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_list().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_listin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_withOptionsStringConstants_map
public void enterGremlinStringConstants_withOptionsStringConstants_map(GremlinParser.GremlinStringConstants_withOptionsStringConstants_mapContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_map().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_withOptionsStringConstants_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_withOptionsStringConstants_map
public void exitGremlinStringConstants_withOptionsStringConstants_map(GremlinParser.GremlinStringConstants_withOptionsStringConstants_mapContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_withOptionsStringConstants_map().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_withOptionsStringConstants_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_ioOptionsStringConstants_reader
public void enterGremlinStringConstants_ioOptionsStringConstants_reader(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_readerContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_reader().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_ioOptionsStringConstants_readerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_ioOptionsStringConstants_reader
public void exitGremlinStringConstants_ioOptionsStringConstants_reader(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_readerContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_reader().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_ioOptionsStringConstants_readerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_ioOptionsStringConstants_writer
public void enterGremlinStringConstants_ioOptionsStringConstants_writer(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_writerContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_writer().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_ioOptionsStringConstants_writerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_ioOptionsStringConstants_writer
public void exitGremlinStringConstants_ioOptionsStringConstants_writer(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_writerContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_writer().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_ioOptionsStringConstants_writerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_ioOptionsStringConstants_gryo
public void enterGremlinStringConstants_ioOptionsStringConstants_gryo(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_gryoContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_gryo().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_ioOptionsStringConstants_gryoin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_ioOptionsStringConstants_gryo
public void exitGremlinStringConstants_ioOptionsStringConstants_gryo(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_gryoContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_gryo().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_ioOptionsStringConstants_gryoin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_ioOptionsStringConstants_graphson
public void enterGremlinStringConstants_ioOptionsStringConstants_graphson(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphsonContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphson().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_ioOptionsStringConstants_graphsonin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_ioOptionsStringConstants_graphson
public void exitGremlinStringConstants_ioOptionsStringConstants_graphson(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphsonContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphson().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_ioOptionsStringConstants_graphsonin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGremlinStringConstants_ioOptionsStringConstants_graphml
public void enterGremlinStringConstants_ioOptionsStringConstants_graphml(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphmlContext ctx)
Enter a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphml().The default implementation does nothing.
- Specified by:
enterGremlinStringConstants_ioOptionsStringConstants_graphmlin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGremlinStringConstants_ioOptionsStringConstants_graphml
public void exitGremlinStringConstants_ioOptionsStringConstants_graphml(GremlinParser.GremlinStringConstants_ioOptionsStringConstants_graphmlContext ctx)
Exit a parse tree produced byGremlinParser.gremlinStringConstants_ioOptionsStringConstants_graphml().The default implementation does nothing.
- Specified by:
exitGremlinStringConstants_ioOptionsStringConstants_graphmlin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterConnectedComponentStringConstant
public void enterConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.connectedComponentStringConstant().The default implementation does nothing.
- Specified by:
enterConnectedComponentStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConnectedComponentStringConstant
public void exitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.connectedComponentStringConstant().The default implementation does nothing.
- Specified by:
exitConnectedComponentStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPageRankStringConstant
public void enterPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.pageRankStringConstant().The default implementation does nothing.
- Specified by:
enterPageRankStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankStringConstant
public void exitPageRankStringConstant(GremlinParser.PageRankStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.pageRankStringConstant().The default implementation does nothing.
- Specified by:
exitPageRankStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureStringConstant
public void enterPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureStringConstant().The default implementation does nothing.
- Specified by:
enterPeerPressureStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureStringConstant
public void exitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureStringConstant().The default implementation does nothing.
- Specified by:
exitPeerPressureStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathStringConstant
public void enterShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathStringConstant().The default implementation does nothing.
- Specified by:
enterShortestPathStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathStringConstant
public void exitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathStringConstant().The default implementation does nothing.
- Specified by:
exitShortestPathStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsStringConstant
public void enterWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsStringConstant().The default implementation does nothing.
- Specified by:
enterWithOptionsStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsStringConstant
public void exitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsStringConstant().The default implementation does nothing.
- Specified by:
exitWithOptionsStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsStringConstant
public void enterIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsStringConstant().The default implementation does nothing.
- Specified by:
enterIoOptionsStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsStringConstant
public void exitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsStringConstant().The default implementation does nothing.
- Specified by:
exitIoOptionsStringConstantin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyList
public void enterTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyList().The default implementation does nothing.
- Specified by:
enterTraversalStrategyListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyList
public void exitTraversalStrategyList(GremlinParser.TraversalStrategyListContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyList().The default implementation does nothing.
- Specified by:
exitTraversalStrategyListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyExpr
public void enterTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyExpr().The default implementation does nothing.
- Specified by:
enterTraversalStrategyExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyExpr
public void exitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyExpr().The default implementation does nothing.
- Specified by:
exitTraversalStrategyExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterNestedTraversalList
public void enterNestedTraversalList(GremlinParser.NestedTraversalListContext ctx)
Enter a parse tree produced byGremlinParser.nestedTraversalList().The default implementation does nothing.
- Specified by:
enterNestedTraversalListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNestedTraversalList
public void exitNestedTraversalList(GremlinParser.NestedTraversalListContext ctx)
Exit a parse tree produced byGremlinParser.nestedTraversalList().The default implementation does nothing.
- Specified by:
exitNestedTraversalListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterNestedTraversalExpr
public void enterNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx)
Enter a parse tree produced byGremlinParser.nestedTraversalExpr().The default implementation does nothing.
- Specified by:
enterNestedTraversalExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNestedTraversalExpr
public void exitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext ctx)
Exit a parse tree produced byGremlinParser.nestedTraversalExpr().The default implementation does nothing.
- Specified by:
exitNestedTraversalExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralList
public void enterGenericLiteralList(GremlinParser.GenericLiteralListContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralList().The default implementation does nothing.
- Specified by:
enterGenericLiteralListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralList
public void exitGenericLiteralList(GremlinParser.GenericLiteralListContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralList().The default implementation does nothing.
- Specified by:
exitGenericLiteralListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralExpr
public void enterGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralExpr().The default implementation does nothing.
- Specified by:
enterGenericLiteralExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralExpr
public void exitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralExpr().The default implementation does nothing.
- Specified by:
exitGenericLiteralExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralRange
public void enterGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralRange().The default implementation does nothing.
- Specified by:
enterGenericLiteralRangein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralRange
public void exitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralRange().The default implementation does nothing.
- Specified by:
exitGenericLiteralRangein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralCollection
public void enterGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralCollection().The default implementation does nothing.
- Specified by:
enterGenericLiteralCollectionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralCollection
public void exitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralCollection().The default implementation does nothing.
- Specified by:
exitGenericLiteralCollectionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringLiteralList
public void enterStringLiteralList(GremlinParser.StringLiteralListContext ctx)
Enter a parse tree produced byGremlinParser.stringLiteralList().The default implementation does nothing.
- Specified by:
enterStringLiteralListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringLiteralList
public void exitStringLiteralList(GremlinParser.StringLiteralListContext ctx)
Exit a parse tree produced byGremlinParser.stringLiteralList().The default implementation does nothing.
- Specified by:
exitStringLiteralListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringLiteralExpr
public void enterStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx)
Enter a parse tree produced byGremlinParser.stringLiteralExpr().The default implementation does nothing.
- Specified by:
enterStringLiteralExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringLiteralExpr
public void exitStringLiteralExpr(GremlinParser.StringLiteralExprContext ctx)
Exit a parse tree produced byGremlinParser.stringLiteralExpr().The default implementation does nothing.
- Specified by:
exitStringLiteralExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteral
public void enterGenericLiteral(GremlinParser.GenericLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteral().The default implementation does nothing.
- Specified by:
enterGenericLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteral
public void exitGenericLiteral(GremlinParser.GenericLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteral().The default implementation does nothing.
- Specified by:
exitGenericLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralMap
public void enterGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralMap().The default implementation does nothing.
- Specified by:
enterGenericLiteralMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralMap
public void exitGenericLiteralMap(GremlinParser.GenericLiteralMapContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralMap().The default implementation does nothing.
- Specified by:
exitGenericLiteralMapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIntegerLiteral
public void enterIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
Enter a parse tree produced byGremlinParser.integerLiteral().The default implementation does nothing.
- Specified by:
enterIntegerLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIntegerLiteral
public void exitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
Exit a parse tree produced byGremlinParser.integerLiteral().The default implementation does nothing.
- Specified by:
exitIntegerLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterFloatLiteral
public void enterFloatLiteral(GremlinParser.FloatLiteralContext ctx)
Enter a parse tree produced byGremlinParser.floatLiteral().The default implementation does nothing.
- Specified by:
enterFloatLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitFloatLiteral
public void exitFloatLiteral(GremlinParser.FloatLiteralContext ctx)
Exit a parse tree produced byGremlinParser.floatLiteral().The default implementation does nothing.
- Specified by:
exitFloatLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)
Enter a parse tree produced byGremlinParser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)
Exit a parse tree produced byGremlinParser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringLiteral
public void enterStringLiteral(GremlinParser.StringLiteralContext ctx)
Enter a parse tree produced byGremlinParser.stringLiteral().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringLiteral
public void exitStringLiteral(GremlinParser.StringLiteralContext ctx)
Exit a parse tree produced byGremlinParser.stringLiteral().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterDateLiteral
public void enterDateLiteral(GremlinParser.DateLiteralContext ctx)
Enter a parse tree produced byGremlinParser.dateLiteral().The default implementation does nothing.
- Specified by:
enterDateLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitDateLiteral
public void exitDateLiteral(GremlinParser.DateLiteralContext ctx)
Exit a parse tree produced byGremlinParser.dateLiteral().The default implementation does nothing.
- Specified by:
exitDateLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterNullLiteral
public void enterNullLiteral(GremlinParser.NullLiteralContext ctx)
Enter a parse tree produced byGremlinParser.nullLiteral().The default implementation does nothing.
- Specified by:
enterNullLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNullLiteral
public void exitNullLiteral(GremlinParser.NullLiteralContext ctx)
Exit a parse tree produced byGremlinParser.nullLiteral().The default implementation does nothing.
- Specified by:
exitNullLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-