Class Foreach

  • All Implemented Interfaces:
    Visitable, Clause

    @API(status=STABLE,
         since="2021.3.0")
    public final class Foreach
    extends Object
    Represents the FOREACH clause and is currently only producible via the Cypher-Parser.
    Since:
    2021.3.0
    Author:
    Michael J. Simons
    • Method Detail

      • 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.