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 classArgumentsSpecialized list of expressions that represents the arguments of a procedure call.static classHint.IndexPropertiesInternal helper class to wrap up the properties used inside an index.classMapExpressionA dedicated map expression.classOrderRepresents the list of sort items that make up the order of records in a result set.classPatternA pattern is something that can be matched.classReductionA typed subtree representing the arguments of a call to thereduce()function.classYieldItemsItems yielded by a stand alone or in query call. -
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.
-