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