org.aspectj.lang.reflect
public interface InterTypeMethodDeclaration extends InterTypeDeclaration
Modifier and Type | Method and Description |
---|---|
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()