Class GraphTraversalSourceVisitor

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

public class GraphTraversalSourceVisitor extends DefaultGremlinBaseVisitor<GraphTraversalSource>
This class implements the GraphTraversalSource producing methods of Gremlin grammar.