Modifier and Type | Class and Description |
---|---|
class |
GroovyTranslator
Converts bytecode to a Groovy string of Gremlin.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
JythonTranslator |
class |
PythonTranslator |
Modifier and Type | Method and Description |
---|---|
static String |
StringFactory.translatorString(Translator translator) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.