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 TypeMethodDescriptionAttributes.methodParameters()
Returns Attribute mapper for theMethodParameters
attribute. -
Uses of MethodParametersAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theMethodParameters
attribute (JVMS 4.7.24), which can appear on methods, and records optional information about the method's parameters.Modifier and TypeMethodDescriptionMethodParametersAttribute.of
(MethodParameterInfoPREVIEW... parameters) Returns aMethodParameters
attribute.MethodParametersAttribute.of
(List<MethodParameterInfoPREVIEW> parameters) Returns aMethodParameters
attribute.