Package org.neo4j.cypherdsl.core.support
Interface Visitor
-
- All Known Implementing Classes:
ReflectiveVisitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Visitor- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidenter(Visitable segment)Enter aVisitable.default voidleave(Visitable segment)Leave aVisitable.
-