reflect.Method methods
Methods for the reflect.Method
class.
Name | Description |
---|---|
|
Returns the name of the method. |
|
Returns the number of parameters of a method. |
|
Returns the type of a parameter of a method represented by this
reflect.Method object. |
|
Returns the number of values returned by a method. |
|
Returns the type of a return value of a method. |
|
Returns the signature of a method, as a string. |