The method descriptor as used by the Java VM.
The method descriptor as used by the Java VM. E.g., the method void doIt()
would have the descriptor ()V.
The simple name of the method.
The number of bytes required to store this method info object.