Uses of Class
org.apache.tinkerpop.gremlin.language.translator.TranslateVisitor
Packages that use TranslateVisitor
-
Uses of TranslateVisitor in org.apache.tinkerpop.gremlin.language.translator
Subclasses of TranslateVisitor 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.Methods in org.apache.tinkerpop.gremlin.language.translator that return TranslateVisitorModifier and TypeMethodDescriptionTranslator.getTranslateVisitor(String graphTraversalSourceName) Methods in org.apache.tinkerpop.gremlin.language.translator with parameters of type TranslateVisitorModifier and TypeMethodDescriptionstatic TranslationGremlinTranslator.translate(String query, TranslateVisitor visitor) Convert a Gremlin string into a source code representation of that traversal using a custom visitor.