Uses of Interface
java.lang.classfile.attribute.InnerClassesAttribute
Packages that use InnerClassesAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of InnerClassesAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type InnerClassesAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<InnerClassesAttributePREVIEW> Attributes.INNER_CLASSESAttribute mapper for theInnerClassesattribute -
Uses of InnerClassesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type InnerClassesAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theInnerClassesattribute 4.7.6, which can appear on classes, and records which classes referenced by this classfile are inner classes.Methods in java.lang.classfile.attributePREVIEW that return InnerClassesAttributePREVIEWModifier and TypeMethodDescriptionstatic InnerClassesAttributePREVIEWInnerClassesAttribute.of(InnerClassInfoPREVIEW... innerClasses) Returns anInnerClassesattribute.static InnerClassesAttributePREVIEWInnerClassesAttribute.of(List<InnerClassInfoPREVIEW> innerClasses) Returns anInnerClassesattribute.