Package

org.opencypher.gremlin.translation

walker

Permalink

package walker

Visibility
  1. Public
  2. All

Type Members

  1. class DeleteWalker[T, P] extends AnyRef

    Permalink
  2. class PatternWalker[T, P] extends AnyRef

    Permalink
  3. class StatementWalker[T, P] extends AnyRef

    Permalink

Value Members

  1. object CallWalker

    Permalink
  2. object CreateWalker

    Permalink

    AST walker that handles translation of the CREATE clause nodes in the Cypher AST.

  3. object DeleteWalker

    Permalink
  4. object ExpressionWalker

    Permalink

    AST walker that handles translation of evaluable expression nodes in the Cypher AST.

  5. object MatchWalker

    Permalink
  6. object MergeWalker

    Permalink

    AST walker that handles translation of the MERGE clause nodes in the Cypher AST.

  7. object NodeUtils

    Permalink
  8. object PatternWalker

    Permalink

    AST walker that handles translation of match pattern nodes of the Cypher AST.

  9. object ProjectionWalker

    Permalink

    AST walker that handles translation of the RETURN clause node in the Cypher AST.

  10. object SetWalker

    Permalink

    AST walker that handles translation of the SET clause nodes in the Cypher AST.

  11. object StatementWalker

    Permalink

    AST walker that starts translation of the Cypher AST.

  12. object UnwindWalker

    Permalink

    AST walker that handles translation of the UNWIND clause nodes in the Cypher AST.

  13. object WhereWalker

    Permalink

    AST walker that handles translation of the WHERE clause nodes in the Cypher AST.

Ungrouped