Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core.ast
package org.neo4j.cypherdsl.core.ast
Support for describing an abstract syntax tree.
-
ClassDescriptionResult of entering a
Visitable.Additional pre- and suffixes for elements.TypedSubtree<T extends Visitable>This class helps to group items of the same type on the same level of the tree into a list structure that can be recognized by visitors.Interface for implementations that acceptsvisitors.Visitors are used to traverse the complete Cypher-DSL AST.Sometimes it will be necessary - for example in dialects - to change the flow of elements visited.