javassist.bytecode
public static class SignatureAttribute.MethodSignature extends Object
Method Summary | |
---|---|
SignatureAttribute.ObjectType[] | getExceptionTypes()
Returns the types of the exceptions that may be thrown.
|
SignatureAttribute.Type[] | getParameterTypes()
Returns the types of the formal parameters.
|
SignatureAttribute.Type | getReturnType()
Returns the type of the returned value. |
SignatureAttribute.TypeParameter[] | getTypeParameters()
Returns the formal type parameters.
|
String | toString()
Returns the string representation. |
Returns: a zero-length array if exceptions are never thrown or the exception types are not parameterized types or type variables.
Returns: a zero-length array if no formal parameter is taken.
Returns: a zero-length array if the type parameters are not specified.