public interface InterTypeMethodDeclaration extends InterTypeDeclaration
限定符和类型 | 方法和说明 |
---|---|
AjType<?>[] |
getExceptionTypes()
The declared exceptions thrown by this method
|
Type[] |
getGenericParameterTypes()
The generic method parameters
|
Type |
getGenericReturnType()
The generic return type
|
String |
getName()
The name of this method
|
AjType<?>[] |
getParameterTypes()
The method parameters
|
AjType<?> |
getReturnType()
The method return type
|
TypeVariable<Method>[] |
getTypeParameters()
The type variables declared by this method
|
getDeclaringType, getModifiers, getTargetType
String getName()
AjType<?> getReturnType()
Type getGenericReturnType()
AjType<?>[] getParameterTypes()
Type[] getGenericParameterTypes()
TypeVariable<Method>[] getTypeParameters()
AjType<?>[] getExceptionTypes()