Uses of Interface
org.apache.tinkerpop.gremlin.language.grammar.GremlinVisitor
Packages that use GremlinVisitor
Package
Description
-
Uses of GremlinVisitor in org.apache.tinkerpop.gremlin.language.grammar
Classes in org.apache.tinkerpop.gremlin.language.grammar that implement GremlinVisitorModifier and TypeClassDescriptionclassclassThis class provides implementation ofGremlinVisitor, where each method will throwUnsupportedOperationException.classVisitor 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 provides an empty implementation ofGremlinVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.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.Methods in org.apache.tinkerpop.gremlin.language.grammar with parameters of type GremlinVisitorModifier and TypeMethodDescriptionstatic ObjectGremlinQueryParser.parse(String query, GremlinVisitor<Object> visitor) Parse Gremlin string using a specifiedGremlinAntlrToJavaobject. -
Uses of GremlinVisitor in org.apache.tinkerpop.gremlin.language.translator
Classes in org.apache.tinkerpop.gremlin.language.translator that implement GremlinVisitorModifier and TypeClassDescriptionclassA base class for visitors that translate Gremlin AST nodes to Gremlin strings.classA translator that anonymizes Gremlin so that arguments that might contain sensitive information are removed.classConverts a Gremlin traversal string into a C# source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.classclassConverts a Gremlin traversal string into a Groovy source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.classConverts a Gremlin traversal string into a Javascript source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.classConverts a Gremlin traversal string into a Java source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.classConverts a Gremlin traversal string into a Python source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.classA Gremlin to Gremlin translator.