Uses of Class
org.neo4j.cypherdsl.core.ast.EnterResult
-
Packages that use EnterResult Package Description org.neo4j.cypherdsl.core.ast Support for describing an abstract syntax tree.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 EnterResult in org.neo4j.cypherdsl.core.ast
Methods in org.neo4j.cypherdsl.core.ast that return EnterResult Modifier and Type Method Description default EnterResultVisitor. enterWithResult(Visitable segment)A method that is used to pass control to some extend from the visitor to theVisitable.static EnterResultEnterResult. valueOf(String name)Returns the enum constant of this type with the specified name.static EnterResult[]EnterResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnterResult in org.neo4j.cypherdsl.core.internal
Methods in org.neo4j.cypherdsl.core.internal that return EnterResult Modifier and Type Method Description EnterResultReflectiveVisitor. enterWithResult(Visitable visitable)
-