Package org.neo4j.cypherdsl.core.support
Support for describing an abstract syntax tree.
-
Interface Summary Interface Description Visitable Interface for implementations that acceptsvisitors.Visitor -
Class Summary Class Description ReflectiveVisitor This is a convenience class implementing aVisitorand it takes care of choosing the right methods to dispatch theVisitor.enter(Visitable)andVisitor.leave(Visitable)calls to.TypedSubtree<T extends Visitable,SELF extends TypedSubtree<T,SELF>> 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. -
Annotation Types Summary Annotation Type Description Neo4jVersion This annotation provides information which Neo4j version is required to be able to successfully run a query containing a fragment generated via a method annotated with it.