Class MultiPartQuery

    • Constructor Detail

      • MultiPartQuery

        public MultiPartQuery​(java.util.List<org.neo4j.cypherdsl.core.MultiPartElement> parts,
                              SinglePartQuery remainder)
    • 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.