Uses of Enum Class
dev.archunitjava.model.JavaMethodHandleKind
Packages that use JavaMethodHandleKind
-
Uses of JavaMethodHandleKind in dev.archunitjava.model
Subclasses with type arguments of type JavaMethodHandleKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaMethodHandleKindModifier and TypeMethodDescriptionJavaMethodHandle.kind()Returns the value of thekindrecord component.static JavaMethodHandleKindReturns the enum constant of this class with the specified name.static JavaMethodHandleKind[]JavaMethodHandleKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaMethodHandleKindModifierConstructorDescriptionJavaMethodHandle(JavaMethodHandleKind kind, int referenceKind, JvmType ownerType, String name, String lookupDescriptor, boolean ownerInterface) Creates an instance of aJavaMethodHandlerecord class.