AbstractTranslateVisitor |
A base class for visitors that translate Gremlin AST nodes to Gremlin strings.
|
AnonymizedTranslatorVisitor |
A translator that anonymizes Gremlin so that arguments that might contain sensitive information are removed.
|
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.
|
GoTranslateVisitor |
|
GremlinTranslator |
Translates a String representation of a Gremlin traversal into a various source code representation of that traversal
using the ANTLR grammar.
|
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.
|
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.
|
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.
|
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.
|
TranslateVisitor |
A Gremlin to Gremlin translator.
|
Translation |
A translation of a script.
|