| Modifier and Type | Class and Description | 
|---|---|
| class  | JavaTranslator<S extends TraversalSource,T extends Traversal.Admin<?,?>> | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Translator.ScriptTranslatorTranslates bytecode to a Script representation. | 
| static interface  | Translator.StepTranslator<S extends TraversalSource,T extends Traversal.Admin<?,?>>Translates bytecode to actual steps. | 
| Constructor and Description | 
|---|
| TranslationStrategy(TraversalSource traversalSource,
                   Translator translator,
                   boolean assertBytecode) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DotNetTranslatorConverts bytecode to a C# string of Gremlin. | 
| class  | GolangTranslatorTranslates Gremlin  Bytecodeinto a Golang string representation. | 
| class  | GroovyTranslatorConverts bytecode to a Groovy string of Gremlin. | 
| class  | JavascriptTranslatorConverts bytecode to a Javascript string of Gremlin. | 
| class  | PythonTranslatorTranslates Gremlin  Bytecodeinto a Python string representation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | StringFactory. translatorString(Translator translator) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.