Uses of Interface
java.lang.classfile.attribute.PermittedSubclassesAttribute
Packages that use PermittedSubclassesAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of PermittedSubclassesAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type PermittedSubclassesAttributePREVIEWModifier and TypeMethodDescriptionAttributes.permittedSubclasses()Returns Attribute mapper for thePermittedSubclassesattribute. -
Uses of PermittedSubclassesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type PermittedSubclassesAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models thePermittedSubclassesattribute (JVMS 4.7.31), which can appear on classes to indicate which classes may extend this class.Methods in java.lang.classfile.attributePREVIEW that return PermittedSubclassesAttributePREVIEWModifier and TypeMethodDescriptionPermittedSubclassesAttribute.of(ClassEntryPREVIEW... permittedSubclasses) Returns aPermittedSubclassesattribute.PermittedSubclassesAttribute.of(List<ClassEntryPREVIEW> permittedSubclasses) Returns aPermittedSubclassesattribute.Returns aPermittedSubclassesattribute.Returns aPermittedSubclassesattribute.