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