MethodSignature.of(MethodTypeDescriptor) returns a descriptor not a signature?
Chen Liang
liangchenblue at gmail.com
Fri Dec 20 21:25:59 UTC 2024
Hi Mark, this API and Signature.of(ClassDesc) both serve to create
field/method signature objects from non-generic field or method types. They
exist so operations supporting generic signatures can execute on
non-generic types, which only have access to these two objects.
Chen
On Sat, Dec 21, 2024, 4:34 AM Mark Roberts <markro at cs.washington.edu> wrote:
> It looks wrong to me as it does not include any Type Arguments which is
> the primary difference between a Method Signature and a Method Descriptor,
> correct?
>
>
>
> Mark
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/classfile-api-dev/attachments/20241221/eb8c5659/attachment.htm>
More information about the classfile-api-dev
mailing list