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 theenter(Visitable)andleave(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.