Package org.neo4j.cypherdsl.core
Class Arguments<S extends Arguments<S>>
- java.lang.Object
-
- org.neo4j.cypherdsl.core.support.TypedSubtree<Expression,S>
-
- org.neo4j.cypherdsl.core.Arguments<S>
-
- Type Parameters:
S- The concrete type of this class.
- All Implemented Interfaces:
Visitable
@API(status=INTERNAL, since="2020.1.0") public final class Arguments<S extends Arguments<S>> extends TypedSubtree<Expression,S>Specialized list of expressions that represents the arguments of a procedure call.- Since:
- 2020.1.0
- Author:
- Michael J. Simons
-
-
Field Summary
-
Fields inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
children
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VisitableprepareVisit(Expression child)A hook for interfere with the visitation of child elements.-
Methods inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
accept, getSeparator
-
-
-
-
Method Detail
-
prepareVisit
protected Visitable prepareVisit(Expression child)
Description copied from class:TypedSubtreeA hook for interfere with the visitation of child elements.- Overrides:
prepareVisitin classTypedSubtree<Expression,S extends Arguments<S>>- Parameters:
child- The current child element- Returns:
- The visitable that has been prepared
-
-