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.classfile
PREVIEW library.-
Uses of InnerClassesAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type InnerClassesAttributePREVIEWModifier and TypeMethodDescriptionAttributes.innerClasses()
Returns Attribute mapper for theInnerClasses
attribute. -
Uses of InnerClassesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type InnerClassesAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.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.attributePREVIEW that return InnerClassesAttributePREVIEWModifier and TypeMethodDescriptionstatic InnerClassesAttributePREVIEW
InnerClassesAttribute.of
(InnerClassInfoPREVIEW... innerClasses) Returns anInnerClasses
attribute.static InnerClassesAttributePREVIEW
InnerClassesAttribute.of
(List<InnerClassInfoPREVIEW> innerClasses) Returns anInnerClasses
attribute.