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_withoutStrategies
public void enterTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSelfMethod_withoutStrategies().The default implementation does nothing.
- Specified by:
enterTraversalSourceSelfMethod_withoutStrategiesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSelfMethod_withoutStrategies
public void exitTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withoutStrategies().The default implementation does nothing.
- Specified by:
exitTraversalSourceSelfMethod_withoutStrategiesin 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
-
enterTraversalSourceSpawnMethod_mergeV_Map
public void enterTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_mergeV_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_mergeV_Map
public void exitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_mergeV_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_mergeV_Traversal
public void enterTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_mergeV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_mergeV_Traversal
public void exitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_mergeV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_mergeE_Map
public void enterTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_mergeE_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_mergeE_Map
public void exitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_mergeE_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_mergeE_Traversal
public void enterTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_mergeE_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_mergeE_Traversal
public void exitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_mergeE_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_call_empty
public void enterTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_call_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_call_empty
public void exitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_call_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_call_string
public void enterTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_call_stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_call_string
public void exitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_call_stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_call_string_map
public void enterTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_call_string_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_call_string_map
public void exitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_call_string_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_call_string_traversal
public void enterTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_call_string_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_call_string_traversal
public void exitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_call_string_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_call_string_map_traversal
public void enterTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
Enter a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_call_string_map_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_call_string_map_traversal
public void exitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
Exit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_call_string_map_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalSourceSpawnMethod_union
public void enterTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
Enter a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().The default implementation does nothing.
- Specified by:
enterTraversalSourceSpawnMethod_unionin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalSourceSpawnMethod_union
public void exitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
Exit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().The default implementation does nothing.
- Specified by:
exitTraversalSourceSpawnMethod_unionin 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
-
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_E
public void enterTraversalMethod_E(GremlinParser.TraversalMethod_EContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_E().The default implementation does nothing.
- Specified by:
enterTraversalMethod_Ein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_E
public void exitTraversalMethod_E(GremlinParser.TraversalMethod_EContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_E().The default implementation does nothing.
- Specified by:
exitTraversalMethod_Ein 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_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_all_P
public void enterTraversalMethod_all_P(GremlinParser.TraversalMethod_all_PContext ctx)
Enter a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().The default implementation does nothing.
- Specified by:
enterTraversalMethod_all_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_all_P
public void exitTraversalMethod_all_P(GremlinParser.TraversalMethod_all_PContext ctx)
Exit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().The default implementation does nothing.
- Specified by:
exitTraversalMethod_all_Pin 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_any_P
public void enterTraversalMethod_any_P(GremlinParser.TraversalMethod_any_PContext ctx)
Enter a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().The default implementation does nothing.
- Specified by:
enterTraversalMethod_any_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_any_P
public void exitTraversalMethod_any_P(GremlinParser.TraversalMethod_any_PContext ctx)
Exit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().The default implementation does nothing.
- Specified by:
exitTraversalMethod_any_Pin 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_asBool
public void enterTraversalMethod_asBool(GremlinParser.TraversalMethod_asBoolContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_asBool().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asBoolin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asBool
public void exitTraversalMethod_asBool(GremlinParser.TraversalMethod_asBoolContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_asBool().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asBoolin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_asDate
public void enterTraversalMethod_asDate(GremlinParser.TraversalMethod_asDateContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_asDate().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asDatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asDate
public void exitTraversalMethod_asDate(GremlinParser.TraversalMethod_asDateContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_asDate().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asDatein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_asNumber_Empty
public void enterTraversalMethod_asNumber_Empty(GremlinParser.TraversalMethod_asNumber_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_asNumber_Emptylabeled alternative inGremlinParser.traversalMethod_asNumber().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asNumber_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asNumber_Empty
public void exitTraversalMethod_asNumber_Empty(GremlinParser.TraversalMethod_asNumber_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_asNumber_Emptylabeled alternative inGremlinParser.traversalMethod_asNumber().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asNumber_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_asNumber_traversalGType
public void enterTraversalMethod_asNumber_traversalGType(GremlinParser.TraversalMethod_asNumber_traversalGTypeContext ctx)
Enter a parse tree produced by thetraversalMethod_asNumber_traversalGTypelabeled alternative inGremlinParser.traversalMethod_asNumber().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asNumber_traversalGTypein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asNumber_traversalGType
public void exitTraversalMethod_asNumber_traversalGType(GremlinParser.TraversalMethod_asNumber_traversalGTypeContext ctx)
Exit a parse tree produced by thetraversalMethod_asNumber_traversalGTypelabeled alternative inGremlinParser.traversalMethod_asNumber().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asNumber_traversalGTypein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_asString_Empty
public void enterTraversalMethod_asString_Empty(GremlinParser.TraversalMethod_asString_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asString_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asString_Empty
public void exitTraversalMethod_asString_Empty(GremlinParser.TraversalMethod_asString_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asString_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_asString_Scope
public void enterTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().The default implementation does nothing.
- Specified by:
enterTraversalMethod_asString_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_asString_Scope
public void exitTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().The default implementation does nothing.
- Specified by:
exitTraversalMethod_asString_Scopein 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_call_string
public void enterTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
Enter a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalMethod_call_stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_call_string
public void exitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
Exit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalMethod_call_stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_call_string_map
public void enterTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
Enter a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalMethod_call_string_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_call_string_map
public void exitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
Exit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalMethod_call_string_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_call_string_traversal
public void enterTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
Enter a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalMethod_call_string_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_call_string_traversal
public void exitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
Exit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalMethod_call_string_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_call_string_map_traversal
public void enterTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
Enter a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
enterTraversalMethod_call_string_map_traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_call_string_map_traversal
public void exitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
Exit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation does nothing.
- Specified by:
exitTraversalMethod_call_string_map_traversalin 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_combine_Object
public void enterTraversalMethod_combine_Object(GremlinParser.TraversalMethod_combine_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().The default implementation does nothing.
- Specified by:
enterTraversalMethod_combine_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_combine_Object
public void exitTraversalMethod_combine_Object(GremlinParser.TraversalMethod_combine_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().The default implementation does nothing.
- Specified by:
exitTraversalMethod_combine_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_concat_Traversal_Traversal
public void enterTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().The default implementation does nothing.
- Specified by:
enterTraversalMethod_concat_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_concat_Traversal_Traversal
public void exitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().The default implementation does nothing.
- Specified by:
exitTraversalMethod_concat_Traversal_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_concat_String
public void enterTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().The default implementation does nothing.
- Specified by:
enterTraversalMethod_concat_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_concat_String
public void exitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().The default implementation does nothing.
- Specified by:
exitTraversalMethod_concat_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_conjoin_String
public void enterTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().The default implementation does nothing.
- Specified by:
enterTraversalMethod_conjoin_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_conjoin_String
public void exitTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().The default implementation does nothing.
- Specified by:
exitTraversalMethod_conjoin_Stringin 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_dateAdd
public void enterTraversalMethod_dateAdd(GremlinParser.TraversalMethod_dateAddContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_dateAdd().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dateAddin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_dateAdd
public void exitTraversalMethod_dateAdd(GremlinParser.TraversalMethod_dateAddContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_dateAdd().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dateAddin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_dateDiff_Traversal
public void enterTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dateDiff_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_dateDiff_Traversal
public void exitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dateDiff_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_dateDiff_Date
public void enterTraversalMethod_dateDiff_Date(GremlinParser.TraversalMethod_dateDiff_DateContext ctx)
Enter a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation does nothing.
- Specified by:
enterTraversalMethod_dateDiff_Datein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_dateDiff_Date
public void exitTraversalMethod_dateDiff_Date(GremlinParser.TraversalMethod_dateDiff_DateContext ctx)
Exit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().The default implementation does nothing.
- Specified by:
exitTraversalMethod_dateDiff_Datein 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_difference_Object
public void enterTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().The default implementation does nothing.
- Specified by:
enterTraversalMethod_difference_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_difference_Object
public void exitTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().The default implementation does nothing.
- Specified by:
exitTraversalMethod_difference_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_discard
public void enterTraversalMethod_discard(GremlinParser.TraversalMethod_discardContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_discard().The default implementation does nothing.
- Specified by:
enterTraversalMethod_discardin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_discard
public void exitTraversalMethod_discard(GremlinParser.TraversalMethod_discardContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_discard().The default implementation does nothing.
- Specified by:
exitTraversalMethod_discardin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_disjunct_Object
public void enterTraversalMethod_disjunct_Object(GremlinParser.TraversalMethod_disjunct_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().The default implementation does nothing.
- Specified by:
enterTraversalMethod_disjunct_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_disjunct_Object
public void exitTraversalMethod_disjunct_Object(GremlinParser.TraversalMethod_disjunct_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().The default implementation does nothing.
- Specified by:
exitTraversalMethod_disjunct_Objectin 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_element
public void enterTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx)
Enter a parse tree produced byGremlinParser.traversalMethod_element().The default implementation does nothing.
- Specified by:
enterTraversalMethod_elementin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_element
public void exitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx)
Exit a parse tree produced byGremlinParser.traversalMethod_element().The default implementation does nothing.
- Specified by:
exitTraversalMethod_elementin 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_fail_Empty
public void enterTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_fail_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_fail_Empty
public void exitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_fail_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_fail_String
public void enterTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().The default implementation does nothing.
- Specified by:
enterTraversalMethod_fail_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_fail_String
public void exitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().The default implementation does nothing.
- Specified by:
exitTraversalMethod_fail_Stringin 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_format_String
public void enterTraversalMethod_format_String(GremlinParser.TraversalMethod_format_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().The default implementation does nothing.
- Specified by:
enterTraversalMethod_format_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_format_String
public void exitTraversalMethod_format_String(GremlinParser.TraversalMethod_format_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().The default implementation does nothing.
- Specified by:
exitTraversalMethod_format_Stringin 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_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_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_intersect_Object
public void enterTraversalMethod_intersect_Object(GremlinParser.TraversalMethod_intersect_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().The default implementation does nothing.
- Specified by:
enterTraversalMethod_intersect_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_intersect_Object
public void exitTraversalMethod_intersect_Object(GremlinParser.TraversalMethod_intersect_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().The default implementation does nothing.
- Specified by:
exitTraversalMethod_intersect_Objectin 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_length_Empty
public void enterTraversalMethod_length_Empty(GremlinParser.TraversalMethod_length_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().The default implementation does nothing.
- Specified by:
enterTraversalMethod_length_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_length_Empty
public void exitTraversalMethod_length_Empty(GremlinParser.TraversalMethod_length_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().The default implementation does nothing.
- Specified by:
exitTraversalMethod_length_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_length_Scope
public void enterTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().The default implementation does nothing.
- Specified by:
enterTraversalMethod_length_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_length_Scope
public void exitTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().The default implementation does nothing.
- Specified by:
exitTraversalMethod_length_Scopein 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_lTrim_Empty
public void enterTraversalMethod_lTrim_Empty(GremlinParser.TraversalMethod_lTrim_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_lTrim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_lTrim_Empty
public void exitTraversalMethod_lTrim_Empty(GremlinParser.TraversalMethod_lTrim_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_lTrim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_lTrim_Scope
public void enterTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_lTrim_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_lTrim_Scope
public void exitTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_lTrim_Scopein 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_merge_Object
public void enterTraversalMethod_merge_Object(GremlinParser.TraversalMethod_merge_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().The default implementation does nothing.
- Specified by:
enterTraversalMethod_merge_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_merge_Object
public void exitTraversalMethod_merge_Object(GremlinParser.TraversalMethod_merge_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().The default implementation does nothing.
- Specified by:
exitTraversalMethod_merge_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeV_empty
public void enterTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeV_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeV_empty
public void exitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeV_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeV_Map
public void enterTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeV_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeV_Map
public void exitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeV_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeV_Traversal
public void enterTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeV_Traversal
public void exitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeV_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeE_empty
public void enterTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeE_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeE_empty
public void exitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeE_emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeE_Map
public void enterTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeE_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeE_Map
public void exitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeE_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_mergeE_Traversal
public void enterTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
enterTraversalMethod_mergeE_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_mergeE_Traversal
public void exitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation does nothing.
- Specified by:
exitTraversalMethod_mergeE_Traversalin 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_none_P
public void enterTraversalMethod_none_P(GremlinParser.TraversalMethod_none_PContext ctx)
Enter a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().The default implementation does nothing.
- Specified by:
enterTraversalMethod_none_Pin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_none_P
public void exitTraversalMethod_none_P(GremlinParser.TraversalMethod_none_PContext ctx)
Exit a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().The default implementation does nothing.
- Specified by:
exitTraversalMethod_none_Pin 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_Merge_Map
public void enterTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Merge_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Merge_Map
public void exitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Merge_Mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_option_Merge_Map_Cardinality
public void enterTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Merge_Map_Cardinalityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Merge_Map_Cardinality
public void exitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Merge_Map_Cardinalityin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_option_Merge_Traversal
public void enterTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
Enter a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
enterTraversalMethod_option_Merge_Traversalin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_option_Merge_Traversal
public void exitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
Exit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation does nothing.
- Specified by:
exitTraversalMethod_option_Merge_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_product_Object
public void enterTraversalMethod_product_Object(GremlinParser.TraversalMethod_product_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().The default implementation does nothing.
- Specified by:
enterTraversalMethod_product_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_product_Object
public void exitTraversalMethod_product_Object(GremlinParser.TraversalMethod_product_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().The default implementation does nothing.
- Specified by:
exitTraversalMethod_product_Objectin 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_Cardinality_Object
public void enterTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
enterTraversalMethod_property_Cardinality_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_property_Cardinality_Object
public void exitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
exitTraversalMethod_property_Cardinality_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_property_Object
public void enterTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext ctx)
Enter a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
enterTraversalMethod_property_Objectin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_property_Object
public void exitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext ctx)
Exit a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation does nothing.
- Specified by:
exitTraversalMethod_property_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_replace_String_String
public void enterTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation does nothing.
- Specified by:
enterTraversalMethod_replace_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_replace_String_String
public void exitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation does nothing.
- Specified by:
exitTraversalMethod_replace_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_replace_Scope_String_String
public void enterTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation does nothing.
- Specified by:
enterTraversalMethod_replace_Scope_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_replace_Scope_String_String
public void exitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation does nothing.
- Specified by:
exitTraversalMethod_replace_Scope_String_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_reverse_Empty
public void enterTraversalMethod_reverse_Empty(GremlinParser.TraversalMethod_reverse_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().The default implementation does nothing.
- Specified by:
enterTraversalMethod_reverse_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_reverse_Empty
public void exitTraversalMethod_reverse_Empty(GremlinParser.TraversalMethod_reverse_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().The default implementation does nothing.
- Specified by:
exitTraversalMethod_reverse_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_rTrim_Empty
public void enterTraversalMethod_rTrim_Empty(GremlinParser.TraversalMethod_rTrim_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_rTrim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_rTrim_Empty
public void exitTraversalMethod_rTrim_Empty(GremlinParser.TraversalMethod_rTrim_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_rTrim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_rTrim_Scope
public void enterTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_rTrim_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_rTrim_Scope
public void exitTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_rTrim_Scopein 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_split_String
public void enterTraversalMethod_split_String(GremlinParser.TraversalMethod_split_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation does nothing.
- Specified by:
enterTraversalMethod_split_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_split_String
public void exitTraversalMethod_split_String(GremlinParser.TraversalMethod_split_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation does nothing.
- Specified by:
exitTraversalMethod_split_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_split_Scope_String
public void enterTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx)
Enter a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation does nothing.
- Specified by:
enterTraversalMethod_split_Scope_Stringin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_split_Scope_String
public void exitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx)
Exit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation does nothing.
- Specified by:
exitTraversalMethod_split_Scope_Stringin 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_substring_int
public void enterTraversalMethod_substring_int(GremlinParser.TraversalMethod_substring_intContext ctx)
Enter a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
enterTraversalMethod_substring_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_substring_int
public void exitTraversalMethod_substring_int(GremlinParser.TraversalMethod_substring_intContext ctx)
Exit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
exitTraversalMethod_substring_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_substring_Scope_int
public void enterTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx)
Enter a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
enterTraversalMethod_substring_Scope_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_substring_Scope_int
public void exitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx)
Exit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
exitTraversalMethod_substring_Scope_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_substring_int_int
public void enterTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx)
Enter a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
enterTraversalMethod_substring_int_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_substring_int_int
public void exitTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx)
Exit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
exitTraversalMethod_substring_int_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_substring_Scope_int_int
public void enterTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx)
Enter a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
enterTraversalMethod_substring_Scope_int_intin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_substring_Scope_int_int
public void exitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx)
Exit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation does nothing.
- Specified by:
exitTraversalMethod_substring_Scope_int_intin 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_toLower_Empty
public void enterTraversalMethod_toLower_Empty(GremlinParser.TraversalMethod_toLower_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toLower_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toLower_Empty
public void exitTraversalMethod_toLower_Empty(GremlinParser.TraversalMethod_toLower_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toLower_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_toLower_Scope
public void enterTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toLower_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toLower_Scope
public void exitTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toLower_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_toUpper_Empty
public void enterTraversalMethod_toUpper_Empty(GremlinParser.TraversalMethod_toUpper_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toUpper_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toUpper_Empty
public void exitTraversalMethod_toUpper_Empty(GremlinParser.TraversalMethod_toUpper_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toUpper_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_toUpper_Scope
public void enterTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation does nothing.
- Specified by:
enterTraversalMethod_toUpper_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_toUpper_Scope
public void exitTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation does nothing.
- Specified by:
exitTraversalMethod_toUpper_Scopein 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_trim_Empty
public void enterTraversalMethod_trim_Empty(GremlinParser.TraversalMethod_trim_EmptyContext ctx)
Enter a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_trim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_trim_Empty
public void exitTraversalMethod_trim_Empty(GremlinParser.TraversalMethod_trim_EmptyContext ctx)
Exit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_trim_Emptyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMethod_trim_Scope
public void enterTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx)
Enter a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().The default implementation does nothing.
- Specified by:
enterTraversalMethod_trim_Scopein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMethod_trim_Scope
public void exitTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx)
Exit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().The default implementation does nothing.
- Specified by:
exitTraversalMethod_trim_Scopein 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
-
enterConfiguration
public void enterConfiguration(GremlinParser.ConfigurationContext ctx)
Enter a parse tree produced byGremlinParser.configuration().The default implementation does nothing.
- Specified by:
enterConfigurationin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConfiguration
public void exitConfiguration(GremlinParser.ConfigurationContext ctx)
Exit a parse tree produced byGremlinParser.configuration().The default implementation does nothing.
- Specified by:
exitConfigurationin 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
-
enterTraversalBarrier
public void enterTraversalBarrier(GremlinParser.TraversalBarrierContext ctx)
Enter a parse tree produced byGremlinParser.traversalBarrier().The default implementation does nothing.
- Specified by:
enterTraversalBarrierin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalBarrier
public void exitTraversalBarrier(GremlinParser.TraversalBarrierContext ctx)
Exit a parse tree produced byGremlinParser.traversalBarrier().The default implementation does nothing.
- Specified by:
exitTraversalBarrierin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalT
public void enterTraversalT(GremlinParser.TraversalTContext ctx)
Enter a parse tree produced byGremlinParser.traversalT().The default implementation does nothing.
- Specified by:
enterTraversalTin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalT
public void exitTraversalT(GremlinParser.TraversalTContext ctx)
Exit a parse tree produced byGremlinParser.traversalT().The default implementation does nothing.
- Specified by:
exitTraversalTin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTShort
public void enterTraversalTShort(GremlinParser.TraversalTShortContext ctx)
Enter a parse tree produced byGremlinParser.traversalTShort().The default implementation does nothing.
- Specified by:
enterTraversalTShortin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTShort
public void exitTraversalTShort(GremlinParser.TraversalTShortContext ctx)
Exit a parse tree produced byGremlinParser.traversalTShort().The default implementation does nothing.
- Specified by:
exitTraversalTShortin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalTLong
public void enterTraversalTLong(GremlinParser.TraversalTLongContext ctx)
Enter a parse tree produced byGremlinParser.traversalTLong().The default implementation does nothing.
- Specified by:
enterTraversalTLongin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalTLong
public void exitTraversalTLong(GremlinParser.TraversalTLongContext ctx)
Exit a parse tree produced byGremlinParser.traversalTLong().The default implementation does nothing.
- Specified by:
exitTraversalTLongin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalMerge
public void enterTraversalMerge(GremlinParser.TraversalMergeContext ctx)
Enter a parse tree produced byGremlinParser.traversalMerge().The default implementation does nothing.
- Specified by:
enterTraversalMergein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalMerge
public void exitTraversalMerge(GremlinParser.TraversalMergeContext ctx)
Exit a parse tree produced byGremlinParser.traversalMerge().The default implementation does nothing.
- Specified by:
exitTraversalMergein 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
-
enterTraversalDirectionShort
public void enterTraversalDirectionShort(GremlinParser.TraversalDirectionShortContext ctx)
Enter a parse tree produced byGremlinParser.traversalDirectionShort().The default implementation does nothing.
- Specified by:
enterTraversalDirectionShortin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalDirectionShort
public void exitTraversalDirectionShort(GremlinParser.TraversalDirectionShortContext ctx)
Exit a parse tree produced byGremlinParser.traversalDirectionShort().The default implementation does nothing.
- Specified by:
exitTraversalDirectionShortin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalDirectionLong
public void enterTraversalDirectionLong(GremlinParser.TraversalDirectionLongContext ctx)
Enter a parse tree produced byGremlinParser.traversalDirectionLong().The default implementation does nothing.
- Specified by:
enterTraversalDirectionLongin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalDirectionLong
public void exitTraversalDirectionLong(GremlinParser.TraversalDirectionLongContext ctx)
Exit a parse tree produced byGremlinParser.traversalDirectionLong().The default implementation does nothing.
- Specified by:
exitTraversalDirectionLongin 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
-
enterTraversalPick
public void enterTraversalPick(GremlinParser.TraversalPickContext ctx)
Enter a parse tree produced byGremlinParser.traversalPick().The default implementation does nothing.
- Specified by:
enterTraversalPickin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPick
public void exitTraversalPick(GremlinParser.TraversalPickContext ctx)
Exit a parse tree produced byGremlinParser.traversalPick().The default implementation does nothing.
- Specified by:
exitTraversalPickin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalDT
public void enterTraversalDT(GremlinParser.TraversalDTContext ctx)
Enter a parse tree produced byGremlinParser.traversalDT().The default implementation does nothing.
- Specified by:
enterTraversalDTin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalDT
public void exitTraversalDT(GremlinParser.TraversalDTContext ctx)
Exit a parse tree produced byGremlinParser.traversalDT().The default implementation does nothing.
- Specified by:
exitTraversalDTin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalGType
public void enterTraversalGType(GremlinParser.TraversalGTypeContext ctx)
Enter a parse tree produced byGremlinParser.traversalGType().The default implementation does nothing.
- Specified by:
enterTraversalGTypein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalGType
public void exitTraversalGType(GremlinParser.TraversalGTypeContext ctx)
Exit a parse tree produced byGremlinParser.traversalGType().The default implementation does nothing.
- Specified by:
exitTraversalGTypein 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
-
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_typeOf
public void enterTraversalPredicate_typeOf(GremlinParser.TraversalPredicate_typeOfContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_typeOf().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_typeOfin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_typeOf
public void exitTraversalPredicate_typeOf(GremlinParser.TraversalPredicate_typeOfContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_typeOf().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_typeOfin 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
-
enterTraversalPredicate_regex
public void enterTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_regex().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_regexin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_regex
public void exitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_regex().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_regexin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalPredicate_notRegex
public void enterTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx)
Enter a parse tree produced byGremlinParser.traversalPredicate_notRegex().The default implementation does nothing.
- Specified by:
enterTraversalPredicate_notRegexin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalPredicate_notRegex
public void exitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx)
Exit a parse tree produced byGremlinParser.traversalPredicate_notRegex().The default implementation does nothing.
- Specified by:
exitTraversalPredicate_notRegexin 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
-
enterWithOptionKeys
public void enterWithOptionKeys(GremlinParser.WithOptionKeysContext ctx)
Enter a parse tree produced byGremlinParser.withOptionKeys().The default implementation does nothing.
- Specified by:
enterWithOptionKeysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionKeys
public void exitWithOptionKeys(GremlinParser.WithOptionKeysContext ctx)
Exit a parse tree produced byGremlinParser.withOptionKeys().The default implementation does nothing.
- Specified by:
exitWithOptionKeysin 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
-
enterPageRankConstants
public void enterPageRankConstants(GremlinParser.PageRankConstantsContext ctx)
Enter a parse tree produced byGremlinParser.pageRankConstants().The default implementation does nothing.
- Specified by:
enterPageRankConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankConstants
public void exitPageRankConstants(GremlinParser.PageRankConstantsContext ctx)
Exit a parse tree produced byGremlinParser.pageRankConstants().The default implementation does nothing.
- Specified by:
exitPageRankConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureConstants
public void enterPeerPressureConstants(GremlinParser.PeerPressureConstantsContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureConstants().The default implementation does nothing.
- Specified by:
enterPeerPressureConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureConstants
public void exitPeerPressureConstants(GremlinParser.PeerPressureConstantsContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureConstants().The default implementation does nothing.
- Specified by:
exitPeerPressureConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants
public void enterShortestPathConstants(GremlinParser.ShortestPathConstantsContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants().The default implementation does nothing.
- Specified by:
enterShortestPathConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants
public void exitShortestPathConstants(GremlinParser.ShortestPathConstantsContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants().The default implementation does nothing.
- Specified by:
exitShortestPathConstantsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsValues
public void enterWithOptionsValues(GremlinParser.WithOptionsValuesContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsValues().The default implementation does nothing.
- Specified by:
enterWithOptionsValuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsValues
public void exitWithOptionsValues(GremlinParser.WithOptionsValuesContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsValues().The default implementation does nothing.
- Specified by:
exitWithOptionsValuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsKeys
public void enterIoOptionsKeys(GremlinParser.IoOptionsKeysContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsKeys().The default implementation does nothing.
- Specified by:
enterIoOptionsKeysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsKeys
public void exitIoOptionsKeys(GremlinParser.IoOptionsKeysContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsKeys().The default implementation does nothing.
- Specified by:
exitIoOptionsKeysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsValues
public void enterIoOptionsValues(GremlinParser.IoOptionsValuesContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsValues().The default implementation does nothing.
- Specified by:
enterIoOptionsValuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsValues
public void exitIoOptionsValues(GremlinParser.IoOptionsValuesContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsValues().The default implementation does nothing.
- Specified by:
exitIoOptionsValuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterConnectedComponentConstants_component
public void enterConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx)
Enter a parse tree produced byGremlinParser.connectedComponentConstants_component().The default implementation does nothing.
- Specified by:
enterConnectedComponentConstants_componentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConnectedComponentConstants_component
public void exitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx)
Exit a parse tree produced byGremlinParser.connectedComponentConstants_component().The default implementation does nothing.
- Specified by:
exitConnectedComponentConstants_componentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterConnectedComponentConstants_edges
public void enterConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.connectedComponentConstants_edges().The default implementation does nothing.
- Specified by:
enterConnectedComponentConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConnectedComponentConstants_edges
public void exitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.connectedComponentConstants_edges().The default implementation does nothing.
- Specified by:
exitConnectedComponentConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterConnectedComponentConstants_propertyName
public void enterConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().The default implementation does nothing.
- Specified by:
enterConnectedComponentConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitConnectedComponentConstants_propertyName
public void exitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().The default implementation does nothing.
- Specified by:
exitConnectedComponentConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPageRankConstants_edges
public void enterPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.pageRankConstants_edges().The default implementation does nothing.
- Specified by:
enterPageRankConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankConstants_edges
public void exitPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.pageRankConstants_edges().The default implementation does nothing.
- Specified by:
exitPageRankConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPageRankConstants_times
public void enterPageRankConstants_times(GremlinParser.PageRankConstants_timesContext ctx)
Enter a parse tree produced byGremlinParser.pageRankConstants_times().The default implementation does nothing.
- Specified by:
enterPageRankConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankConstants_times
public void exitPageRankConstants_times(GremlinParser.PageRankConstants_timesContext ctx)
Exit a parse tree produced byGremlinParser.pageRankConstants_times().The default implementation does nothing.
- Specified by:
exitPageRankConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPageRankConstants_propertyName
public void enterPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.pageRankConstants_propertyName().The default implementation does nothing.
- Specified by:
enterPageRankConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPageRankConstants_propertyName
public void exitPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.pageRankConstants_propertyName().The default implementation does nothing.
- Specified by:
exitPageRankConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureConstants_edges
public void enterPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureConstants_edges().The default implementation does nothing.
- Specified by:
enterPeerPressureConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureConstants_edges
public void exitPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureConstants_edges().The default implementation does nothing.
- Specified by:
exitPeerPressureConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureConstants_times
public void enterPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureConstants_times().The default implementation does nothing.
- Specified by:
enterPeerPressureConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureConstants_times
public void exitPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureConstants_times().The default implementation does nothing.
- Specified by:
exitPeerPressureConstants_timesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterPeerPressureConstants_propertyName
public void enterPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx)
Enter a parse tree produced byGremlinParser.peerPressureConstants_propertyName().The default implementation does nothing.
- Specified by:
enterPeerPressureConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitPeerPressureConstants_propertyName
public void exitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx)
Exit a parse tree produced byGremlinParser.peerPressureConstants_propertyName().The default implementation does nothing.
- Specified by:
exitPeerPressureConstants_propertyNamein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants_target
public void enterShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants_target().The default implementation does nothing.
- Specified by:
enterShortestPathConstants_targetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants_target
public void exitShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants_target().The default implementation does nothing.
- Specified by:
exitShortestPathConstants_targetin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants_edges
public void enterShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants_edges().The default implementation does nothing.
- Specified by:
enterShortestPathConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants_edges
public void exitShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants_edges().The default implementation does nothing.
- Specified by:
exitShortestPathConstants_edgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants_distance
public void enterShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants_distance().The default implementation does nothing.
- Specified by:
enterShortestPathConstants_distancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants_distance
public void exitShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants_distance().The default implementation does nothing.
- Specified by:
exitShortestPathConstants_distancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants_maxDistance
public void enterShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().The default implementation does nothing.
- Specified by:
enterShortestPathConstants_maxDistancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants_maxDistance
public void exitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().The default implementation does nothing.
- Specified by:
exitShortestPathConstants_maxDistancein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterShortestPathConstants_includeEdges
public void enterShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx)
Enter a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().The default implementation does nothing.
- Specified by:
enterShortestPathConstants_includeEdgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitShortestPathConstants_includeEdges
public void exitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx)
Exit a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().The default implementation does nothing.
- Specified by:
exitShortestPathConstants_includeEdgesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_tokens
public void enterWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_tokens().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_tokensin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_tokens
public void exitWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_tokens().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_tokensin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_none
public void enterWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_none().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_none
public void exitWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_none().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_nonein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_ids
public void enterWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_ids().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_idsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_ids
public void exitWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_ids().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_idsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_labels
public void enterWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_labels().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_labelsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_labels
public void exitWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_labels().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_labelsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_keys
public void enterWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_keys().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_keysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_keys
public void exitWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_keys().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_keysin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_values
public void enterWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_values().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_values
public void exitWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_values().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_valuesin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_all
public void enterWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_all().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_allin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_all
public void exitWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_all().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_allin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_indexer
public void enterWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_indexer().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_indexerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_indexer
public void exitWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_indexer().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_indexerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_list
public void enterWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_list().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_listin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_list
public void exitWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_list().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_listin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterWithOptionsConstants_map
public void enterWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext ctx)
Enter a parse tree produced byGremlinParser.withOptionsConstants_map().The default implementation does nothing.
- Specified by:
enterWithOptionsConstants_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitWithOptionsConstants_map
public void exitWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext ctx)
Exit a parse tree produced byGremlinParser.withOptionsConstants_map().The default implementation does nothing.
- Specified by:
exitWithOptionsConstants_mapin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsConstants_reader
public void enterIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsConstants_reader().The default implementation does nothing.
- Specified by:
enterIoOptionsConstants_readerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsConstants_reader
public void exitIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsConstants_reader().The default implementation does nothing.
- Specified by:
exitIoOptionsConstants_readerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsConstants_writer
public void enterIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsConstants_writer().The default implementation does nothing.
- Specified by:
enterIoOptionsConstants_writerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsConstants_writer
public void exitIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsConstants_writer().The default implementation does nothing.
- Specified by:
exitIoOptionsConstants_writerin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsConstants_gryo
public void enterIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsConstants_gryo().The default implementation does nothing.
- Specified by:
enterIoOptionsConstants_gryoin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsConstants_gryo
public void exitIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsConstants_gryo().The default implementation does nothing.
- Specified by:
exitIoOptionsConstants_gryoin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsConstants_graphson
public void enterIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsConstants_graphson().The default implementation does nothing.
- Specified by:
enterIoOptionsConstants_graphsonin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsConstants_graphson
public void exitIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsConstants_graphson().The default implementation does nothing.
- Specified by:
exitIoOptionsConstants_graphsonin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIoOptionsConstants_graphml
public void enterIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext ctx)
Enter a parse tree produced byGremlinParser.ioOptionsConstants_graphml().The default implementation does nothing.
- Specified by:
enterIoOptionsConstants_graphmlin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIoOptionsConstants_graphml
public void exitIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext ctx)
Exit a parse tree produced byGremlinParser.ioOptionsConstants_graphml().The default implementation does nothing.
- Specified by:
exitIoOptionsConstants_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
-
enterBooleanArgument
public void enterBooleanArgument(GremlinParser.BooleanArgumentContext ctx)
Enter a parse tree produced byGremlinParser.booleanArgument().The default implementation does nothing.
- Specified by:
enterBooleanArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitBooleanArgument
public void exitBooleanArgument(GremlinParser.BooleanArgumentContext ctx)
Exit a parse tree produced byGremlinParser.booleanArgument().The default implementation does nothing.
- Specified by:
exitBooleanArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterIntegerArgument
public void enterIntegerArgument(GremlinParser.IntegerArgumentContext ctx)
Enter a parse tree produced byGremlinParser.integerArgument().The default implementation does nothing.
- Specified by:
enterIntegerArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitIntegerArgument
public void exitIntegerArgument(GremlinParser.IntegerArgumentContext ctx)
Exit a parse tree produced byGremlinParser.integerArgument().The default implementation does nothing.
- Specified by:
exitIntegerArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterFloatArgument
public void enterFloatArgument(GremlinParser.FloatArgumentContext ctx)
Enter a parse tree produced byGremlinParser.floatArgument().The default implementation does nothing.
- Specified by:
enterFloatArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitFloatArgument
public void exitFloatArgument(GremlinParser.FloatArgumentContext ctx)
Exit a parse tree produced byGremlinParser.floatArgument().The default implementation does nothing.
- Specified by:
exitFloatArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringArgument
public void enterStringArgument(GremlinParser.StringArgumentContext ctx)
Enter a parse tree produced byGremlinParser.stringArgument().The default implementation does nothing.
- Specified by:
enterStringArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringArgument
public void exitStringArgument(GremlinParser.StringArgumentContext ctx)
Exit a parse tree produced byGremlinParser.stringArgument().The default implementation does nothing.
- Specified by:
exitStringArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringNullableArgument
public void enterStringNullableArgument(GremlinParser.StringNullableArgumentContext ctx)
Enter a parse tree produced byGremlinParser.stringNullableArgument().The default implementation does nothing.
- Specified by:
enterStringNullableArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringNullableArgument
public void exitStringNullableArgument(GremlinParser.StringNullableArgumentContext ctx)
Exit a parse tree produced byGremlinParser.stringNullableArgument().The default implementation does nothing.
- Specified by:
exitStringNullableArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringNullableArgumentVarargs
public void enterStringNullableArgumentVarargs(GremlinParser.StringNullableArgumentVarargsContext ctx)
Enter a parse tree produced byGremlinParser.stringNullableArgumentVarargs().The default implementation does nothing.
- Specified by:
enterStringNullableArgumentVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringNullableArgumentVarargs
public void exitStringNullableArgumentVarargs(GremlinParser.StringNullableArgumentVarargsContext ctx)
Exit a parse tree produced byGremlinParser.stringNullableArgumentVarargs().The default implementation does nothing.
- Specified by:
exitStringNullableArgumentVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterDateArgument
public void enterDateArgument(GremlinParser.DateArgumentContext ctx)
Enter a parse tree produced byGremlinParser.dateArgument().The default implementation does nothing.
- Specified by:
enterDateArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitDateArgument
public void exitDateArgument(GremlinParser.DateArgumentContext ctx)
Exit a parse tree produced byGremlinParser.dateArgument().The default implementation does nothing.
- Specified by:
exitDateArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericArgument
public void enterGenericArgument(GremlinParser.GenericArgumentContext ctx)
Enter a parse tree produced byGremlinParser.genericArgument().The default implementation does nothing.
- Specified by:
enterGenericArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericArgument
public void exitGenericArgument(GremlinParser.GenericArgumentContext ctx)
Exit a parse tree produced byGremlinParser.genericArgument().The default implementation does nothing.
- Specified by:
exitGenericArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericArgumentVarargs
public void enterGenericArgumentVarargs(GremlinParser.GenericArgumentVarargsContext ctx)
Enter a parse tree produced byGremlinParser.genericArgumentVarargs().The default implementation does nothing.
- Specified by:
enterGenericArgumentVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericArgumentVarargs
public void exitGenericArgumentVarargs(GremlinParser.GenericArgumentVarargsContext ctx)
Exit a parse tree produced byGremlinParser.genericArgumentVarargs().The default implementation does nothing.
- Specified by:
exitGenericArgumentVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericMapArgument
public void enterGenericMapArgument(GremlinParser.GenericMapArgumentContext ctx)
Enter a parse tree produced byGremlinParser.genericMapArgument().The default implementation does nothing.
- Specified by:
enterGenericMapArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericMapArgument
public void exitGenericMapArgument(GremlinParser.GenericMapArgumentContext ctx)
Exit a parse tree produced byGremlinParser.genericMapArgument().The default implementation does nothing.
- Specified by:
exitGenericMapArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericMapNullableArgument
public void enterGenericMapNullableArgument(GremlinParser.GenericMapNullableArgumentContext ctx)
Enter a parse tree produced byGremlinParser.genericMapNullableArgument().The default implementation does nothing.
- Specified by:
enterGenericMapNullableArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericMapNullableArgument
public void exitGenericMapNullableArgument(GremlinParser.GenericMapNullableArgumentContext ctx)
Exit a parse tree produced byGremlinParser.genericMapNullableArgument().The default implementation does nothing.
- Specified by:
exitGenericMapNullableArgumentin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterTraversalStrategyVarargs
public void enterTraversalStrategyVarargs(GremlinParser.TraversalStrategyVarargsContext ctx)
Enter a parse tree produced byGremlinParser.traversalStrategyVarargs().The default implementation does nothing.
- Specified by:
enterTraversalStrategyVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitTraversalStrategyVarargs
public void exitTraversalStrategyVarargs(GremlinParser.TraversalStrategyVarargsContext ctx)
Exit a parse tree produced byGremlinParser.traversalStrategyVarargs().The default implementation does nothing.
- Specified by:
exitTraversalStrategyVarargsin 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
-
enterClassTypeList
public void enterClassTypeList(GremlinParser.ClassTypeListContext ctx)
Enter a parse tree produced byGremlinParser.classTypeList().The default implementation does nothing.
- Specified by:
enterClassTypeListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitClassTypeList
public void exitClassTypeList(GremlinParser.ClassTypeListContext ctx)
Exit a parse tree produced byGremlinParser.classTypeList().The default implementation does nothing.
- Specified by:
exitClassTypeListin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterClassTypeExpr
public void enterClassTypeExpr(GremlinParser.ClassTypeExprContext ctx)
Enter a parse tree produced byGremlinParser.classTypeExpr().The default implementation does nothing.
- Specified by:
enterClassTypeExprin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitClassTypeExpr
public void exitClassTypeExpr(GremlinParser.ClassTypeExprContext ctx)
Exit a parse tree produced byGremlinParser.classTypeExpr().The default implementation does nothing.
- Specified by:
exitClassTypeExprin 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
-
enterGenericCollectionLiteral
public void enterGenericCollectionLiteral(GremlinParser.GenericCollectionLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericCollectionLiteral().The default implementation does nothing.
- Specified by:
enterGenericCollectionLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericCollectionLiteral
public void exitGenericCollectionLiteral(GremlinParser.GenericCollectionLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericCollectionLiteral().The default implementation does nothing.
- Specified by:
exitGenericCollectionLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericLiteralVarargs
public void enterGenericLiteralVarargs(GremlinParser.GenericLiteralVarargsContext ctx)
Enter a parse tree produced byGremlinParser.genericLiteralVarargs().The default implementation does nothing.
- Specified by:
enterGenericLiteralVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericLiteralVarargs
public void exitGenericLiteralVarargs(GremlinParser.GenericLiteralVarargsContext ctx)
Exit a parse tree produced byGremlinParser.genericLiteralVarargs().The default implementation does nothing.
- Specified by:
exitGenericLiteralVarargsin 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
-
enterGenericMapNullableLiteral
public void enterGenericMapNullableLiteral(GremlinParser.GenericMapNullableLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericMapNullableLiteral().The default implementation does nothing.
- Specified by:
enterGenericMapNullableLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericMapNullableLiteral
public void exitGenericMapNullableLiteral(GremlinParser.GenericMapNullableLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericMapNullableLiteral().The default implementation does nothing.
- Specified by:
exitGenericMapNullableLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericRangeLiteral
public void enterGenericRangeLiteral(GremlinParser.GenericRangeLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericRangeLiteral().The default implementation does nothing.
- Specified by:
enterGenericRangeLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericRangeLiteral
public void exitGenericRangeLiteral(GremlinParser.GenericRangeLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericRangeLiteral().The default implementation does nothing.
- Specified by:
exitGenericRangeLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterGenericSetLiteral
public void enterGenericSetLiteral(GremlinParser.GenericSetLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericSetLiteral().The default implementation does nothing.
- Specified by:
enterGenericSetLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericSetLiteral
public void exitGenericSetLiteral(GremlinParser.GenericSetLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericSetLiteral().The default implementation does nothing.
- Specified by:
exitGenericSetLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterStringNullableLiteralVarargs
public void enterStringNullableLiteralVarargs(GremlinParser.StringNullableLiteralVarargsContext ctx)
Enter a parse tree produced byGremlinParser.stringNullableLiteralVarargs().The default implementation does nothing.
- Specified by:
enterStringNullableLiteralVarargsin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringNullableLiteralVarargs
public void exitStringNullableLiteralVarargs(GremlinParser.StringNullableLiteralVarargsContext ctx)
Exit a parse tree produced byGremlinParser.stringNullableLiteralVarargs().The default implementation does nothing.
- Specified by:
exitStringNullableLiteralVarargsin 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
-
enterGenericMapLiteral
public void enterGenericMapLiteral(GremlinParser.GenericMapLiteralContext ctx)
Enter a parse tree produced byGremlinParser.genericMapLiteral().The default implementation does nothing.
- Specified by:
enterGenericMapLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitGenericMapLiteral
public void exitGenericMapLiteral(GremlinParser.GenericMapLiteralContext ctx)
Exit a parse tree produced byGremlinParser.genericMapLiteral().The default implementation does nothing.
- Specified by:
exitGenericMapLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterMapKey
public void enterMapKey(GremlinParser.MapKeyContext ctx)
Enter a parse tree produced byGremlinParser.mapKey().The default implementation does nothing.
- Specified by:
enterMapKeyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitMapKey
public void exitMapKey(GremlinParser.MapKeyContext ctx)
Exit a parse tree produced byGremlinParser.mapKey().The default implementation does nothing.
- Specified by:
exitMapKeyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterMapEntry
public void enterMapEntry(GremlinParser.MapEntryContext ctx)
Enter a parse tree produced byGremlinParser.mapEntry().The default implementation does nothing.
- Specified by:
enterMapEntryin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitMapEntry
public void exitMapEntry(GremlinParser.MapEntryContext ctx)
Exit a parse tree produced byGremlinParser.mapEntry().The default implementation does nothing.
- Specified by:
exitMapEntryin 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
-
enterStringNullableLiteral
public void enterStringNullableLiteral(GremlinParser.StringNullableLiteralContext ctx)
Enter a parse tree produced byGremlinParser.stringNullableLiteral().The default implementation does nothing.
- Specified by:
enterStringNullableLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitStringNullableLiteral
public void exitStringNullableLiteral(GremlinParser.StringNullableLiteralContext ctx)
Exit a parse tree produced byGremlinParser.stringNullableLiteral().The default implementation does nothing.
- Specified by:
exitStringNullableLiteralin 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
-
enterNumericLiteral
public void enterNumericLiteral(GremlinParser.NumericLiteralContext ctx)
Enter a parse tree produced byGremlinParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(GremlinParser.NumericLiteralContext ctx)
Exit a parse tree produced byGremlinParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin 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
-
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
-
enterNanLiteral
public void enterNanLiteral(GremlinParser.NanLiteralContext ctx)
Enter a parse tree produced byGremlinParser.nanLiteral().The default implementation does nothing.
- Specified by:
enterNanLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNanLiteral
public void exitNanLiteral(GremlinParser.NanLiteralContext ctx)
Exit a parse tree produced byGremlinParser.nanLiteral().The default implementation does nothing.
- Specified by:
exitNanLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterInfLiteral
public void enterInfLiteral(GremlinParser.InfLiteralContext ctx)
Enter a parse tree produced byGremlinParser.infLiteral().The default implementation does nothing.
- Specified by:
enterInfLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitInfLiteral
public void exitInfLiteral(GremlinParser.InfLiteralContext ctx)
Exit a parse tree produced byGremlinParser.infLiteral().The default implementation does nothing.
- Specified by:
exitInfLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterUuidLiteral
public void enterUuidLiteral(GremlinParser.UuidLiteralContext ctx)
Enter a parse tree produced byGremlinParser.uuidLiteral().The default implementation does nothing.
- Specified by:
enterUuidLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitUuidLiteral
public void exitUuidLiteral(GremlinParser.UuidLiteralContext ctx)
Exit a parse tree produced byGremlinParser.uuidLiteral().The default implementation does nothing.
- Specified by:
exitUuidLiteralin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterNakedKey
public void enterNakedKey(GremlinParser.NakedKeyContext ctx)
Enter a parse tree produced byGremlinParser.nakedKey().The default implementation does nothing.
- Specified by:
enterNakedKeyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitNakedKey
public void exitNakedKey(GremlinParser.NakedKeyContext ctx)
Exit a parse tree produced byGremlinParser.nakedKey().The default implementation does nothing.
- Specified by:
exitNakedKeyin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterClassType
public void enterClassType(GremlinParser.ClassTypeContext ctx)
Enter a parse tree produced byGremlinParser.classType().The default implementation does nothing.
- Specified by:
enterClassTypein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitClassType
public void exitClassType(GremlinParser.ClassTypeContext ctx)
Exit a parse tree produced byGremlinParser.classType().The default implementation does nothing.
- Specified by:
exitClassTypein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterVariable
public void enterVariable(GremlinParser.VariableContext ctx)
Enter a parse tree produced byGremlinParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitVariable
public void exitVariable(GremlinParser.VariableContext ctx)
Exit a parse tree produced byGremlinParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceGremlinListener- Parameters:
ctx- the parse tree
-
enterKeyword
public void enterKeyword(GremlinParser.KeywordContext ctx)
Enter a parse tree produced byGremlinParser.keyword().The default implementation does nothing.
- Specified by:
enterKeywordin interfaceGremlinListener- Parameters:
ctx- the parse tree
-
exitKeyword
public void exitKeyword(GremlinParser.KeywordContext ctx)
Exit a parse tree produced byGremlinParser.keyword().The default implementation does nothing.
- Specified by:
exitKeywordin 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
-
-