Package org.neo4j.cypherdsl.core.ast
Support for describing an abstract syntax tree.
-
Interface Summary Interface Description ProvidesAffixes Visitable Interface for implementations that acceptsvisitors.Visitor -
Class Summary Class Description 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.