Uses of Interface
java.lang.classfile.attribute.MethodParametersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of MethodParametersAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<MethodParametersAttributePREVIEW> Attributes.METHOD_PARAMETERS
Attribute mapper for theMethodParameters
attribute -
Uses of MethodParametersAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionMethodParametersAttribute.of
(MethodParameterInfoPREVIEW... parameters) Returns aMethodParameters
attribute.MethodParametersAttribute.of
(List<MethodParameterInfoPREVIEW> parameters) Returns aMethodParameters
attribute.