construct Method Descriptor
fun constructMethodDescriptor(returnType: TypeLike, vararg parameterTypes: TypeLike): String(source)
Construct a method descriptor
Return
the method's descriptor string
Parameters
return Type
the return type of the method
parameter Types
the parameter types of the method