Uses of Class
org.neo4j.cypherdsl.core.support.TypedSubtree
-
Packages that use TypedSubtree Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.support Support for describing an abstract syntax tree. -
-
Uses of TypedSubtree in org.neo4j.cypherdsl.core
Subclasses of TypedSubtree in org.neo4j.cypherdsl.core Modifier and Type Class Description classMapExpression<S extends MapExpression<S>>A dedicated map expression.classOrder<S extends Order<S>>Represents the list of sort items that make up the order of records in a result set.classPattern<S extends Pattern<S>>A pattern is something that can be matched. -
Uses of TypedSubtree in org.neo4j.cypherdsl.core.support
Classes in org.neo4j.cypherdsl.core.support with type parameters of type TypedSubtree Modifier and Type Class Description classTypedSubtree<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.
-