Uses of Class
org.neo4j.cypherdsl.core.internal.ReflectiveVisitor.PreEnterResult
-
Packages that use ReflectiveVisitor.PreEnterResult 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 ReflectiveVisitor.PreEnterResult in org.neo4j.cypherdsl.core.internal
Methods in org.neo4j.cypherdsl.core.internal that return ReflectiveVisitor.PreEnterResult Modifier and Type Method Description static ReflectiveVisitor.PreEnterResultReflectiveVisitor.PreEnterResult. delegateTo(Visitor handler)Enter to visit but delegate the visitationstatic ReflectiveVisitor.PreEnterResultReflectiveVisitor.PreEnterResult. doEnter()Do enter and treat as usual.protected ReflectiveVisitor.PreEnterResultReflectiveVisitor. getPreEnterResult(Visitable visitable)static ReflectiveVisitor.PreEnterResultReflectiveVisitor.PreEnterResult. skip()Skip the element completely.
-