Class: Translator

Translator()

Class to translate glv bytecode steps into executable Gremlin-Groovy script

Constructor

new Translator()

Source:

Methods

translate(bytecodeOrTraversal) → {string}

Returns a script representation of the given bytecode instructions.
Parameters:
Name Type Description
bytecodeOrTraversal Object The traversal or bytecode of a traversal containing step instructions.
Source:
Returns:
Gremlin-Groovy script
Type
string