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 StringgetOriginal()Gets the original script.Set<String>getParameters()Gets the parameters used in the translated script.StringgetTranslated()Gets the translated script.StringtoString()
-