Package org.apache.tinkerpop.gremlin.language.translator


package org.apache.tinkerpop.gremlin.language.translator
  • Class
    Description
    A base class for visitors that translate Gremlin AST nodes to Gremlin strings.
    A translator that anonymizes Gremlin so that arguments that might contain sensitive information are removed.
    Converts a Gremlin traversal string into a C# source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.
     
    Translates a String representation of a Gremlin traversal into a various source code representation of that traversal using the ANTLR grammar.
    Converts a Gremlin traversal string into a Groovy source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.
    Converts a Gremlin traversal string into a Javascript source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.
    Converts a Gremlin traversal string into a Java source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.
    Converts a Gremlin traversal string into a Python source code representation of that traversal with an aim at sacrificing some formatting for the ability to compile correctly.
    A Gremlin to Gremlin translator.
    A translation of a script.
    Built in translator implementations to be provided
    Exception produced by the Translator when it encounters an error.