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 theMethodParametersattribute. -
Uses of MethodParametersAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type MethodParametersAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theMethodParametersattribute (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 MethodParametersAttributeMethodParametersAttribute.of(MethodParameterInfo... parameters) Returns aMethodParametersattribute.static MethodParametersAttributeMethodParametersAttribute.of(List<MethodParameterInfo> parameters) Returns aMethodParametersattribute.