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
Fields in java.lang.classfilePREVIEW with type parameters of type InnerClassesAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<InnerClassesAttributePREVIEW> Attributes.INNER_CLASSES
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 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.