Can we get the relevant information of whether a m...
# compiler
l
Can we get the relevant information of whether a method is a static or normal from an instance of
JavaMethodDescriptor
?
u
If
dispatchReceiverParameter
is
null
, then the method is static
l
That's great! thanks