Method descriptors are used to represent methods. They describe the types of the parameters and the return type and are constructed according to the following grammar:
A return type of V indicates that the method is of type void.
For example the method
is described by the descriptor
The method
is described by the descriptor