Modifier and Type | Class and Description |
---|---|
class |
JavaTranslator<S extends TraversalSource,T extends Traversal.Admin<?,?>> |
Modifier and Type | Interface and Description |
---|---|
static interface |
Translator.ScriptTranslator
Translates bytecode to a string 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 |
GroovyTranslator
Converts bytecode to a Groovy string of Gremlin.
|
class |
PythonTranslator
Translates Gremlin
Bytecode into a Python string representation. |
Modifier and Type | Class and Description |
---|---|
class |
JythonTranslator
Deprecated.
As of release 3.3.10, not replaced - see TINKERPOP-2317
|
Modifier and Type | Method and Description |
---|---|
static String |
StringFactory.translatorString(Translator translator) |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.