package walker
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DeleteWalker[T, P] extends AnyRef
- class PatternWalker[T, P] extends AnyRef
- class StatementWalker[T, P] extends AnyRef
Value Members
- object CallWalker
-
object
CreateWalker
AST walker that handles translation of the
CREATE
clause nodes in the Cypher AST. - object DeleteWalker
-
object
ExpressionWalker
AST walker that handles translation of evaluable expression nodes in the Cypher AST.
- object MatchWalker
-
object
MergeWalker
AST walker that handles translation of the
MERGE
clause nodes in the Cypher AST. - object NodeUtils
-
object
PatternWalker
AST walker that handles translation of match pattern nodes of the Cypher AST.
-
object
ProjectionWalker
AST walker that handles translation of the
RETURN
clause node in the Cypher AST. -
object
SetWalker
AST walker that handles translation of the
SET
clause nodes in the Cypher AST. -
object
StatementWalker
AST walker that starts translation of the Cypher AST.
-
object
UnwindWalker
AST walker that handles translation of the
UNWIND
clause nodes in the Cypher AST. -
object
WhereWalker
AST walker that handles translation of the
WHERE
clause nodes in the Cypher AST.