Uses of Class
org.apache.tinkerpop.gremlin.language.translator.Translation
- 
Packages that use Translation Package Description org.apache.tinkerpop.gremlin.language.translator 
- 
- 
Uses of Translation in org.apache.tinkerpop.gremlin.language.translatorMethods in org.apache.tinkerpop.gremlin.language.translator that return Translation Modifier and Type Method Description static TranslationGremlinTranslator. translate(String query)Convert a Gremlin string into a Java source code representation of that traversal.static TranslationGremlinTranslator. translate(String query, String graphTraversalSourceName)Convert 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.
 
-