public static class SignatureAttribute.MethodSignature extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public SignatureAttribute.TypeParameter[] getTypeParameters()
public SignatureAttribute.Type[] getParameterTypes()
public SignatureAttribute.Type getReturnType()
public SignatureAttribute.ObjectType[] getExceptionTypes()
Copyright © 2012. All Rights Reserved.