Uses of Package
org.neo4j.cypherdsl.core.ast
-
Packages that use org.neo4j.cypherdsl.core.ast Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.ast Support for describing an abstract syntax tree.org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
Classes in org.neo4j.cypherdsl.core.ast used by org.neo4j.cypherdsl.core Class Description ProvidesAffixes TypedSubtree 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.Visitable Interface for implementations that acceptsvisitors.Visitor -
Classes in org.neo4j.cypherdsl.core.ast used by org.neo4j.cypherdsl.core.ast Class Description EnterResult Result of entering aVisitable.Visitable Interface for implementations that acceptsvisitors.Visitor -
Classes in org.neo4j.cypherdsl.core.ast used by org.neo4j.cypherdsl.core.internal Class Description EnterResult Result of entering aVisitable.TypedSubtree 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.Visitable Interface for implementations that acceptsvisitors.Visitor VisitorWithResult Sometimes it will be necessary - for example in dialects - to change the flow of elements visted.