Uses of Class
org.apache.tinkerpop.gremlin.language.grammar.GremlinBaseVisitor
Packages that use GremlinBaseVisitor
-
Uses of GremlinBaseVisitor in org.apache.tinkerpop.gremlin.language.translator
Subclasses of GremlinBaseVisitor in org.apache.tinkerpop.gremlin.language.translatorModifier 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.