Uses of Interface
java.lang.classfile.attribute.MethodParameterInfo
Packages that use MethodParameterInfo
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of MethodParameterInfo in java.lang.classfile.attribute
Methods in java.lang.classfile.attribute that return MethodParameterInfoModifier 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.Methods in java.lang.classfile.attribute that return types with arguments of type MethodParameterInfoModifier and TypeMethodDescriptionMethodParametersAttribute.parameters()
Returns information about the parameters of the method.Methods in java.lang.classfile.attribute with parameters of type MethodParameterInfoModifier and TypeMethodDescriptionstatic MethodParametersAttribute
MethodParametersAttribute.of
(MethodParameterInfo... parameters) Returns aMethodParameters
attribute.Method parameters in java.lang.classfile.attribute with type arguments of type MethodParameterInfoModifier and TypeMethodDescriptionstatic MethodParametersAttribute
MethodParametersAttribute.of
(List<MethodParameterInfo> parameters) Returns aMethodParameters
attribute.