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.classfile
Methods in java.lang.classfile that return types with arguments of type InnerClassesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<InnerClassesAttribute> Attributes.innerClasses()
Returns the mapper for theInnerClasses
attribute. -
Uses of InnerClassesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type InnerClassesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theInnerClasses
attribute (JVMS 4.7.6), which records which classes referenced by thisclass
file are nested classes.Methods in java.lang.classfile.attribute that return InnerClassesAttributeModifier and TypeMethodDescriptionstatic InnerClassesAttribute
InnerClassesAttribute.of
(InnerClassInfo... innerClasses) Returns anInnerClasses
attribute.static InnerClassesAttribute
InnerClassesAttribute.of
(List<InnerClassInfo> innerClasses) Returns anInnerClasses
attribute.