Uses of Interface
java.lang.classfile.attribute.InnerClassesAttribute
Packages that use InnerClassesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of InnerClassesAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type InnerClassesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<InnerClassesAttribute> Attributes.innerClasses()
Returns Attribute mapper for theInnerClasses
attribute. -
Uses of InnerClassesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type InnerClassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theInnerClasses
attribute (JVMS 4.7.6), which can appear on classes, and records which classes referenced by this classfile are inner classes.Methods in java.lang.classfile.attribute that return InnerClassesAttributeModifier and TypeMethodDescriptionstatic InnerClassesAttribute
InnerClassesAttribute.of
(InnerClassInfo... innerClasses) Returns anInnerClasses
attribute.static InnerClassesAttribute
InnerClassesAttribute.of
(List<InnerClassInfo> innerClasses) Returns anInnerClasses
attribute.