Class Finish

java.lang.Object
org.neo4j.cypherdsl.core.Finish
All Implemented Interfaces:
Visitable, Clause

@API(status=STABLE, since="2024.4.0") public final class Finish extends Object implements Clause
Author:
Gerrit Meier, Michael J. Simons
  • Method Details

    • create

      public static Finish create()
    • 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.