Uses of Interface
java.lang.classfile.attribute.InnerClassesAttribute
Packages that use InnerClassesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing 
class file attributes for the java.lang.classfile library.- 
Uses of InnerClassesAttribute in java.lang.classfileMethods in java.lang.classfile that return types with arguments of type InnerClassesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<InnerClassesAttribute> Attributes.innerClasses()Returns the mapper for theInnerClassesattribute.
- 
Uses of InnerClassesAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type InnerClassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theInnerClassesattribute (JVMS 4.7.6), which records which classes referenced by thisclassfile are nested classes.Methods in java.lang.classfile.attribute that return InnerClassesAttributeModifier and TypeMethodDescriptionstatic InnerClassesAttributeInnerClassesAttribute.of(InnerClassInfo... innerClasses) Returns anInnerClassesattribute.static InnerClassesAttributeInnerClassesAttribute.of(List<InnerClassInfo> innerClasses) Returns anInnerClassesattribute.