Uses of Interface
io.github.dmlloyd.classfile.attribute.MethodParametersAttribute
Packages that use MethodParametersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of MethodParametersAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type MethodParametersAttributeModifier and TypeMethodDescriptionAttributes.methodParameters()Returns the mapper for theMethodParametersattribute. -
Uses of MethodParametersAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return MethodParametersAttributeModifier and TypeMethodDescriptionstatic MethodParametersAttributeMethodParametersAttribute.of(MethodParameterInfo... parameters) Returns aMethodParametersattribute.static MethodParametersAttributeMethodParametersAttribute.of(List<MethodParameterInfo> parameters) Returns aMethodParametersattribute.