Class WithOptionsVisitor

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

public class WithOptionsVisitor extends DefaultGremlinBaseVisitor<Object>
Covers String oriented constants used as arguments to GraphTraversal.with(String) steps.