Class ListComprehension

java.lang.Object
org.neo4j.cypherdsl.core.ListComprehension
All Implemented Interfaces:
Visitable, Expression

@API(status=STABLE, since="1.0.1") public final class ListComprehension extends Object implements Expression
Since:
1.0.1
Author:
Michael J. Simons
  • Method Details

    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - the visitor to notify, must not be null.