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.translator
Subclasses of AbstractTranslateVisitor in org.apache.tinkerpop.gremlin.language.translator Modifier and Type Class Description class
DotNetTranslateVisitor
Converts 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.class
GoTranslateVisitor
class
JavascriptTranslateVisitor
Converts 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.class
JavaTranslateVisitor
Converts 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.class
PythonTranslateVisitor
Converts 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.
-