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 thePermittedSubclasses
attribute. -
Uses of PermittedSubclassesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type PermittedSubclassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models thePermittedSubclasses
attribute (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 PermittedSubclassesAttribute
PermittedSubclassesAttribute.of
(ClassEntry... permittedSubclasses) Returns aPermittedSubclasses
attribute.static PermittedSubclassesAttribute
PermittedSubclassesAttribute.of
(List<ClassEntry> permittedSubclasses) Returns aPermittedSubclasses
attribute.static PermittedSubclassesAttribute
Returns aPermittedSubclasses
attribute.static PermittedSubclassesAttribute
Returns aPermittedSubclasses
attribute.