Uses of Interface
java.lang.classfile.attribute.MethodParametersAttribute
Packages that use 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
Methods in java.lang.classfile that return types with arguments of type MethodParametersAttributeModifier and TypeMethodDescriptionAttributes.methodParameters()
Returns Attribute mapper for theMethodParameters
attribute. -
Uses of MethodParametersAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type MethodParametersAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
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.attribute that return MethodParametersAttributeModifier and TypeMethodDescriptionstatic MethodParametersAttribute
MethodParametersAttribute.of
(MethodParameterInfo... parameters) Returns aMethodParameters
attribute.static MethodParametersAttribute
MethodParametersAttribute.of
(List<MethodParameterInfo> parameters) Returns aMethodParameters
attribute.