Class DotNetTranslateVisitor
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.tinkerpop.gremlin.language.grammar.GremlinBaseVisitor<Void>
-
- org.apache.tinkerpop.gremlin.language.translator.TranslateVisitor
-
- org.apache.tinkerpop.gremlin.language.translator.AbstractTranslateVisitor
-
- org.apache.tinkerpop.gremlin.language.translator.DotNetTranslateVisitor
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Void>,GremlinVisitor<Void>
public class DotNetTranslateVisitor extends AbstractTranslateVisitor
Converts a Gremlin traversal string into a C# source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.- Range syntax has no direct support
- Normalizes whitespace
- Normalize numeric suffixes to lower case
- If floats are not suffixed they will translate as BigDecimal
- Makes anonymous traversals explicit with double underscore
- Makes enums explicit with their proper name
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.language.translator.TranslateVisitor
graphTraversalSourceName, parameters, sb
-
-
Constructor Summary
Constructors Constructor Description DotNetTranslateVisitor()DotNetTranslateVisitor(String graphTraversalSourceName)
-
Method Summary
-
Methods inherited from class org.apache.tinkerpop.gremlin.language.translator.AbstractTranslateVisitor
handleStringLiteralText, visitKeyword, visitNakedKey, visitStringLiteral, visitStringNullableLiteral
-
Methods inherited from class org.apache.tinkerpop.gremlin.language.translator.TranslateVisitor
appendAnonymousSpawn, appendArgumentSeparator, appendStepClose, appendStepOpen, appendStepSeparator, getParameters, getTranslated, removeFirstAndLastCharacters, visitBooleanArgument, visitBooleanLiteral, visitGenericArgument, visitNestedTraversal, visitNullLiteral, visitP, visitTerminal, visitTraversalBarrier, visitTraversalCardinality, visitTraversalColumn, visitTraversalDirectionLong, visitTraversalDirectionShort, visitTraversalDT, visitTraversalMerge, visitTraversalOperator, visitTraversalOrder, visitTraversalPick, visitTraversalPop, visitTraversalPredicate, visitTraversalPredicate_between, visitTraversalPredicate_containing, visitTraversalPredicate_endingWith, visitTraversalPredicate_eq, visitTraversalPredicate_gt, visitTraversalPredicate_gte, visitTraversalPredicate_inside, visitTraversalPredicate_lt, visitTraversalPredicate_lte, visitTraversalPredicate_neq, visitTraversalPredicate_not, visitTraversalPredicate_notContaining, visitTraversalPredicate_notEndingWith, visitTraversalPredicate_notRegex, visitTraversalPredicate_notStartingWith, visitTraversalPredicate_outside, visitTraversalPredicate_regex, visitTraversalPredicate_startingWith, visitTraversalPredicate_typeOf, visitTraversalPredicate_within, visitTraversalPredicate_without, visitTraversalScope, visitTraversalSource, visitTraversalT, visitTraversalTLong, visitTraversalTShort, visitVariable
-
Methods inherited from class org.apache.tinkerpop.gremlin.language.grammar.GremlinBaseVisitor
visitChainedTraversal, visitClassTypeExpr, visitClassTypeList, visitConnectedComponentConstants, visitConnectedComponentConstants_component, visitConnectedComponentConstants_edges, visitConnectedComponentConstants_propertyName, visitConnectedComponentStringConstant, visitDateArgument, visitEmptyQuery, visitFloatArgument, visitGenericArgumentVarargs, visitGenericLiteral, visitGenericLiteralExpr, visitGenericLiteralVarargs, visitGenericMapArgument, visitGenericMapNullableArgument, visitGenericMapNullableLiteral, visitIntegerArgument, visitIoOptionsConstants_graphml, visitIoOptionsConstants_graphson, visitIoOptionsConstants_gryo, visitIoOptionsConstants_reader, visitIoOptionsConstants_writer, visitIoOptionsKeys, visitIoOptionsStringConstant, visitIoOptionsValues, visitNestedTraversalExpr, visitNestedTraversalList, visitNumericLiteral, visitPageRankConstants, visitPageRankConstants_edges, visitPageRankConstants_propertyName, visitPageRankConstants_times, visitPageRankStringConstant, visitPeerPressureConstants, visitPeerPressureConstants_edges, visitPeerPressureConstants_propertyName, visitPeerPressureConstants_times, visitPeerPressureStringConstant, visitQuery, visitQueryList, visitRootTraversal, visitShortestPathConstants, visitShortestPathConstants_distance, visitShortestPathConstants_edges, visitShortestPathConstants_includeEdges, visitShortestPathConstants_maxDistance, visitShortestPathConstants_target, visitShortestPathStringConstant, visitStringArgument, visitStringNullableArgument, visitStringNullableLiteralVarargs, visitTerminatedTraversal, visitTransactionPart, visitTraversalBiFunction, visitTraversalComparator, visitTraversalFunction, visitTraversalMethod, visitTraversalMethod_addE_Traversal, visitTraversalMethod_addV_Empty, visitTraversalMethod_addV_Traversal, visitTraversalMethod_aggregate_Scope_String, visitTraversalMethod_aggregate_String, visitTraversalMethod_all_P, visitTraversalMethod_and, visitTraversalMethod_any_P, visitTraversalMethod_as, visitTraversalMethod_asBool, visitTraversalMethod_asDate, visitTraversalMethod_asNumber_Empty, visitTraversalMethod_asNumber_traversalGType, visitTraversalMethod_asString_Empty, visitTraversalMethod_barrier_Consumer, visitTraversalMethod_barrier_Empty, visitTraversalMethod_barrier_int, visitTraversalMethod_both, visitTraversalMethod_bothE, visitTraversalMethod_bothV, visitTraversalMethod_by_Comparator, visitTraversalMethod_by_Empty, visitTraversalMethod_by_Function, visitTraversalMethod_by_Function_Comparator, visitTraversalMethod_by_Order, visitTraversalMethod_by_String, visitTraversalMethod_by_String_Comparator, visitTraversalMethod_by_T, visitTraversalMethod_by_Traversal, visitTraversalMethod_by_Traversal_Comparator, visitTraversalMethod_coin, visitTraversalMethod_combine_Object, visitTraversalMethod_concat_String, visitTraversalMethod_concat_Traversal_Traversal, visitTraversalMethod_connectedComponent, visitTraversalMethod_count_Empty, visitTraversalMethod_count_Scope, visitTraversalMethod_cyclicPath, visitTraversalMethod_dateAdd, visitTraversalMethod_dateDiff_Date, visitTraversalMethod_dateDiff_Traversal, visitTraversalMethod_dedup_Scope_String, visitTraversalMethod_dedup_String, visitTraversalMethod_difference_Object, visitTraversalMethod_discard, visitTraversalMethod_disjunct_Object, visitTraversalMethod_drop, visitTraversalMethod_E, visitTraversalMethod_element, visitTraversalMethod_emit_Empty, visitTraversalMethod_emit_Predicate, visitTraversalMethod_emit_Traversal, visitTraversalMethod_fail_Empty, visitTraversalMethod_fail_String, visitTraversalMethod_filter_Predicate, visitTraversalMethod_filter_Traversal, visitTraversalMethod_format_String, visitTraversalMethod_from_GenricArgument, visitTraversalMethod_from_String, visitTraversalMethod_from_Traversal, visitTraversalMethod_group_String, visitTraversalMethod_groupCount_String, visitTraversalMethod_has_String, visitTraversalMethod_hasId_Object_Object, visitTraversalMethod_hasId_P, visitTraversalMethod_hasNot, visitTraversalMethod_id, visitTraversalMethod_identity, visitTraversalMethod_in, visitTraversalMethod_inE, visitTraversalMethod_inject, visitTraversalMethod_intersect_Object, visitTraversalMethod_inV, visitTraversalMethod_is_Object, visitTraversalMethod_is_P, visitTraversalMethod_key, visitTraversalMethod_label, visitTraversalMethod_length_Empty, visitTraversalMethod_loops_Empty, visitTraversalMethod_loops_String, visitTraversalMethod_lTrim_Empty, visitTraversalMethod_math, visitTraversalMethod_merge_Object, visitTraversalMethod_mergeE_empty, visitTraversalMethod_mergeV_empty, visitTraversalMethod_none_P, visitTraversalMethod_not, visitTraversalMethod_option_Merge_Map_Cardinality, visitTraversalMethod_option_Predicate_Traversal, visitTraversalMethod_option_Traversal, visitTraversalMethod_or, visitTraversalMethod_order_Empty, visitTraversalMethod_order_Scope, visitTraversalMethod_otherV, visitTraversalMethod_out, visitTraversalMethod_outE, visitTraversalMethod_outV, visitTraversalMethod_pageRank_double, visitTraversalMethod_pageRank_Empty, visitTraversalMethod_path, visitTraversalMethod_peerPressure, visitTraversalMethod_product_Object, visitTraversalMethod_profile_String, visitTraversalMethod_property_Cardinality_Object, visitTraversalMethod_property_Object, visitTraversalMethod_property_Object_Object_Object, visitTraversalMethod_read, visitTraversalMethod_repeat_String_Traversal, visitTraversalMethod_repeat_Traversal, visitTraversalMethod_replace_String_String, visitTraversalMethod_reverse_Empty, visitTraversalMethod_rTrim_Empty, visitTraversalMethod_sack_BiFunction, visitTraversalMethod_sample_int, visitTraversalMethod_sample_Scope_int, visitTraversalMethod_shortestPath, visitTraversalMethod_sideEffect, visitTraversalMethod_simplePath, visitTraversalMethod_split_String, visitTraversalMethod_store, visitTraversalMethod_subgraph, visitTraversalMethod_substring_int, visitTraversalMethod_substring_int_int, visitTraversalMethod_timeLimit, visitTraversalMethod_times, visitTraversalMethod_to_Direction_String, visitTraversalMethod_to_GenricArgument, visitTraversalMethod_to_String, visitTraversalMethod_to_Traversal, visitTraversalMethod_toE, visitTraversalMethod_toLower_Empty, visitTraversalMethod_toUpper_Empty, visitTraversalMethod_toV, visitTraversalMethod_tree_String, visitTraversalMethod_trim_Empty, visitTraversalMethod_until_Predicate, visitTraversalMethod_until_Traversal, visitTraversalMethod_V, visitTraversalMethod_where_P, visitTraversalMethod_where_String_P, visitTraversalMethod_where_Traversal, visitTraversalMethod_with_String, visitTraversalMethod_with_String_Object, visitTraversalMethod_write, visitTraversalSackMethod, visitTraversalSourceSelfMethod, visitTraversalSourceSelfMethod_with, visitTraversalSourceSelfMethod_withBulk, visitTraversalSourceSelfMethod_withoutStrategies, visitTraversalSourceSelfMethod_withPath, visitTraversalSourceSelfMethod_withSack, visitTraversalSourceSelfMethod_withSideEffect, visitTraversalSourceSelfMethod_withStrategies, visitTraversalSourceSpawnMethod, visitTraversalSourceSpawnMethod_E, visitTraversalSourceSpawnMethod_V, visitTraversalStrategyExpr, visitTraversalStrategyVarargs, visitTraversalTerminalMethod, visitTraversalTerminalMethod_explain, visitTraversalTerminalMethod_hasNext, visitTraversalTerminalMethod_iterate, visitTraversalTerminalMethod_next, visitTraversalTerminalMethod_toBulkSet, visitTraversalTerminalMethod_toList, visitTraversalTerminalMethod_toSet, visitTraversalTerminalMethod_tryNext, visitWithOptionKeys, visitWithOptionsConstants_all, visitWithOptionsConstants_ids, visitWithOptionsConstants_indexer, visitWithOptionsConstants_keys, visitWithOptionsConstants_labels, visitWithOptionsConstants_list, visitWithOptionsConstants_map, visitWithOptionsConstants_none, visitWithOptionsConstants_tokens, visitWithOptionsConstants_values, visitWithOptionsStringConstant, visitWithOptionsValues
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode
-
-
-
-
Constructor Detail
-
DotNetTranslateVisitor
public DotNetTranslateVisitor()
-
DotNetTranslateVisitor
public DotNetTranslateVisitor(String graphTraversalSourceName)
-
-
Method Detail
-
visitTraversalDirection
public Void visitTraversalDirection(GremlinParser.TraversalDirectionContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalDirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalDirectionin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalDirectionin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNanLiteral
public Void visitNanLiteral(GremlinParser.NanLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.nanLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNanLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitNanLiteralin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInfLiteral
public Void visitInfLiteral(GremlinParser.InfLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.infLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInfLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitInfLiteralin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
public Void visitIntegerLiteral(GremlinParser.IntegerLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.integerLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntegerLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitIntegerLiteralin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
public Void visitFloatLiteral(GremlinParser.FloatLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.floatLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitFloatLiteralin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
public Void visitDateLiteral(GremlinParser.DateLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.dateLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitDateLiteralin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericRangeLiteral
public Void visitGenericRangeLiteral(GremlinParser.GenericRangeLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.genericRangeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericRangeLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitGenericRangeLiteralin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericMapLiteral
public Void visitGenericMapLiteral(GremlinParser.GenericMapLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.genericMapLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericMapLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitGenericMapLiteralin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericSetLiteral
public Void visitGenericSetLiteral(GremlinParser.GenericSetLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.genericSetLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericSetLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitGenericSetLiteralin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericCollectionLiteral
public Void visitGenericCollectionLiteral(GremlinParser.GenericCollectionLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.genericCollectionLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericCollectionLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitGenericCollectionLiteralin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntry
public Void visitMapEntry(GremlinParser.MapEntryContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.mapEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapEntryin interfaceGremlinVisitor<Void>- Overrides:
visitMapEntryin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapKey
public Void visitMapKey(GremlinParser.MapKeyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.mapKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapKeyin interfaceGremlinVisitor<Void>- Overrides:
visitMapKeyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategy
public Void visitTraversalStrategy(GremlinParser.TraversalStrategyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalStrategy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalStrategyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalStrategyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConfiguration
public Void visitConfiguration(GremlinParser.ConfigurationContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.configuration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConfigurationin interfaceGremlinVisitor<Void>- Overrides:
visitConfigurationin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_inject
public Void visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_injectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_injectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_io
public Void visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_ioin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_ioin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV
public Void visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_addVin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_addVin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_String
public Void visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_addV_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_addV_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addE
public Void visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_addEin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_addEin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_String
public Void visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_addE_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_addE_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_empty
public Void visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_call_emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_call_emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string
public Void visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_call_stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_call_stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map
public Void visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_call_string_mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_call_string_mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_traversal
public Void visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_call_string_traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_call_string_traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map_traversal
public Void visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_call_string_map_traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_call_string_map_traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Map
public Void visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_mergeV_Mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Traversal
public Void visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_mergeV_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_mergeV_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Map
public Void visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_mergeE_Mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Traversal
public Void visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_mergeE_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_mergeE_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_union
public Void visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalSourceSpawnMethod_unionin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalSourceSpawnMethod_unionin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asString_Scope
public Void visitTraversalMethod_asString_Scope(GremlinParser.TraversalMethod_asString_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_asString_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_asString_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_branch
public Void visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_branch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_branchin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_branchin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string
public Void visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_call_stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_call_stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map
public Void visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_call_string_mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_call_string_mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_traversal
public Void visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_call_string_traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_call_string_traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map_traversal
public Void visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_call_string_map_traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_call_string_map_traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cap
public Void visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_cap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_capin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_capin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Function
public Void visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Functionin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Functionin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal
public Void visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Predicate_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Predicate_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal_Traversal
public Void visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Predicate_Traversal_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Predicate_Traversal_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal
public Void visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal
public Void visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Traversal_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Traversal_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal_Traversal
public Void visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_choose_Traversal_Traversal_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_choose_Traversal_Traversal_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coalesce
public Void visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_coalesce().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_coalescein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_coalescein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_constant
public Void visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_constant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_constantin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_constantin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_elementMap
public Void visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_elementMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_elementMapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_elementMapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_flatMap
public Void visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_flatMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_flatMapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_flatMapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Empty
public Void visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_fold_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_fold_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Object_BiFunction
public Void visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_fold_Object_BiFunctionin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_fold_Object_BiFunctionin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_Empty
public Void visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_group_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_group_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_Empty
public Void visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_groupCount_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_groupCount_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Object
public Void visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_String_Objectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_String_Objectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_P
public Void visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_String_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_String_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_Object
public Void visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_String_String_Objectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_String_String_Objectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_P
public Void visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_String_String_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_String_String_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Object
public Void visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_T_Objectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_T_Objectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_P
public Void visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_has_T_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_has_T_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_P
public Void visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasKey_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasKey_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_String_String
public Void visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasKey_String_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasKey_String_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_Object_Object
public Void visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasValue_Object_Objectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasValue_Object_Objectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_P
public Void visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasValue_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasValue_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_P
public Void visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasLabel_Pin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasLabel_Pin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_String_String
public Void visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_hasLabel_String_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_hasLabel_String_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableArgumentVarargs
public Void visitStringNullableArgumentVarargs(GremlinParser.StringNullableArgumentVarargsContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.stringNullableArgumentVarargs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringNullableArgumentVarargsin interfaceGremlinVisitor<Void>- Overrides:
visitStringNullableArgumentVarargsin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_index
public Void visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_index().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_indexin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_indexin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_length_Scope
public Void visitTraversalMethod_length_Scope(GremlinParser.TraversalMethod_length_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_length_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_length_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_Scope_long
public Void visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_limit_Scope_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_limit_Scope_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_long
public Void visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_limit_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_limit_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_local
public Void visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_local().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_localin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_localin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_lTrim_Scope
public Void visitTraversalMethod_lTrim_Scope(GremlinParser.TraversalMethod_lTrim_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_lTrim_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_lTrim_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_map
public Void visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_map().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match
public Void visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_match().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_matchin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_matchin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Empty
public Void visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_max_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_max_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Scope
public Void visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_max_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_max_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Empty
public Void visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mean_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mean_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Scope
public Void visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mean_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mean_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Map
public Void visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mergeV_Mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mergeV_Mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Traversal
public Void visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mergeV_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mergeV_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Map
public Void visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mergeE_Mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mergeE_Mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Traversal
public Void visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_mergeE_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_mergeE_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Empty
public Void visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_min_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_min_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Scope
public Void visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_min_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_min_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map
public Void visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_option_Merge_Mapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_option_Merge_Mapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Object_Traversal
public Void visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_option_Object_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_option_Object_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Traversal
public Void visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_option_Merge_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_option_Merge_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_optional
public Void visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_optional().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_optionalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_optionalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_Empty
public Void visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_profile_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_profile_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_project
public Void visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_project().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_projectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_projectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_properties
public Void visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_properties().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_propertiesin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_propertiesin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object_Object_Object
public Void visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_property_Cardinality_Object_Object_Objectin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_property_Cardinality_Object_Object_Objectin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_conjoin_String
public Void visitTraversalMethod_conjoin_String(GremlinParser.TraversalMethod_conjoin_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_conjoin_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_conjoin_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_propertyMap
public Void visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_propertyMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_propertyMapin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_propertyMapin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_Scope_long_long
public Void visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_range_Scope_long_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_range_Scope_long_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_long_long
public Void visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_range_long_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_range_long_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_replace_Scope_String_String
public Void visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_replace_Scope_String_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_replace_Scope_String_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_rTrim_Scope
public Void visitTraversalMethod_rTrim_Scope(GremlinParser.TraversalMethod_rTrim_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_rTrim_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_rTrim_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_Empty
public Void visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_sack_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_sack_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Column
public Void visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Columnin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Columnin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String
public Void visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Pop_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Pop_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String_String_String
public Void visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Pop_String_String_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Pop_String_String_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_Traversal
public Void visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Pop_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Pop_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String
public Void visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String_String_String
public Void visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_String_String_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_String_String_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Traversal
public Void visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_select_Traversalin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_select_Traversalin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_long
public Void visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_skip_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_skip_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_Scope_long
public Void visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_skip_Scope_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_skip_Scope_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_split_Scope_String
public Void visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_split_Scope_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_split_Scope_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int
public Void visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_substring_Scope_intin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_substring_Scope_intin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int_int
public Void visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_substring_Scope_int_intin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_substring_Scope_int_intin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Empty
public Void visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_sum_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_sum_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Scope
public Void visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_sum_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_sum_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Empty
public Void visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_tail_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_tail_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope
public Void visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_tail_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_tail_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope_long
public Void visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_tail_Scope_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_tail_Scope_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_long
public Void visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_tail_longin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_tail_longin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toUpper_Scope
public Void visitTraversalMethod_toUpper_Scope(GremlinParser.TraversalMethod_toUpper_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_toUpper_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_toUpper_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toLower_Scope
public Void visitTraversalMethod_toLower_Scope(GremlinParser.TraversalMethod_toLower_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_toLower_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_toLower_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_Empty
public Void visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_tree_Emptyin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_tree_Emptyin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_trim_Scope
public Void visitTraversalMethod_trim_Scope(GremlinParser.TraversalMethod_trim_ScopeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_trim_Scopein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_trim_Scopein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_unfold
public Void visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_unfold().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_unfoldin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_unfoldin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_union
public Void visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_union().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_unionin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_unionin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_value
public Void visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_valuein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_valuein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_String
public Void visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_valueMap_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_valueMap_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_boolean_String
public Void visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_valueMap_boolean_Stringin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_valueMap_boolean_Stringin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_values
public Void visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalMethod_values().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalMethod_valuesin interfaceGremlinVisitor<Void>- Overrides:
visitTraversalMethod_valuesin classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType
public Void visitClassType(GremlinParser.ClassTypeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.classType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassTypein interfaceGremlinVisitor<Void>- Overrides:
visitClassTypein classGremlinBaseVisitor<Void>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUuidLiteral
public Void visitUuidLiteral(GremlinParser.UuidLiteralContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.uuidLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUuidLiteralin interfaceGremlinVisitor<Void>- Overrides:
visitUuidLiteralin classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalGType
public Void visitTraversalGType(GremlinParser.TraversalGTypeContext ctx)
Description copied from class:GremlinBaseVisitorVisit a parse tree produced byGremlinParser.traversalGType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTraversalGTypein interfaceGremlinVisitor<Void>- Overrides:
visitTraversalGTypein classTranslateVisitor- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
processGremlinSymbol
protected String processGremlinSymbol(String step)
- Overrides:
processGremlinSymbolin classTranslateVisitor
-
appendExplicitNaming
protected void appendExplicitNaming(String txt, String prefix)
The default behavior for this method is to callprocessGremlinSymbol(String)but there really isn't a need to do that for C# because the mappings of theDotNetTranslateVisitor.SymbolHelperdon't apply to enums.- Overrides:
appendExplicitNamingin classTranslateVisitor
-
getCardinalityFunctionClass
protected String getCardinalityFunctionClass()
- Overrides:
getCardinalityFunctionClassin classTranslateVisitor
-
-