class |
AbstractTranslateVisitor |
A base class for visitors that translate Gremlin AST nodes to Gremlin strings.
|
class |
AnonymizedTranslatorVisitor |
A translator that anonymizes Gremlin so that arguments that might contain sensitive information are removed.
|
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 |
GroovyTranslateVisitor |
Converts a Gremlin traversal string into a Groovy source code representation of that traversal with an aim at
sacrificing some formatting for the ability to compile correctly.
|
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.
|