org.aspectj.lang.reflect
Interface InterTypeMethodDeclaration
- InterTypeDeclaration
public interface InterTypeMethodDeclaration
Represents an inter-type method declaration member within an aspect.
getExceptionTypes
public AjType>[] getExceptionTypes()
The declared exceptions thrown by this method
getGenericParameterTypes
public Type[] getGenericParameterTypes()
The generic method parameters
getGenericReturnType
public Type getGenericReturnType()
The generic return type
getName
public String getName()
The name of this method
getParameterTypes
public AjType>[] getParameterTypes()
The method parameters
getReturnType
public AjType> getReturnType()
The method return type
getTypeParameters
public TypeVariable[] getTypeParameters()
The type variables declared by this method