Uses of Enum
org.neo4j.cypherdsl.parser.InvocationCreatedEventType
-
Uses of InvocationCreatedEventType in org.neo4j.cypherdsl.parser
Methods in org.neo4j.cypherdsl.parser that return InvocationCreatedEventTypeModifier and TypeMethodDescriptionstatic InvocationCreatedEventTypeReturns the enum constant of this type with the specified name.static InvocationCreatedEventType[]InvocationCreatedEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neo4j.cypherdsl.parser with parameters of type InvocationCreatedEventTypeModifier and TypeMethodDescription<T extends org.neo4j.cypherdsl.core.ast.Visitable>
Options.BuilderOptions.Builder.withCallback(InvocationCreatedEventType invocationCreatedEventType, Class<T> resultingType, UnaryOperator<T> callback) Adds a callback for when either a CALL-Procedure clause or a function-invocation expression is created.