Uses of Enum Class
io.quarkus.gizmo2.InvokeKind
Packages that use InvokeKind
-
Uses of InvokeKind in io.quarkus.gizmo2
Fields in io.quarkus.gizmo2 with type parameters of type InvokeKindModifier and TypeFieldDescriptionstatic final List<InvokeKind>InvokeKind.valuesAn immutable list of all values of this type.Methods in io.quarkus.gizmo2 that return InvokeKindModifier and TypeMethodDescriptionstatic InvokeKindReturns the enum constant of this class with the specified name.static InvokeKind[]InvokeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.gizmo2 with parameters of type InvokeKindModifier and TypeMethodDescriptionstatic ConstConst.ofMethodHandle(InvokeKind kind, MethodDesc desc) Returns a method handle constant from the given information.