Uses of Interface
java.lang.classfile.attribute.PermittedSubclassesAttribute
Packages that use PermittedSubclassesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile library.-
Uses of PermittedSubclassesAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type PermittedSubclassesAttributeModifier and TypeMethodDescriptionAttributes.permittedSubclasses()Returns Attribute mapper for thePermittedSubclassesattribute. -
Uses of PermittedSubclassesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type PermittedSubclassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels thePermittedSubclassesattribute (JVMS 4.7.31), which can appear on classes to indicate which classes may extend this class.Methods in java.lang.classfile.attribute that return PermittedSubclassesAttributeModifier and TypeMethodDescriptionstatic PermittedSubclassesAttributePermittedSubclassesAttribute.of(ClassEntry... permittedSubclasses) Returns aPermittedSubclassesattribute.static PermittedSubclassesAttributePermittedSubclassesAttribute.of(List<ClassEntry> permittedSubclasses) Returns aPermittedSubclassesattribute.static PermittedSubclassesAttributeReturns aPermittedSubclassesattribute.static PermittedSubclassesAttributeReturns aPermittedSubclassesattribute.