Uses of Interface
java.lang.classfile.attribute.MethodParametersAttribute
Packages that use MethodParametersAttributePREVIEW
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
Methods in java.lang.classfilePREVIEW that return types with arguments of type MethodParametersAttributePREVIEWModifier and TypeMethodDescriptionAttributes.methodParameters()
Returns Attribute mapper for theMethodParameters
attribute. -
Uses of MethodParametersAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type MethodParametersAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theMethodParameters
attribute (JVMS 4.7.24), which can appear on methods, and records optional information about the method's parameters.Methods in java.lang.classfile.attributePREVIEW that return MethodParametersAttributePREVIEWModifier and TypeMethodDescriptionMethodParametersAttribute.of
(MethodParameterInfoPREVIEW... parameters) Returns aMethodParameters
attribute.MethodParametersAttribute.of
(List<MethodParameterInfoPREVIEW> parameters) Returns aMethodParameters
attribute.