Uses of Interface
java.lang.classfile.attribute.MethodParameterInfo
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of MethodParameterInfo in java.lang.classfile.attribute
Modifier and TypeMethodDescriptionstatic MethodParameterInfo
Returns a method parameter description.static MethodParameterInfo
MethodParameterInfo.of
(Optional<String> name, AccessFlag... flags) Returns a method parameter description.static MethodParameterInfo
MethodParameterInfo.ofParameter
(Optional<String> name, int flags) Returns a method parameter description.Modifier and TypeMethodDescriptionMethodParametersAttribute.parameters()
Returns information about the parameters of the method.Modifier and TypeMethodDescriptionstatic MethodParametersAttribute
MethodParametersAttribute.of
(MethodParameterInfo... parameters) Returns aMethodParameters
attribute.Modifier and TypeMethodDescriptionstatic MethodParametersAttribute
MethodParametersAttribute.of
(List<MethodParameterInfo> parameters) Returns aMethodParameters
attribute.