Class YieldItems
- java.lang.Object
-
- org.neo4j.cypherdsl.core.ast.TypedSubtree<Expression>
-
- org.neo4j.cypherdsl.core.internal.YieldItems
-
- All Implemented Interfaces:
Visitable
@API(status=INTERNAL, since="2020.0.1") public final class YieldItems extends TypedSubtree<Expression>Items yielded by a stand alone or in query call.- Since:
- 2020.0.1
- Author:
- Michael J. Simons
-
-
Field Summary
-
Fields inherited from class org.neo4j.cypherdsl.core.ast.TypedSubtree
children
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static YieldItemsyieldAllOf(Expression... c)-
Methods inherited from class org.neo4j.cypherdsl.core.ast.TypedSubtree
accept, prepareVisit
-
-
-
-
Method Detail
-
yieldAllOf
public static YieldItems yieldAllOf(Expression... c)
-
-