Uses of Interface
java.lang.classfile.attribute.EnclosingMethodAttribute
Packages that use EnclosingMethodAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of EnclosingMethodAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type EnclosingMethodAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<EnclosingMethodAttributePREVIEW> Attributes.ENCLOSING_METHODAttribute mapper for theEnclosingMethodattribute -
Uses of EnclosingMethodAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return EnclosingMethodAttributePREVIEWModifier and TypeMethodDescriptionEnclosingMethodAttribute.of(ClassEntryPREVIEW className, Optional<NameAndTypeEntryPREVIEW> method) Returns anEnclosingMethodattribute.EnclosingMethodAttribute.of(ClassDesc className, Optional<String> methodName, Optional<MethodTypeDesc> methodType) Returns anEnclosingMethodattribute.