Class TraversalSourceSpawnMethodVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor<GraphTraversal>
org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<GraphTraversal>, GremlinVisitor<GraphTraversal>

public class TraversalSourceSpawnMethodVisitor extends DefaultGremlinBaseVisitor<GraphTraversal>
Use a GraphTraversalSource as the source and returns a GraphTraversal object.