Class CaseWhenThen
- java.lang.Object
-
- org.neo4j.cypherdsl.core.internal.CaseWhenThen
-
-
Constructor Summary
Constructors Constructor Description CaseWhenThen(Expression whenExpression, Expression thenExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)
-
-
-
Constructor Detail
-
CaseWhenThen
public CaseWhenThen(Expression whenExpression, Expression thenExpression)
-
-