Uses of Interface
java.lang.classfile.attribute.NestHostAttribute
Packages that use NestHostAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of NestHostAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type NestHostAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<NestHostAttribute> Attributes.nestHost()
Returns Attribute mapper for theNestHost
attribute. -
Uses of NestHostAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type NestHostAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theNestHost
attribute (JVMS 4.7.28), which can appear on classes to indicate that this class is a member of a nest.Methods in java.lang.classfile.attribute that return NestHostAttributeModifier and TypeMethodDescriptionstatic NestHostAttribute
NestHostAttribute.of
(ClassEntry nestHost) Returns aNestHost
attribute.static NestHostAttribute
Returns aNestHost
attribute.