pub fn parse_method_signature( input: &str, ) -> ClasspathResult<GenericMethodSignature>
Parse a method-level generic signature (JVMS 4.7.9.1 MethodSignature).
MethodSignature
<T:Ljava/lang/Object;>(TT;)TT;
Returns ClasspathError::BytecodeParseError if the signature is malformed.
ClasspathError::BytecodeParseError