Uses of Class
org.apache.tinkerpop.gremlin.language.translator.AbstractTranslateVisitor
Packages that use AbstractTranslateVisitor
-
Uses of AbstractTranslateVisitor in org.apache.tinkerpop.gremlin.language.translator
Subclasses of AbstractTranslateVisitor in org.apache.tinkerpop.gremlin.language.translatorModifier and TypeClassDescriptionclassConverts 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 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.