Uses of Class
org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.TraversalSourceSpawnMethod_unionContext
-
Packages that use GremlinParser.TraversalSourceSpawnMethod_unionContext Package Description org.apache.tinkerpop.gremlin.language.grammar org.apache.tinkerpop.gremlin.language.translator -
-
Uses of GremlinParser.TraversalSourceSpawnMethod_unionContext in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return GremlinParser.TraversalSourceSpawnMethod_unionContext Modifier and Type Method Description GremlinParser.TraversalSourceSpawnMethod_unionContext
GremlinParser. traversalSourceSpawnMethod_union()
GremlinParser.TraversalSourceSpawnMethod_unionContext
GremlinParser.TraversalSourceSpawnMethodContext. traversalSourceSpawnMethod_union()
-
Uses of GremlinParser.TraversalSourceSpawnMethod_unionContext in org.apache.tinkerpop.gremlin.language.translator
Methods in org.apache.tinkerpop.gremlin.language.translator with parameters of type GremlinParser.TraversalSourceSpawnMethod_unionContext Modifier and Type Method Description Void
DotNetTranslateVisitor. visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
Void
TranslateVisitor. visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext ctx)
-