# Class: com.pnfsoftware.jeb.core.units.code.android.JvmMethodDescriptor

Representation of JVM internal method descriptor. Example: `(ILjava/lang/String;)V`

## Constructor: JvmMethodDescriptor


## Field: partypes
Type: `java.util.List<java.lang.String>`
Description: Parameter type signatures.

## Field: rettype
Type: `java.lang.String`
Description: Return type signature.

## Static Method: parse
- parameter: `desc`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.JvmMethodDescriptor`

Description: Parse a JVM method descriptor.
parameter: desc: method descriptor
return: parsed method descriptor

