Uses of Interface
java.lang.classfile.attribute.MethodParametersAttribute
Packages that use MethodParametersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 records reflective information about this method's parameters such as access modifiers.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.