Uses of Interface
org.neo4j.cypherdsl.core.ast.Visitor
Packages that use Visitor
Package
Description
Contains an internal DSL for creating Cypher.
Support for describing an abstract syntax tree.
-
Uses of Visitor in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core with parameters of type VisitorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidfinal voidvoidvoidvoidvoidvoidvoidvoidfinal voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Visitor in org.neo4j.cypherdsl.core.ast
Classes in org.neo4j.cypherdsl.core.ast that implement VisitorModifier and TypeClassDescriptionclassSometimes it will be necessary - for example in dialects - to change the flow of elements visited.Methods in org.neo4j.cypherdsl.core.ast with parameters of type VisitorModifier and TypeMethodDescriptionfinal voiddefault voidstatic voidVisitable.visitIfNotNull(Visitable visitable, Visitor visitor) A helper method that presents thevisitorto thevisitableif the visitable is not null.