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