Packages

package walker

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DeleteWalker[T, P] extends AnyRef
  2. class PatternWalker[T, P] extends AnyRef
  3. class StatementWalker[T, P] extends AnyRef

Value Members

  1. object CallWalker
  2. object CreateWalker

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

  3. object DeleteWalker
  4. object ExpressionWalker

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

  5. object MatchWalker
  6. object MergeWalker

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

  7. object NodeUtils
  8. object PatternWalker

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

  9. object ProjectionWalker

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

  10. object SetWalker

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

  11. object StatementWalker

    AST walker that starts translation of the Cypher AST.

  12. object UnwindWalker

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

  13. object WhereWalker

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

Ungrouped