Class: Translator

Translator()

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

Constructor

new Translator()

Source:

Methods

translate(bytecode) → {string}

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