Uses of Interface
java.lang.classfile.attribute.PermittedSubclassesAttribute
Packages that use PermittedSubclassesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 indicates this class or interface is sealed, and which classes or interfaces may extend or implement this class or interface.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.