Uses of Class
org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
Packages that use DefaultGremlinBaseVisitor
-
Uses of DefaultGremlinBaseVisitor in org.apache.tinkerpop.gremlin.language.grammar
Subclasses of DefaultGremlinBaseVisitor in org.apache.tinkerpop.gremlin.language.grammarModifier and TypeClassDescriptionclassclassVisitor class to handle generic literal.classThis class implements theGraphTraversalSourceproducing methods of Gremlin grammar.classThis is the entry point for converting the Gremlin Antlr grammar into Java.classThis class implements Gremlin grammar's nested-traversal-list methods that returns aTraversal[]to the callers.classThis is the entry point for converting the Gremlin Antlr grammar into Java.classA visitor for parsing parameter map strings that prevents traversal injection.classHandles terminal steps forGremlinLangas they are not added this way naturally.classSpecific case of TraversalRootVisitor where all TraversalMethods returns a GraphTraversal object.classclassTraversalRootVisitor<G extends Traversal>This visitor handles the cases when a new traversal is getting started.classAGraphTraversalSourceself method visitor.classUse aGraphTraversalSourceas the source and returns aGraphTraversalobject.classHandles transactions via calls totx().classclassTraversal terminal method visitorclassCoversStringoriented constants used as arguments toGraphTraversal.with(String)steps.Fields in org.apache.tinkerpop.gremlin.language.grammar declared as DefaultGremlinBaseVisitorModifier and TypeFieldDescriptionprotected final DefaultGremlinBaseVisitor<Traversal>TraversalSourceSpawnMethodVisitor.anonymousVisitorMethods in org.apache.tinkerpop.gremlin.language.grammar with parameters of type DefaultGremlinBaseVisitorModifier and TypeMethodDescriptionstatic TraversalStrategy[]GenericLiteralVisitor.parseTraversalStrategyList(GremlinParser.TraversalStrategyVarargsContext traversalStrategyListContext, DefaultGremlinBaseVisitor<TraversalStrategy> traversalStrategyVisitor) Parse a TraversalStrategy literal list context and return a string arrayConstructors in org.apache.tinkerpop.gremlin.language.grammar with parameters of type DefaultGremlinBaseVisitorModifierConstructorDescriptionTraversalSourceSpawnMethodVisitor(GraphTraversalSource traversalSource, DefaultGremlinBaseVisitor<Traversal> anonymousVisitor, GremlinAntlrToJava antlr)