Interface GremlinVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
AbstractTranslateVisitor,AnonymizedTranslatorVisitor,ArgumentVisitor,DefaultGremlinBaseVisitor,DotNetTranslateVisitor,GenericLiteralVisitor,GoTranslateVisitor,GraphTraversalSourceVisitor,GremlinAntlrToJava,GremlinBaseVisitor,GroovyTranslateVisitor,JavascriptTranslateVisitor,JavaTranslateVisitor,NestedTraversalSourceListVisitor,NoOpTerminalVisitor,ParameterMapVisitor,PythonTranslateVisitor,TerminalMethodToBytecodeVisitor,TranslateVisitor,TraversalMethodVisitor,TraversalPredicateVisitor,TraversalRootVisitor,TraversalSourceSelfMethodVisitor,TraversalSourceSpawnMethodVisitor,TraversalSourceTxVisitor,TraversalStrategyVisitor,TraversalTerminalMethodVisitor,WithOptionsVisitor
public interface GremlinVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
GremlinParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byGremlinParser.binaryLiteral().Visit a parse tree produced byGremlinParser.booleanArgument().Visit a parse tree produced byGremlinParser.booleanLiteral().Visit a parse tree produced byGremlinParser.chainedTraversal().Visit a parse tree produced byGremlinParser.characterLiteral().Visit a parse tree produced byGremlinParser.classType().Visit a parse tree produced byGremlinParser.classTypeExpr().Visit a parse tree produced byGremlinParser.classTypeList().Visit a parse tree produced byGremlinParser.configuration().Visit a parse tree produced byGremlinParser.connectedComponentConstants().visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_component().Visit a parse tree produced byGremlinParser.connectedComponentConstants_edges().visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().Visit a parse tree produced byGremlinParser.connectedComponentStringConstant().Visit a parse tree produced byGremlinParser.dateArgument().Visit a parse tree produced byGremlinParser.dateLiteral().Visit a parse tree produced byGremlinParser.durationLiteral().Visit a parse tree produced byGremlinParser.emptyQuery().Visit a parse tree produced byGremlinParser.floatLiteral().Visit a parse tree produced byGremlinParser.genericArgument().Visit a parse tree produced byGremlinParser.genericArgumentVarargs().Visit a parse tree produced byGremlinParser.genericCollectionLiteral().Visit a parse tree produced byGremlinParser.genericLiteral().Visit a parse tree produced byGremlinParser.genericLiteralExpr().Visit a parse tree produced byGremlinParser.genericLiteralVarargs().Visit a parse tree produced byGremlinParser.genericMapArgument().Visit a parse tree produced byGremlinParser.genericMapLiteral().Visit a parse tree produced byGremlinParser.genericMapNullableArgument().Visit a parse tree produced byGremlinParser.genericMapNullableLiteral().Visit a parse tree produced byGremlinParser.genericRangeLiteral().Visit a parse tree produced byGremlinParser.genericSetLiteral().Visit a parse tree produced byGremlinParser.infLiteral().Visit a parse tree produced byGremlinParser.integerArgument().Visit a parse tree produced byGremlinParser.integerLiteral().Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphml().Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphson().Visit a parse tree produced byGremlinParser.ioOptionsConstants_gryo().Visit a parse tree produced byGremlinParser.ioOptionsConstants_reader().Visit a parse tree produced byGremlinParser.ioOptionsConstants_writer().Visit a parse tree produced byGremlinParser.ioOptionsKeys().Visit a parse tree produced byGremlinParser.ioOptionsStringConstant().Visit a parse tree produced byGremlinParser.ioOptionsValues().Visit a parse tree produced byGremlinParser.keyword().Visit a parse tree produced byGremlinParser.mapEntry().Visit a parse tree produced byGremlinParser.mapKey().Visit a parse tree produced byGremlinParser.nakedKey().Visit a parse tree produced byGremlinParser.nanLiteral().Visit a parse tree produced byGremlinParser.nestedTraversal().Visit a parse tree produced byGremlinParser.nestedTraversalExpr().Visit a parse tree produced byGremlinParser.nestedTraversalList().Visit a parse tree produced byGremlinParser.nullableGenericLiteralMap().Visit a parse tree produced byGremlinParser.nullLiteral().Visit a parse tree produced byGremlinParser.numericLiteral().Visit a parse tree produced byGremlinParser.pageRankConstants().Visit a parse tree produced byGremlinParser.pageRankConstants_edges().Visit a parse tree produced byGremlinParser.pageRankConstants_propertyName().Visit a parse tree produced byGremlinParser.pageRankConstants_times().Visit a parse tree produced byGremlinParser.pageRankStringConstant().Visit a parse tree produced byGremlinParser.pdtLiteral().Visit a parse tree produced byGremlinParser.peerPressureConstants().Visit a parse tree produced byGremlinParser.peerPressureConstants_edges().visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants_propertyName().Visit a parse tree produced byGremlinParser.peerPressureConstants_times().Visit a parse tree produced byGremlinParser.peerPressureStringConstant().Visit a parse tree produced byGremlinParser.query().Visit a parse tree produced byGremlinParser.queryList().Visit a parse tree produced byGremlinParser.rootTraversal().Visit a parse tree produced byGremlinParser.shortestPathConstants().Visit a parse tree produced byGremlinParser.shortestPathConstants_distance().Visit a parse tree produced byGremlinParser.shortestPathConstants_edges().visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().Visit a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().Visit a parse tree produced byGremlinParser.shortestPathConstants_target().Visit a parse tree produced byGremlinParser.shortestPathStringConstant().Visit a parse tree produced byGremlinParser.stringArgument().Visit a parse tree produced byGremlinParser.stringArgumentVarargs().Visit a parse tree produced byGremlinParser.stringLiteral().Visit a parse tree produced byGremlinParser.stringLiteralVarargs().Visit a parse tree produced byGremlinParser.stringNullableArgument().Visit a parse tree produced byGremlinParser.stringNullableArgumentVarargs().Visit a parse tree produced byGremlinParser.stringNullableLiteral().Visit a parse tree produced byGremlinParser.stringNullableLiteralVarargs().Visit a parse tree produced byGremlinParser.terminatedTraversal().Visit a parse tree produced byGremlinParser.transactionPart().Visit a parse tree produced byGremlinParser.traversalBarrier().Visit a parse tree produced byGremlinParser.traversalBiFunction().Visit a parse tree produced byGremlinParser.traversalCardinality().Visit a parse tree produced byGremlinParser.traversalColumn().Visit a parse tree produced byGremlinParser.traversalComparator().Visit a parse tree produced byGremlinParser.traversalDirection().Visit a parse tree produced byGremlinParser.traversalDirectionLong().Visit a parse tree produced byGremlinParser.traversalDirectionShort().Visit a parse tree produced byGremlinParser.traversalDT().Visit a parse tree produced byGremlinParser.traversalFunction().Visit a parse tree produced byGremlinParser.traversalGType().Visit a parse tree produced byGremlinParser.traversalMerge().Visit a parse tree produced byGremlinParser.traversalMethod().Visit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().Visit a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().Visit a parse tree produced by thetraversalMethod_addLabel_Stringlabeled alternative inGremlinParser.traversalMethod_addLabel().visitTraversalMethod_addLabel_Traversal(GremlinParser.TraversalMethod_addLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_addLabel_Traversallabeled alternative inGremlinParser.traversalMethod_addLabel().Visit a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().Visit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().Visit a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().Visit a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().Visit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().Visit a parse tree produced byGremlinParser.traversalMethod_and().Visit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().Visit a parse tree produced byGremlinParser.traversalMethod_as().Visit a parse tree produced byGremlinParser.traversalMethod_asBool().Visit a parse tree produced byGremlinParser.traversalMethod_asDate().Visit a parse tree produced by thetraversalMethod_asNumber_Emptylabeled alternative inGremlinParser.traversalMethod_asNumber().visitTraversalMethod_asNumber_traversalGType(GremlinParser.TraversalMethod_asNumber_traversalGTypeContext ctx) Visit a parse tree produced by thetraversalMethod_asNumber_traversalGTypelabeled alternative inGremlinParser.traversalMethod_asNumber().Visit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().Visit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().Visit a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().Visit a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().Visit a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().Visit a parse tree produced byGremlinParser.traversalMethod_both().Visit a parse tree produced byGremlinParser.traversalMethod_bothE().Visit a parse tree produced byGremlinParser.traversalMethod_bothV().Visit a parse tree produced byGremlinParser.traversalMethod_branch().Visit a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().Visit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().Visit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx) Visit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx) Visit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().Visit a parse tree produced byGremlinParser.traversalMethod_cap().Visit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().Visit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().Visit a parse tree produced byGremlinParser.traversalMethod_coalesce().Visit a parse tree produced byGremlinParser.traversalMethod_coin().Visit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().Visit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().visitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().Visit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().Visit a parse tree produced byGremlinParser.traversalMethod_constant().Visit a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().Visit a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().Visit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().Visit a parse tree produced byGremlinParser.traversalMethod_dateAdd().Visit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().visitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().Visit a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().Visit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().Visit a parse tree produced byGremlinParser.traversalMethod_discard().Visit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().Visit a parse tree produced byGremlinParser.traversalMethod_drop().Visit a parse tree produced by thetraversalMethod_dropLabel_Stringlabeled alternative inGremlinParser.traversalMethod_dropLabel().visitTraversalMethod_dropLabel_Traversal(GremlinParser.TraversalMethod_dropLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dropLabel_Traversallabeled alternative inGremlinParser.traversalMethod_dropLabel().Visit a parse tree produced by thetraversalMethod_dropLabels_Emptylabeled alternative inGremlinParser.traversalMethod_dropLabels().Visit a parse tree produced byGremlinParser.traversalMethod_E().Visit a parse tree produced byGremlinParser.traversalMethod_element().Visit a parse tree produced byGremlinParser.traversalMethod_elementMap().Visit a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().Visit a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().Visit a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().Visit a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().Visit a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().Visit a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().Visit a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().Visit a parse tree produced byGremlinParser.traversalMethod_flatMap().Visit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx) Visit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().Visit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().Visit a parse tree produced by thetraversalMethod_from_Stringlabeled alternative inGremlinParser.traversalMethod_from().Visit a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().Visit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().Visit a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().Visit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().Visit a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().Visit a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().Visit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().Visit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().visitTraversalMethod_has_String_String_Traversal(GremlinParser.TraversalMethod_has_String_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().Visit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().Visit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().Visit a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().Visit a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().Visit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().Visit a parse tree produced by thetraversalMethod_hasKey_Traversallabeled alternative inGremlinParser.traversalMethod_hasKey().Visit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().visitTraversalMethod_hasLabel_Traversal(GremlinParser.TraversalMethod_hasLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_Traversallabeled alternative inGremlinParser.traversalMethod_hasLabel().Visit a parse tree produced byGremlinParser.traversalMethod_hasNot().visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().Visit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().visitTraversalMethod_hasValue_Traversal(GremlinParser.TraversalMethod_hasValue_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Traversallabeled alternative inGremlinParser.traversalMethod_hasValue().Visit a parse tree produced byGremlinParser.traversalMethod_id().Visit a parse tree produced byGremlinParser.traversalMethod_identity().Visit a parse tree produced byGremlinParser.traversalMethod_in().Visit a parse tree produced byGremlinParser.traversalMethod_index().Visit a parse tree produced byGremlinParser.traversalMethod_inE().Visit a parse tree produced byGremlinParser.traversalMethod_inject().Visit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().Visit a parse tree produced byGremlinParser.traversalMethod_inV().Visit a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().Visit a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().Visit a parse tree produced byGremlinParser.traversalMethod_key().Visit a parse tree produced byGremlinParser.traversalMethod_label().Visit a parse tree produced byGremlinParser.traversalMethod_labels().Visit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().Visit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().Visit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().Visit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().Visit a parse tree produced byGremlinParser.traversalMethod_local().Visit a parse tree produced by thetraversalMethod_loops_Emptylabeled alternative inGremlinParser.traversalMethod_loops().Visit a parse tree produced by thetraversalMethod_loops_Stringlabeled alternative inGremlinParser.traversalMethod_loops().Visit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().Visit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().Visit a parse tree produced byGremlinParser.traversalMethod_map().Visit a parse tree produced by thetraversalMethod_match_stringlabeled alternative inGremlinParser.traversalMethod_match().Visit a parse tree produced by thetraversalMethod_match_string_maplabeled alternative inGremlinParser.traversalMethod_match().Visit a parse tree produced by thetraversalMethod_match_traversallabeled alternative inGremlinParser.traversalMethod_match().Visit a parse tree produced byGremlinParser.traversalMethod_math().Visit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().Visit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().Visit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().Visit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().Visit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().Visit a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().Visit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().Visit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().Visit a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().Visit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().Visit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().Visit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().Visit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().Visit a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().Visit a parse tree produced byGremlinParser.traversalMethod_not().Visit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_option().Visit a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().Visit a parse tree produced byGremlinParser.traversalMethod_optional().Visit a parse tree produced byGremlinParser.traversalMethod_or().Visit a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().Visit a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().Visit a parse tree produced byGremlinParser.traversalMethod_otherV().Visit a parse tree produced byGremlinParser.traversalMethod_out().Visit a parse tree produced byGremlinParser.traversalMethod_outE().Visit a parse tree produced byGremlinParser.traversalMethod_outV().Visit a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().Visit a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().Visit a parse tree produced byGremlinParser.traversalMethod_path().Visit a parse tree produced byGremlinParser.traversalMethod_peerPressure().Visit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().Visit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().Visit a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().Visit a parse tree produced byGremlinParser.traversalMethod_project().Visit a parse tree produced byGremlinParser.traversalMethod_properties().visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().visitTraversalMethod_property_Cardinality_Object_Traversal(GremlinParser.TraversalMethod_property_Cardinality_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().Visit a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().visitTraversalMethod_property_Object_Traversal(GremlinParser.TraversalMethod_property_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().visitTraversalMethod_property_Traversal(GremlinParser.TraversalMethod_property_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Traversallabeled alternative inGremlinParser.traversalMethod_property().Visit a parse tree produced byGremlinParser.traversalMethod_propertyMap().Visit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx) Visit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().Visit a parse tree produced byGremlinParser.traversalMethod_read().visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_repeat_String_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().Visit a parse tree produced by thetraversalMethod_repeat_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().visitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().Visit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().Visit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().Visit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().Visit a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().Visit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().Visit a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().Visit a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().Visit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().Visit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().Visit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().Visit a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().Visit a parse tree produced byGremlinParser.traversalMethod_shortestPath().Visit a parse tree produced byGremlinParser.traversalMethod_sideEffect().Visit a parse tree produced byGremlinParser.traversalMethod_simplePath().Visit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().Visit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().Visit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().Visit a parse tree produced byGremlinParser.traversalMethod_subgraph().Visit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().Visit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().Visit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().Visit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().Visit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().Visit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().Visit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().Visit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().Visit a parse tree produced byGremlinParser.traversalMethod_timeLimit().Visit a parse tree produced byGremlinParser.traversalMethod_times().visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx) Visit a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().Visit a parse tree produced by thetraversalMethod_to_Stringlabeled alternative inGremlinParser.traversalMethod_to().Visit a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().Visit a parse tree produced byGremlinParser.traversalMethod_toE().Visit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().Visit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().Visit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().Visit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().Visit a parse tree produced byGremlinParser.traversalMethod_toV().Visit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().Visit a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().Visit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().Visit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().Visit a parse tree produced byGremlinParser.traversalMethod_unfold().Visit a parse tree produced byGremlinParser.traversalMethod_union().Visit a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().Visit a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().Visit a parse tree produced byGremlinParser.traversalMethod_V().Visit a parse tree produced byGremlinParser.traversalMethod_value().visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx) Visit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().Visit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().Visit a parse tree produced byGremlinParser.traversalMethod_values().Visit a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().Visit a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().Visit a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().Visit a parse tree produced by thetraversalMethod_with_Stringlabeled alternative inGremlinParser.traversalMethod_with().visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_with_String_Objectlabeled alternative inGremlinParser.traversalMethod_with().Visit a parse tree produced byGremlinParser.traversalMethod_write().Visit a parse tree produced byGremlinParser.traversalOperator().Visit a parse tree produced byGremlinParser.traversalOrder().Visit a parse tree produced byGremlinParser.traversalPick().Visit a parse tree produced byGremlinParser.traversalPop().Visit a parse tree produced byGremlinParser.traversalPredicate().Visit a parse tree produced byGremlinParser.traversalPredicate_between().Visit a parse tree produced byGremlinParser.traversalPredicate_containing().Visit a parse tree produced byGremlinParser.traversalPredicate_endingWith().Visit a parse tree produced byGremlinParser.traversalPredicate_eq().Visit a parse tree produced byGremlinParser.traversalPredicate_gt().Visit a parse tree produced byGremlinParser.traversalPredicate_gte().Visit a parse tree produced byGremlinParser.traversalPredicate_inside().Visit a parse tree produced byGremlinParser.traversalPredicate_lt().Visit a parse tree produced byGremlinParser.traversalPredicate_lte().Visit a parse tree produced byGremlinParser.traversalPredicate_neq().Visit a parse tree produced byGremlinParser.traversalPredicate_not().Visit a parse tree produced byGremlinParser.traversalPredicate_notContaining().Visit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().Visit a parse tree produced byGremlinParser.traversalPredicate_notRegex().visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().Visit a parse tree produced byGremlinParser.traversalPredicate_outside().Visit a parse tree produced byGremlinParser.traversalPredicate_regex().Visit a parse tree produced byGremlinParser.traversalPredicate_startingWith().Visit a parse tree produced byGremlinParser.traversalPredicate_typeOf().Visit a parse tree produced byGremlinParser.traversalPredicate_within().Visit a parse tree produced byGremlinParser.traversalPredicate_without().Visit a parse tree produced byGremlinParser.traversalSackMethod().Visit a parse tree produced byGremlinParser.traversalScope().Visit a parse tree produced byGremlinParser.traversalSource().Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod().Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().visitTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withoutStrategies().visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().visitTraversalSourceSpawnMethod_addV_Empty(GremlinParser.TraversalSourceSpawnMethod_addV_EmptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().visitTraversalSourceSpawnMethod_addV_String(GremlinParser.TraversalSourceSpawnMethod_addV_StringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().visitTraversalSourceSpawnMethod_addV_Traversal(GremlinParser.TraversalSourceSpawnMethod_addV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().visitTraversalSourceSpawnMethod_match_string(GremlinParser.TraversalSourceSpawnMethod_match_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().visitTraversalSourceSpawnMethod_match_string_map(GremlinParser.TraversalSourceSpawnMethod_match_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().Visit a parse tree produced byGremlinParser.traversalStrategy().Visit a parse tree produced byGremlinParser.traversalStrategyExpr().Visit a parse tree produced byGremlinParser.traversalStrategyVarargs().Visit a parse tree produced byGremlinParser.traversalT().Visit a parse tree produced byGremlinParser.traversalTerminalMethod().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_explain().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_next().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toList().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().Visit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().Visit a parse tree produced byGremlinParser.traversalTLong().Visit a parse tree produced byGremlinParser.traversalTShort().Visit a parse tree produced byGremlinParser.uuidLiteral().Visit a parse tree produced byGremlinParser.variable().Visit a parse tree produced byGremlinParser.withOptionKeys().Visit a parse tree produced byGremlinParser.withOptionsConstants_all().Visit a parse tree produced byGremlinParser.withOptionsConstants_ids().Visit a parse tree produced byGremlinParser.withOptionsConstants_indexer().Visit a parse tree produced byGremlinParser.withOptionsConstants_keys().Visit a parse tree produced byGremlinParser.withOptionsConstants_labels().Visit a parse tree produced byGremlinParser.withOptionsConstants_list().Visit a parse tree produced byGremlinParser.withOptionsConstants_map().Visit a parse tree produced byGremlinParser.withOptionsConstants_none().Visit a parse tree produced byGremlinParser.withOptionsConstants_tokens().Visit a parse tree produced byGremlinParser.withOptionsConstants_values().Visit a parse tree produced byGremlinParser.withOptionsStringConstant().Visit a parse tree produced byGremlinParser.withOptionsValues().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitQueryList
Visit a parse tree produced byGremlinParser.queryList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced byGremlinParser.query().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyQuery
Visit a parse tree produced byGremlinParser.emptyQuery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSource
Visit a parse tree produced byGremlinParser.traversalSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionPart
Visit a parse tree produced byGremlinParser.transactionPart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRootTraversal
Visit a parse tree produced byGremlinParser.rootTraversal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withBulk
T visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withPath
T visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSack
T visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withSideEffect
T visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withStrategies
T visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withStrategies().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_withoutStrategies
T visitTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withoutStrategies().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSelfMethod_with
Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addE
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_addE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV_Empty
T visitTraversalSourceSpawnMethod_addV_Empty(GremlinParser.TraversalSourceSpawnMethod_addV_EmptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV_String
T visitTraversalSourceSpawnMethod_addV_String(GremlinParser.TraversalSourceSpawnMethod_addV_StringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_addV_Traversal
T visitTraversalSourceSpawnMethod_addV_Traversal(GremlinParser.TraversalSourceSpawnMethod_addV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_addV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_E
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_E().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_V
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_V().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_inject
T visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_inject().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_io
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_io().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Map
T visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeV_Traversal
T visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Map
T visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_mergeE_Traversal
T visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_mergeE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_empty
T visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_emptylabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string
T visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map
T visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_traversal
T visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_call_string_map_traversal
T visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalSourceSpawnMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_union
Visit a parse tree produced byGremlinParser.traversalSourceSpawnMethod_union().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_match_string
T visitTraversalSourceSpawnMethod_match_string(GremlinParser.TraversalSourceSpawnMethod_match_stringContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_stringlabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSourceSpawnMethod_match_string_map
T visitTraversalSourceSpawnMethod_match_string_map(GremlinParser.TraversalSourceSpawnMethod_match_string_mapContext ctx) Visit a parse tree produced by thetraversalSourceSpawnMethod_match_string_maplabeled alternative inGremlinParser.traversalSourceSpawnMethod_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChainedTraversal
Visit a parse tree produced byGremlinParser.chainedTraversal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversal
Visit a parse tree produced byGremlinParser.nestedTraversal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerminatedTraversal
Visit a parse tree produced byGremlinParser.terminatedTraversal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod
Visit a parse tree produced byGremlinParser.traversalMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_V
Visit a parse tree produced byGremlinParser.traversalMethod_V().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_E
Visit a parse tree produced byGremlinParser.traversalMethod_E().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_String
Visit a parse tree produced by thetraversalMethod_addE_Stringlabeled alternative inGremlinParser.traversalMethod_addE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addE_Traversal
Visit a parse tree produced by thetraversalMethod_addE_Traversallabeled alternative inGremlinParser.traversalMethod_addE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Empty
Visit a parse tree produced by thetraversalMethod_addV_Emptylabeled alternative inGremlinParser.traversalMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_String
Visit a parse tree produced by thetraversalMethod_addV_Stringlabeled alternative inGremlinParser.traversalMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addV_Traversal
Visit a parse tree produced by thetraversalMethod_addV_Traversallabeled alternative inGremlinParser.traversalMethod_addV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_aggregate_String
Visit a parse tree produced by thetraversalMethod_aggregate_Stringlabeled alternative inGremlinParser.traversalMethod_aggregate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_all_P
Visit a parse tree produced by thetraversalMethod_all_Plabeled alternative inGremlinParser.traversalMethod_all().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_and
Visit a parse tree produced byGremlinParser.traversalMethod_and().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_any_P
Visit a parse tree produced by thetraversalMethod_any_Plabeled alternative inGremlinParser.traversalMethod_any().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_as
Visit a parse tree produced byGremlinParser.traversalMethod_as().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asBool
Visit a parse tree produced byGremlinParser.traversalMethod_asBool().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asDate
Visit a parse tree produced byGremlinParser.traversalMethod_asDate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asNumber_Empty
Visit a parse tree produced by thetraversalMethod_asNumber_Emptylabeled alternative inGremlinParser.traversalMethod_asNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asNumber_traversalGType
T visitTraversalMethod_asNumber_traversalGType(GremlinParser.TraversalMethod_asNumber_traversalGTypeContext ctx) Visit a parse tree produced by thetraversalMethod_asNumber_traversalGTypelabeled alternative inGremlinParser.traversalMethod_asNumber().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asString_Empty
Visit a parse tree produced by thetraversalMethod_asString_Emptylabeled alternative inGremlinParser.traversalMethod_asString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_asString_Scope
Visit a parse tree produced by thetraversalMethod_asString_Scopelabeled alternative inGremlinParser.traversalMethod_asString().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Consumer
Visit a parse tree produced by thetraversalMethod_barrier_Consumerlabeled alternative inGremlinParser.traversalMethod_barrier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_Empty
Visit a parse tree produced by thetraversalMethod_barrier_Emptylabeled alternative inGremlinParser.traversalMethod_barrier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_barrier_int
Visit a parse tree produced by thetraversalMethod_barrier_intlabeled alternative inGremlinParser.traversalMethod_barrier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_both
Visit a parse tree produced byGremlinParser.traversalMethod_both().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothE
Visit a parse tree produced byGremlinParser.traversalMethod_bothE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_bothV
Visit a parse tree produced byGremlinParser.traversalMethod_bothV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_branch
Visit a parse tree produced byGremlinParser.traversalMethod_branch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Comparator
Visit a parse tree produced by thetraversalMethod_by_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Empty
Visit a parse tree produced by thetraversalMethod_by_Emptylabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function
Visit a parse tree produced by thetraversalMethod_by_Functionlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Function_Comparator
T visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Function_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Order
Visit a parse tree produced by thetraversalMethod_by_Orderlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String
Visit a parse tree produced by thetraversalMethod_by_Stringlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_String_Comparator
T visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_String_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_T
Visit a parse tree produced by thetraversalMethod_by_Tlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal
Visit a parse tree produced by thetraversalMethod_by_Traversallabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_by_Traversal_Comparator
T visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext ctx) Visit a parse tree produced by thetraversalMethod_by_Traversal_Comparatorlabeled alternative inGremlinParser.traversalMethod_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string
Visit a parse tree produced by thetraversalMethod_call_stringlabeled alternative inGremlinParser.traversalMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map
Visit a parse tree produced by thetraversalMethod_call_string_maplabeled alternative inGremlinParser.traversalMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_traversal
T visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext ctx) Visit a parse tree produced by thetraversalMethod_call_string_traversallabeled alternative inGremlinParser.traversalMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_call_string_map_traversal
T visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext ctx) Visit a parse tree produced by thetraversalMethod_call_string_map_traversallabeled alternative inGremlinParser.traversalMethod_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cap
Visit a parse tree produced byGremlinParser.traversalMethod_cap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Function
Visit a parse tree produced by thetraversalMethod_choose_Functionlabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal
T visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Predicate_Traversal_Traversal
T visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Predicate_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal
Visit a parse tree produced by thetraversalMethod_choose_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal
T visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_choose_Traversal_Traversal_Traversal
T visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_choose_Traversal_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_choose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coalesce
Visit a parse tree produced byGremlinParser.traversalMethod_coalesce().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_coin
Visit a parse tree produced byGremlinParser.traversalMethod_coin().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_combine_Object
Visit a parse tree produced by thetraversalMethod_combine_Objectlabeled alternative inGremlinParser.traversalMethod_combine().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_concat_Traversal_Traversal
T visitTraversalMethod_concat_Traversal_Traversal(GremlinParser.TraversalMethod_concat_Traversal_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_concat_Traversal_Traversallabeled alternative inGremlinParser.traversalMethod_concat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_concat_String
Visit a parse tree produced by thetraversalMethod_concat_Stringlabeled alternative inGremlinParser.traversalMethod_concat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_conjoin_String
Visit a parse tree produced by thetraversalMethod_conjoin_Stringlabeled alternative inGremlinParser.traversalMethod_conjoin().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_connectedComponent
T visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext ctx) Visit a parse tree produced byGremlinParser.traversalMethod_connectedComponent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_constant
Visit a parse tree produced byGremlinParser.traversalMethod_constant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Empty
Visit a parse tree produced by thetraversalMethod_count_Emptylabeled alternative inGremlinParser.traversalMethod_count().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_count_Scope
Visit a parse tree produced by thetraversalMethod_count_Scopelabeled alternative inGremlinParser.traversalMethod_count().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_cyclicPath
Visit a parse tree produced byGremlinParser.traversalMethod_cyclicPath().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateAdd
Visit a parse tree produced byGremlinParser.traversalMethod_dateAdd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateDiff_Traversal
T visitTraversalMethod_dateDiff_Traversal(GremlinParser.TraversalMethod_dateDiff_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dateDiff_Traversallabeled alternative inGremlinParser.traversalMethod_dateDiff().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dateDiff_Date
Visit a parse tree produced by thetraversalMethod_dateDiff_Datelabeled alternative inGremlinParser.traversalMethod_dateDiff().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_Scope_String
T visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_dedup_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dedup_String
Visit a parse tree produced by thetraversalMethod_dedup_Stringlabeled alternative inGremlinParser.traversalMethod_dedup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_difference_Object
T visitTraversalMethod_difference_Object(GremlinParser.TraversalMethod_difference_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_difference_Objectlabeled alternative inGremlinParser.traversalMethod_difference().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_discard
Visit a parse tree produced byGremlinParser.traversalMethod_discard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_disjunct_Object
Visit a parse tree produced by thetraversalMethod_disjunct_Objectlabeled alternative inGremlinParser.traversalMethod_disjunct().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_drop
Visit a parse tree produced byGremlinParser.traversalMethod_drop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_element
Visit a parse tree produced byGremlinParser.traversalMethod_element().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_elementMap
Visit a parse tree produced byGremlinParser.traversalMethod_elementMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Empty
Visit a parse tree produced by thetraversalMethod_emit_Emptylabeled alternative inGremlinParser.traversalMethod_emit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Predicate
Visit a parse tree produced by thetraversalMethod_emit_Predicatelabeled alternative inGremlinParser.traversalMethod_emit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_emit_Traversal
Visit a parse tree produced by thetraversalMethod_emit_Traversallabeled alternative inGremlinParser.traversalMethod_emit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_Empty
Visit a parse tree produced by thetraversalMethod_fail_Emptylabeled alternative inGremlinParser.traversalMethod_fail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fail_String
Visit a parse tree produced by thetraversalMethod_fail_Stringlabeled alternative inGremlinParser.traversalMethod_fail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Predicate
Visit a parse tree produced by thetraversalMethod_filter_Predicatelabeled alternative inGremlinParser.traversalMethod_filter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_filter_Traversal
Visit a parse tree produced by thetraversalMethod_filter_Traversallabeled alternative inGremlinParser.traversalMethod_filter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_flatMap
Visit a parse tree produced byGremlinParser.traversalMethod_flatMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Empty
Visit a parse tree produced by thetraversalMethod_fold_Emptylabeled alternative inGremlinParser.traversalMethod_fold().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_fold_Object_BiFunction
T visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext ctx) Visit a parse tree produced by thetraversalMethod_fold_Object_BiFunctionlabeled alternative inGremlinParser.traversalMethod_fold().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_format_String
Visit a parse tree produced by thetraversalMethod_format_Stringlabeled alternative inGremlinParser.traversalMethod_format().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_String
Visit a parse tree produced by thetraversalMethod_from_Stringlabeled alternative inGremlinParser.traversalMethod_from().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_from_Traversal
Visit a parse tree produced by thetraversalMethod_from_Traversallabeled alternative inGremlinParser.traversalMethod_from().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_Empty
Visit a parse tree produced by thetraversalMethod_group_Emptylabeled alternative inGremlinParser.traversalMethod_group().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_group_String
Visit a parse tree produced by thetraversalMethod_group_Stringlabeled alternative inGremlinParser.traversalMethod_group().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_Empty
Visit a parse tree produced by thetraversalMethod_groupCount_Emptylabeled alternative inGremlinParser.traversalMethod_groupCount().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_groupCount_String
T visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext ctx) Visit a parse tree produced by thetraversalMethod_groupCount_Stringlabeled alternative inGremlinParser.traversalMethod_groupCount().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String
Visit a parse tree produced by thetraversalMethod_has_Stringlabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Object
T visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_P
Visit a parse tree produced by thetraversalMethod_has_String_Plabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_Traversal
T visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_Object
T visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_P
T visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Plabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_String_String_Traversal
T visitTraversalMethod_has_String_String_Traversal(GremlinParser.TraversalMethod_has_String_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_has_String_String_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Object
Visit a parse tree produced by thetraversalMethod_has_T_Objectlabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_P
Visit a parse tree produced by thetraversalMethod_has_T_Plabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_has_T_Traversal
Visit a parse tree produced by thetraversalMethod_has_T_Traversallabeled alternative inGremlinParser.traversalMethod_has().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_Object_Object
T visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasId_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasId_P
Visit a parse tree produced by thetraversalMethod_hasId_Plabeled alternative inGremlinParser.traversalMethod_hasId().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_P
Visit a parse tree produced by thetraversalMethod_hasKey_Plabeled alternative inGremlinParser.traversalMethod_hasKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_String_String
T visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasKey_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasKey_Traversal
Visit a parse tree produced by thetraversalMethod_hasKey_Traversallabeled alternative inGremlinParser.traversalMethod_hasKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_P
Visit a parse tree produced by thetraversalMethod_hasLabel_Plabeled alternative inGremlinParser.traversalMethod_hasLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_String_String
T visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_String_Stringlabeled alternative inGremlinParser.traversalMethod_hasLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasLabel_Traversal
T visitTraversalMethod_hasLabel_Traversal(GremlinParser.TraversalMethod_hasLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasLabel_Traversallabeled alternative inGremlinParser.traversalMethod_hasLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasNot
Visit a parse tree produced byGremlinParser.traversalMethod_hasNot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_Object_Object
T visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Object_Objectlabeled alternative inGremlinParser.traversalMethod_hasValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_P
Visit a parse tree produced by thetraversalMethod_hasValue_Plabeled alternative inGremlinParser.traversalMethod_hasValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_hasValue_Traversal
T visitTraversalMethod_hasValue_Traversal(GremlinParser.TraversalMethod_hasValue_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_hasValue_Traversallabeled alternative inGremlinParser.traversalMethod_hasValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_id
Visit a parse tree produced byGremlinParser.traversalMethod_id().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_identity
Visit a parse tree produced byGremlinParser.traversalMethod_identity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_in
Visit a parse tree produced byGremlinParser.traversalMethod_in().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inE
Visit a parse tree produced byGremlinParser.traversalMethod_inE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_intersect_Object
Visit a parse tree produced by thetraversalMethod_intersect_Objectlabeled alternative inGremlinParser.traversalMethod_intersect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inV
Visit a parse tree produced byGremlinParser.traversalMethod_inV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_index
Visit a parse tree produced byGremlinParser.traversalMethod_index().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_inject
Visit a parse tree produced byGremlinParser.traversalMethod_inject().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_Object
Visit a parse tree produced by thetraversalMethod_is_Objectlabeled alternative inGremlinParser.traversalMethod_is().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_is_P
Visit a parse tree produced by thetraversalMethod_is_Plabeled alternative inGremlinParser.traversalMethod_is().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_key
Visit a parse tree produced byGremlinParser.traversalMethod_key().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_label
Visit a parse tree produced byGremlinParser.traversalMethod_label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_labels
Visit a parse tree produced byGremlinParser.traversalMethod_labels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addLabel_String
Visit a parse tree produced by thetraversalMethod_addLabel_Stringlabeled alternative inGremlinParser.traversalMethod_addLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_addLabel_Traversal
T visitTraversalMethod_addLabel_Traversal(GremlinParser.TraversalMethod_addLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_addLabel_Traversallabeled alternative inGremlinParser.traversalMethod_addLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dropLabels_Empty
Visit a parse tree produced by thetraversalMethod_dropLabels_Emptylabeled alternative inGremlinParser.traversalMethod_dropLabels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dropLabel_String
Visit a parse tree produced by thetraversalMethod_dropLabel_Stringlabeled alternative inGremlinParser.traversalMethod_dropLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_dropLabel_Traversal
T visitTraversalMethod_dropLabel_Traversal(GremlinParser.TraversalMethod_dropLabel_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_dropLabel_Traversallabeled alternative inGremlinParser.traversalMethod_dropLabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_length_Empty
Visit a parse tree produced by thetraversalMethod_length_Emptylabeled alternative inGremlinParser.traversalMethod_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_length_Scope
Visit a parse tree produced by thetraversalMethod_length_Scopelabeled alternative inGremlinParser.traversalMethod_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_Scope_long
Visit a parse tree produced by thetraversalMethod_limit_Scope_longlabeled alternative inGremlinParser.traversalMethod_limit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_limit_long
Visit a parse tree produced by thetraversalMethod_limit_longlabeled alternative inGremlinParser.traversalMethod_limit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_local
Visit a parse tree produced byGremlinParser.traversalMethod_local().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_Empty
Visit a parse tree produced by thetraversalMethod_loops_Emptylabeled alternative inGremlinParser.traversalMethod_loops().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_loops_String
Visit a parse tree produced by thetraversalMethod_loops_Stringlabeled alternative inGremlinParser.traversalMethod_loops().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_lTrim_Empty
Visit a parse tree produced by thetraversalMethod_lTrim_Emptylabeled alternative inGremlinParser.traversalMethod_lTrim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_lTrim_Scope
Visit a parse tree produced by thetraversalMethod_lTrim_Scopelabeled alternative inGremlinParser.traversalMethod_lTrim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_map
Visit a parse tree produced byGremlinParser.traversalMethod_map().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match_traversal
Visit a parse tree produced by thetraversalMethod_match_traversallabeled alternative inGremlinParser.traversalMethod_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match_string
Visit a parse tree produced by thetraversalMethod_match_stringlabeled alternative inGremlinParser.traversalMethod_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_match_string_map
Visit a parse tree produced by thetraversalMethod_match_string_maplabeled alternative inGremlinParser.traversalMethod_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_math
Visit a parse tree produced byGremlinParser.traversalMethod_math().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Empty
Visit a parse tree produced by thetraversalMethod_max_Emptylabeled alternative inGremlinParser.traversalMethod_max().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_max_Scope
Visit a parse tree produced by thetraversalMethod_max_Scopelabeled alternative inGremlinParser.traversalMethod_max().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Empty
Visit a parse tree produced by thetraversalMethod_mean_Emptylabeled alternative inGremlinParser.traversalMethod_mean().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mean_Scope
Visit a parse tree produced by thetraversalMethod_mean_Scopelabeled alternative inGremlinParser.traversalMethod_mean().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_merge_Object
Visit a parse tree produced by thetraversalMethod_merge_Objectlabeled alternative inGremlinParser.traversalMethod_merge().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_empty
Visit a parse tree produced by thetraversalMethod_mergeV_emptylabeled alternative inGremlinParser.traversalMethod_mergeV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Map
Visit a parse tree produced by thetraversalMethod_mergeV_Maplabeled alternative inGremlinParser.traversalMethod_mergeV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeV_Traversal
Visit a parse tree produced by thetraversalMethod_mergeV_Traversallabeled alternative inGremlinParser.traversalMethod_mergeV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_empty
Visit a parse tree produced by thetraversalMethod_mergeE_emptylabeled alternative inGremlinParser.traversalMethod_mergeE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Map
Visit a parse tree produced by thetraversalMethod_mergeE_Maplabeled alternative inGremlinParser.traversalMethod_mergeE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_mergeE_Traversal
Visit a parse tree produced by thetraversalMethod_mergeE_Traversallabeled alternative inGremlinParser.traversalMethod_mergeE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Empty
Visit a parse tree produced by thetraversalMethod_min_Emptylabeled alternative inGremlinParser.traversalMethod_min().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_min_Scope
Visit a parse tree produced by thetraversalMethod_min_Scopelabeled alternative inGremlinParser.traversalMethod_min().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_none_P
Visit a parse tree produced by thetraversalMethod_none_Plabeled alternative inGremlinParser.traversalMethod_none().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_not
Visit a parse tree produced byGremlinParser.traversalMethod_not().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Predicate_Traversal
T visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Predicate_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map
Visit a parse tree produced by thetraversalMethod_option_Merge_Maplabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Map_Cardinality
T visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Map_Cardinalitylabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Merge_Traversal
T visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Merge_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Object_Traversal
T visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_option_Object_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_option_Traversal
Visit a parse tree produced by thetraversalMethod_option_Traversallabeled alternative inGremlinParser.traversalMethod_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_optional
Visit a parse tree produced byGremlinParser.traversalMethod_optional().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_or
Visit a parse tree produced byGremlinParser.traversalMethod_or().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Empty
Visit a parse tree produced by thetraversalMethod_order_Emptylabeled alternative inGremlinParser.traversalMethod_order().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_order_Scope
Visit a parse tree produced by thetraversalMethod_order_Scopelabeled alternative inGremlinParser.traversalMethod_order().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_otherV
Visit a parse tree produced byGremlinParser.traversalMethod_otherV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_out
Visit a parse tree produced byGremlinParser.traversalMethod_out().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outE
Visit a parse tree produced byGremlinParser.traversalMethod_outE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_outV
Visit a parse tree produced byGremlinParser.traversalMethod_outV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_Empty
Visit a parse tree produced by thetraversalMethod_pageRank_Emptylabeled alternative inGremlinParser.traversalMethod_pageRank().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_pageRank_double
Visit a parse tree produced by thetraversalMethod_pageRank_doublelabeled alternative inGremlinParser.traversalMethod_pageRank().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_path
Visit a parse tree produced byGremlinParser.traversalMethod_path().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_peerPressure
Visit a parse tree produced byGremlinParser.traversalMethod_peerPressure().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_product_Object
Visit a parse tree produced by thetraversalMethod_product_Objectlabeled alternative inGremlinParser.traversalMethod_product().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_Empty
Visit a parse tree produced by thetraversalMethod_profile_Emptylabeled alternative inGremlinParser.traversalMethod_profile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_profile_String
Visit a parse tree produced by thetraversalMethod_profile_Stringlabeled alternative inGremlinParser.traversalMethod_profile().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_project
Visit a parse tree produced byGremlinParser.traversalMethod_project().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_properties
Visit a parse tree produced byGremlinParser.traversalMethod_properties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object_Object_Object
T visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object_Traversal
T visitTraversalMethod_property_Cardinality_Object_Traversal(GremlinParser.TraversalMethod_property_Cardinality_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Cardinality_Object
T visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Cardinality_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object_Object_Object
T visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Object_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object_Traversal
T visitTraversalMethod_property_Object_Traversal(GremlinParser.TraversalMethod_property_Object_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Object_Traversallabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Object
Visit a parse tree produced by thetraversalMethod_property_Objectlabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_property_Traversal
T visitTraversalMethod_property_Traversal(GremlinParser.TraversalMethod_property_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_property_Traversallabeled alternative inGremlinParser.traversalMethod_property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_propertyMap
Visit a parse tree produced byGremlinParser.traversalMethod_propertyMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_Scope_long_long
T visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext ctx) Visit a parse tree produced by thetraversalMethod_range_Scope_long_longlabeled alternative inGremlinParser.traversalMethod_range().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_range_long_long
Visit a parse tree produced by thetraversalMethod_range_long_longlabeled alternative inGremlinParser.traversalMethod_range().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_read
Visit a parse tree produced byGremlinParser.traversalMethod_read().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_String_Traversal
T visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_repeat_String_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_repeat_Traversal
Visit a parse tree produced by thetraversalMethod_repeat_Traversallabeled alternative inGremlinParser.traversalMethod_repeat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_replace_String_String
T visitTraversalMethod_replace_String_String(GremlinParser.TraversalMethod_replace_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_replace_Scope_String_String
T visitTraversalMethod_replace_Scope_String_String(GremlinParser.TraversalMethod_replace_Scope_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_replace_Scope_String_Stringlabeled alternative inGremlinParser.traversalMethod_replace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_reverse_Empty
Visit a parse tree produced by thetraversalMethod_reverse_Emptylabeled alternative inGremlinParser.traversalMethod_reverse().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_rTrim_Empty
Visit a parse tree produced by thetraversalMethod_rTrim_Emptylabeled alternative inGremlinParser.traversalMethod_rTrim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_rTrim_Scope
Visit a parse tree produced by thetraversalMethod_rTrim_Scopelabeled alternative inGremlinParser.traversalMethod_rTrim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_BiFunction
Visit a parse tree produced by thetraversalMethod_sack_BiFunctionlabeled alternative inGremlinParser.traversalMethod_sack().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sack_Empty
Visit a parse tree produced by thetraversalMethod_sack_Emptylabeled alternative inGremlinParser.traversalMethod_sack().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_Scope_int
Visit a parse tree produced by thetraversalMethod_sample_Scope_intlabeled alternative inGremlinParser.traversalMethod_sample().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sample_int
Visit a parse tree produced by thetraversalMethod_sample_intlabeled alternative inGremlinParser.traversalMethod_sample().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Column
Visit a parse tree produced by thetraversalMethod_select_Columnlabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String
T visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_String_String_String
T visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Pop_Traversal
T visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext ctx) Visit a parse tree produced by thetraversalMethod_select_Pop_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String
Visit a parse tree produced by thetraversalMethod_select_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_String_String_String
T visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext ctx) Visit a parse tree produced by thetraversalMethod_select_String_String_Stringlabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_select_Traversal
Visit a parse tree produced by thetraversalMethod_select_Traversallabeled alternative inGremlinParser.traversalMethod_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_shortestPath
Visit a parse tree produced byGremlinParser.traversalMethod_shortestPath().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sideEffect
Visit a parse tree produced byGremlinParser.traversalMethod_sideEffect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_simplePath
Visit a parse tree produced byGremlinParser.traversalMethod_simplePath().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_Scope_long
Visit a parse tree produced by thetraversalMethod_skip_Scope_longlabeled alternative inGremlinParser.traversalMethod_skip().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_skip_long
Visit a parse tree produced by thetraversalMethod_skip_longlabeled alternative inGremlinParser.traversalMethod_skip().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_split_String
Visit a parse tree produced by thetraversalMethod_split_Stringlabeled alternative inGremlinParser.traversalMethod_split().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_split_Scope_String
T visitTraversalMethod_split_Scope_String(GremlinParser.TraversalMethod_split_Scope_StringContext ctx) Visit a parse tree produced by thetraversalMethod_split_Scope_Stringlabeled alternative inGremlinParser.traversalMethod_split().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_subgraph
Visit a parse tree produced byGremlinParser.traversalMethod_subgraph().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_int
Visit a parse tree produced by thetraversalMethod_substring_intlabeled alternative inGremlinParser.traversalMethod_substring().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int
T visitTraversalMethod_substring_Scope_int(GremlinParser.TraversalMethod_substring_Scope_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_intlabeled alternative inGremlinParser.traversalMethod_substring().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_int_int
T visitTraversalMethod_substring_int_int(GremlinParser.TraversalMethod_substring_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_int_intlabeled alternative inGremlinParser.traversalMethod_substring().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_substring_Scope_int_int
T visitTraversalMethod_substring_Scope_int_int(GremlinParser.TraversalMethod_substring_Scope_int_intContext ctx) Visit a parse tree produced by thetraversalMethod_substring_Scope_int_intlabeled alternative inGremlinParser.traversalMethod_substring().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Empty
Visit a parse tree produced by thetraversalMethod_sum_Emptylabeled alternative inGremlinParser.traversalMethod_sum().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_sum_Scope
Visit a parse tree produced by thetraversalMethod_sum_Scopelabeled alternative inGremlinParser.traversalMethod_sum().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Empty
Visit a parse tree produced by thetraversalMethod_tail_Emptylabeled alternative inGremlinParser.traversalMethod_tail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope
Visit a parse tree produced by thetraversalMethod_tail_Scopelabeled alternative inGremlinParser.traversalMethod_tail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_Scope_long
Visit a parse tree produced by thetraversalMethod_tail_Scope_longlabeled alternative inGremlinParser.traversalMethod_tail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tail_long
Visit a parse tree produced by thetraversalMethod_tail_longlabeled alternative inGremlinParser.traversalMethod_tail().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_timeLimit
Visit a parse tree produced byGremlinParser.traversalMethod_timeLimit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_times
Visit a parse tree produced byGremlinParser.traversalMethod_times().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Direction_String
T visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext ctx) Visit a parse tree produced by thetraversalMethod_to_Direction_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_String
Visit a parse tree produced by thetraversalMethod_to_Stringlabeled alternative inGremlinParser.traversalMethod_to().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_to_Traversal
Visit a parse tree produced by thetraversalMethod_to_Traversallabeled alternative inGremlinParser.traversalMethod_to().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toE
Visit a parse tree produced byGremlinParser.traversalMethod_toE().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toLower_Empty
Visit a parse tree produced by thetraversalMethod_toLower_Emptylabeled alternative inGremlinParser.traversalMethod_toLower().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toLower_Scope
Visit a parse tree produced by thetraversalMethod_toLower_Scopelabeled alternative inGremlinParser.traversalMethod_toLower().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toUpper_Empty
Visit a parse tree produced by thetraversalMethod_toUpper_Emptylabeled alternative inGremlinParser.traversalMethod_toUpper().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toUpper_Scope
Visit a parse tree produced by thetraversalMethod_toUpper_Scopelabeled alternative inGremlinParser.traversalMethod_toUpper().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_toV
Visit a parse tree produced byGremlinParser.traversalMethod_toV().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_Empty
Visit a parse tree produced by thetraversalMethod_tree_Emptylabeled alternative inGremlinParser.traversalMethod_tree().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_tree_String
Visit a parse tree produced by thetraversalMethod_tree_Stringlabeled alternative inGremlinParser.traversalMethod_tree().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_trim_Empty
Visit a parse tree produced by thetraversalMethod_trim_Emptylabeled alternative inGremlinParser.traversalMethod_trim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_trim_Scope
Visit a parse tree produced by thetraversalMethod_trim_Scopelabeled alternative inGremlinParser.traversalMethod_trim().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_unfold
Visit a parse tree produced byGremlinParser.traversalMethod_unfold().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_union
Visit a parse tree produced byGremlinParser.traversalMethod_union().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Predicate
Visit a parse tree produced by thetraversalMethod_until_Predicatelabeled alternative inGremlinParser.traversalMethod_until().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_until_Traversal
Visit a parse tree produced by thetraversalMethod_until_Traversallabeled alternative inGremlinParser.traversalMethod_until().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_value
Visit a parse tree produced byGremlinParser.traversalMethod_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_String
Visit a parse tree produced by thetraversalMethod_valueMap_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_valueMap_boolean_String
T visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext ctx) Visit a parse tree produced by thetraversalMethod_valueMap_boolean_Stringlabeled alternative inGremlinParser.traversalMethod_valueMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_values
Visit a parse tree produced byGremlinParser.traversalMethod_values().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_P
Visit a parse tree produced by thetraversalMethod_where_Plabeled alternative inGremlinParser.traversalMethod_where().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_String_P
Visit a parse tree produced by thetraversalMethod_where_String_Plabeled alternative inGremlinParser.traversalMethod_where().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_where_Traversal
Visit a parse tree produced by thetraversalMethod_where_Traversallabeled alternative inGremlinParser.traversalMethod_where().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String
Visit a parse tree produced by thetraversalMethod_with_Stringlabeled alternative inGremlinParser.traversalMethod_with().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_with_String_Object
T visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext ctx) Visit a parse tree produced by thetraversalMethod_with_String_Objectlabeled alternative inGremlinParser.traversalMethod_with().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMethod_write
Visit a parse tree produced byGremlinParser.traversalMethod_write().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategy
Visit a parse tree produced byGremlinParser.traversalStrategy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConfiguration
Visit a parse tree produced byGremlinParser.configuration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalScope
Visit a parse tree produced byGremlinParser.traversalScope().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalBarrier
Visit a parse tree produced byGremlinParser.traversalBarrier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalT
Visit a parse tree produced byGremlinParser.traversalT().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTShort
Visit a parse tree produced byGremlinParser.traversalTShort().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTLong
Visit a parse tree produced byGremlinParser.traversalTLong().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalMerge
Visit a parse tree produced byGremlinParser.traversalMerge().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalOrder
Visit a parse tree produced byGremlinParser.traversalOrder().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDirection
Visit a parse tree produced byGremlinParser.traversalDirection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDirectionShort
Visit a parse tree produced byGremlinParser.traversalDirectionShort().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDirectionLong
Visit a parse tree produced byGremlinParser.traversalDirectionLong().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalCardinality
Visit a parse tree produced byGremlinParser.traversalCardinality().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalColumn
Visit a parse tree produced byGremlinParser.traversalColumn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPop
Visit a parse tree produced byGremlinParser.traversalPop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalOperator
Visit a parse tree produced byGremlinParser.traversalOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPick
Visit a parse tree produced byGremlinParser.traversalPick().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalDT
Visit a parse tree produced byGremlinParser.traversalDT().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalGType
Visit a parse tree produced byGremlinParser.traversalGType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate
Visit a parse tree produced byGremlinParser.traversalPredicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod
Visit a parse tree produced byGremlinParser.traversalTerminalMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalSackMethod
Visit a parse tree produced byGremlinParser.traversalSackMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalComparator
Visit a parse tree produced byGremlinParser.traversalComparator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalFunction
Visit a parse tree produced byGremlinParser.traversalFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalBiFunction
Visit a parse tree produced byGremlinParser.traversalBiFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_eq
Visit a parse tree produced byGremlinParser.traversalPredicate_eq().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_neq
Visit a parse tree produced byGremlinParser.traversalPredicate_neq().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_typeOf
Visit a parse tree produced byGremlinParser.traversalPredicate_typeOf().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_lt
Visit a parse tree produced byGremlinParser.traversalPredicate_lt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_lte
Visit a parse tree produced byGremlinParser.traversalPredicate_lte().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gt
Visit a parse tree produced byGremlinParser.traversalPredicate_gt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_gte
Visit a parse tree produced byGremlinParser.traversalPredicate_gte().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_inside
Visit a parse tree produced byGremlinParser.traversalPredicate_inside().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_outside
Visit a parse tree produced byGremlinParser.traversalPredicate_outside().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_between
Visit a parse tree produced byGremlinParser.traversalPredicate_between().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_within
Visit a parse tree produced byGremlinParser.traversalPredicate_within().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_without
Visit a parse tree produced byGremlinParser.traversalPredicate_without().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_not
Visit a parse tree produced byGremlinParser.traversalPredicate_not().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_containing
Visit a parse tree produced byGremlinParser.traversalPredicate_containing().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notContaining
Visit a parse tree produced byGremlinParser.traversalPredicate_notContaining().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_startingWith
Visit a parse tree produced byGremlinParser.traversalPredicate_startingWith().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notStartingWith
T visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_notStartingWith().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_endingWith
Visit a parse tree produced byGremlinParser.traversalPredicate_endingWith().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notEndingWith
Visit a parse tree produced byGremlinParser.traversalPredicate_notEndingWith().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_regex
Visit a parse tree produced byGremlinParser.traversalPredicate_regex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalPredicate_notRegex
Visit a parse tree produced byGremlinParser.traversalPredicate_notRegex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_explain
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_explain().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_hasNext
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_hasNext().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_iterate
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_iterate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_tryNext
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_tryNext().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_next
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_next().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toList
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toSet
Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toSet().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalTerminalMethod_toBulkSet
T visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext ctx) Visit a parse tree produced byGremlinParser.traversalTerminalMethod_toBulkSet().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionKeys
Visit a parse tree produced byGremlinParser.withOptionKeys().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants
Visit a parse tree produced byGremlinParser.connectedComponentConstants().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants
Visit a parse tree produced byGremlinParser.pageRankConstants().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants
Visit a parse tree produced byGremlinParser.peerPressureConstants().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants
Visit a parse tree produced byGremlinParser.shortestPathConstants().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsValues
Visit a parse tree produced byGremlinParser.withOptionsValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsKeys
Visit a parse tree produced byGremlinParser.ioOptionsKeys().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsValues
Visit a parse tree produced byGremlinParser.ioOptionsValues().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_component
T visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_component().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_edges
T visitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_edges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentConstants_propertyName
T visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.connectedComponentConstants_propertyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_edges
Visit a parse tree produced byGremlinParser.pageRankConstants_edges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_times
Visit a parse tree produced byGremlinParser.pageRankConstants_times().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankConstants_propertyName
Visit a parse tree produced byGremlinParser.pageRankConstants_propertyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_edges
Visit a parse tree produced byGremlinParser.peerPressureConstants_edges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_times
Visit a parse tree produced byGremlinParser.peerPressureConstants_times().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureConstants_propertyName
T visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext ctx) Visit a parse tree produced byGremlinParser.peerPressureConstants_propertyName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_target
Visit a parse tree produced byGremlinParser.shortestPathConstants_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_edges
Visit a parse tree produced byGremlinParser.shortestPathConstants_edges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_distance
Visit a parse tree produced byGremlinParser.shortestPathConstants_distance().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_maxDistance
T visitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_maxDistance().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathConstants_includeEdges
T visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext ctx) Visit a parse tree produced byGremlinParser.shortestPathConstants_includeEdges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_tokens
Visit a parse tree produced byGremlinParser.withOptionsConstants_tokens().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_none
Visit a parse tree produced byGremlinParser.withOptionsConstants_none().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_ids
Visit a parse tree produced byGremlinParser.withOptionsConstants_ids().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_labels
Visit a parse tree produced byGremlinParser.withOptionsConstants_labels().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_keys
Visit a parse tree produced byGremlinParser.withOptionsConstants_keys().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_values
Visit a parse tree produced byGremlinParser.withOptionsConstants_values().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_all
Visit a parse tree produced byGremlinParser.withOptionsConstants_all().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_indexer
Visit a parse tree produced byGremlinParser.withOptionsConstants_indexer().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_list
Visit a parse tree produced byGremlinParser.withOptionsConstants_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsConstants_map
Visit a parse tree produced byGremlinParser.withOptionsConstants_map().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_reader
Visit a parse tree produced byGremlinParser.ioOptionsConstants_reader().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_writer
Visit a parse tree produced byGremlinParser.ioOptionsConstants_writer().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_gryo
Visit a parse tree produced byGremlinParser.ioOptionsConstants_gryo().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_graphson
Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphson().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsConstants_graphml
Visit a parse tree produced byGremlinParser.ioOptionsConstants_graphml().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectedComponentStringConstant
Visit a parse tree produced byGremlinParser.connectedComponentStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPageRankStringConstant
Visit a parse tree produced byGremlinParser.pageRankStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeerPressureStringConstant
Visit a parse tree produced byGremlinParser.peerPressureStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortestPathStringConstant
Visit a parse tree produced byGremlinParser.shortestPathStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithOptionsStringConstant
Visit a parse tree produced byGremlinParser.withOptionsStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIoOptionsStringConstant
Visit a parse tree produced byGremlinParser.ioOptionsStringConstant().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanArgument
Visit a parse tree produced byGremlinParser.booleanArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerArgument
Visit a parse tree produced byGremlinParser.integerArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringArgument
Visit a parse tree produced byGremlinParser.stringArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringArgumentVarargs
Visit a parse tree produced byGremlinParser.stringArgumentVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableArgument
Visit a parse tree produced byGremlinParser.stringNullableArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableArgumentVarargs
Visit a parse tree produced byGremlinParser.stringNullableArgumentVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateArgument
Visit a parse tree produced byGremlinParser.dateArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericArgument
Visit a parse tree produced byGremlinParser.genericArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericArgumentVarargs
Visit a parse tree produced byGremlinParser.genericArgumentVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericMapArgument
Visit a parse tree produced byGremlinParser.genericMapArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericMapNullableArgument
Visit a parse tree produced byGremlinParser.genericMapNullableArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullableGenericLiteralMap
Visit a parse tree produced byGremlinParser.nullableGenericLiteralMap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyVarargs
Visit a parse tree produced byGremlinParser.traversalStrategyVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTraversalStrategyExpr
Visit a parse tree produced byGremlinParser.traversalStrategyExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassTypeList
Visit a parse tree produced byGremlinParser.classTypeList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassTypeExpr
Visit a parse tree produced byGremlinParser.classTypeExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalList
Visit a parse tree produced byGremlinParser.nestedTraversalList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNestedTraversalExpr
Visit a parse tree produced byGremlinParser.nestedTraversalExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericCollectionLiteral
Visit a parse tree produced byGremlinParser.genericCollectionLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralVarargs
Visit a parse tree produced byGremlinParser.genericLiteralVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteralExpr
Visit a parse tree produced byGremlinParser.genericLiteralExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericMapNullableLiteral
Visit a parse tree produced byGremlinParser.genericMapNullableLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericRangeLiteral
Visit a parse tree produced byGremlinParser.genericRangeLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericSetLiteral
Visit a parse tree produced byGremlinParser.genericSetLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableLiteralVarargs
Visit a parse tree produced byGremlinParser.stringNullableLiteralVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralVarargs
Visit a parse tree produced byGremlinParser.stringLiteralVarargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericLiteral
Visit a parse tree produced byGremlinParser.genericLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenericMapLiteral
Visit a parse tree produced byGremlinParser.genericMapLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapKey
Visit a parse tree produced byGremlinParser.mapKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntry
Visit a parse tree produced byGremlinParser.mapEntry().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
Visit a parse tree produced byGremlinParser.stringLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringNullableLiteral
Visit a parse tree produced byGremlinParser.stringNullableLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
Visit a parse tree produced byGremlinParser.integerLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
Visit a parse tree produced byGremlinParser.floatLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
Visit a parse tree produced byGremlinParser.numericLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteral
Visit a parse tree produced byGremlinParser.booleanLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateLiteral
Visit a parse tree produced byGremlinParser.dateLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteral
Visit a parse tree produced byGremlinParser.nullLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNanLiteral
Visit a parse tree produced byGremlinParser.nanLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInfLiteral
Visit a parse tree produced byGremlinParser.infLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUuidLiteral
Visit a parse tree produced byGremlinParser.uuidLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterLiteral
Visit a parse tree produced byGremlinParser.characterLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDurationLiteral
Visit a parse tree produced byGremlinParser.durationLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryLiteral
Visit a parse tree produced byGremlinParser.binaryLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPdtLiteral
Visit a parse tree produced byGremlinParser.pdtLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNakedKey
Visit a parse tree produced byGremlinParser.nakedKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType
Visit a parse tree produced byGremlinParser.classType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byGremlinParser.variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
Visit a parse tree produced byGremlinParser.keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-