Uses of Class
org.apache.tinkerpop.gremlin.language.translator.Translation
Packages that use Translation
-
Uses of Translation in org.apache.tinkerpop.gremlin.language.translator
Methods in org.apache.tinkerpop.gremlin.language.translator that return TranslationModifier and TypeMethodDescriptionstatic TranslationConvert a Gremlin string into a Java source code representation of that traversal.static TranslationConvert a Gremlin string into a Java source code representation of that traversal.static TranslationGremlinTranslator.translate(String query, String graphTraversalSourceName, Translator translator) Convert a Gremlin string into the specified source code representation of that traversal.static TranslationGremlinTranslator.translate(String query, TranslateVisitor visitor) Convert a Gremlin string into a source code representation of that traversal using a custom visitor.static TranslationGremlinTranslator.translate(String query, Translator translator) Convert a Gremlin string into the specified source code representation of that traversal.