Uses of Interface
java.lang.classfile.MethodSignature
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of MethodSignaturePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionstatic MethodSignaturePREVIEW
Returns a method signature.static MethodSignaturePREVIEW
MethodSignature.of
(MethodTypeDesc methodDescriptor) Returns a method signature for a raw (no generic information) method descriptor.static MethodSignaturePREVIEW
MethodSignature.of
(List<Signature.TypeParamPREVIEW> typeParameters, List<Signature.ThrowableSigPREVIEW> exceptions, SignaturePREVIEW result, SignaturePREVIEW... arguments) Returns a method signature.static MethodSignaturePREVIEW
Parses a raw method signature string into a MethodSignature -
Uses of MethodSignaturePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptiondefault MethodSignaturePREVIEW
SignatureAttribute.asMethodSignature()
Parse the signature as a method signature.Modifier and TypeMethodDescriptionstatic SignatureAttributePREVIEW
SignatureAttribute.of
(MethodSignaturePREVIEW methodSignature) Returns aSignature
attribute for a method.