Uses of Class
org.apache.tinkerpop.gremlin.language.translator.AbstractTranslateVisitor
- 
Packages that use AbstractTranslateVisitor Package Description org.apache.tinkerpop.gremlin.language.translator 
- 
- 
Uses of AbstractTranslateVisitor in org.apache.tinkerpop.gremlin.language.translatorSubclasses of AbstractTranslateVisitor in org.apache.tinkerpop.gremlin.language.translator Modifier and Type Class Description classDotNetTranslateVisitorConverts 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.classGoTranslateVisitorclassJavascriptTranslateVisitorConverts 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.classJavaTranslateVisitorConverts 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.classPythonTranslateVisitorConverts 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.
 
-