Uses of Class
org.neo4j.cypherdsl.core.ast.VisitorWithResult
-
Packages that use VisitorWithResult Package Description org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of VisitorWithResult in org.neo4j.cypherdsl.core.internal
Subclasses of VisitorWithResult in org.neo4j.cypherdsl.core.internal Modifier and Type Class Description classReflectiveVisitorThis is a convenience class implementing aVisitorand it takes care of choosing the right methods to dispatch theVisitor.enter(Visitable)andVisitor.leave(Visitable)calls to.
-