Class Translation
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.language.translator.Translation
-
public class Translation extends Object
A translation of a script.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOriginal()
Gets the original script.Set<String>
getParameters()
Gets the parameters used in the translated script.String
getTranslated()
Gets the translated script.String
toString()
-