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 theInnerClassesattribute. -
Uses of InnerClassesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type InnerClassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theInnerClassesattribute (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 InnerClassesAttributeInnerClassesAttribute.of(InnerClassInfo... innerClasses) Returns anInnerClassesattribute.static InnerClassesAttributeInnerClassesAttribute.of(List<InnerClassInfo> innerClasses) Returns anInnerClassesattribute.