org.aspectj.lang.reflect
Interface InterTypeConstructorDeclaration
- InterTypeDeclaration
public interface InterTypeConstructorDeclaration
Runtime representation of an inter-type constructor member declared within an
aspect.
getExceptionTypes
public AjType>[] getExceptionTypes()
The declared exceptions thrown by this constructor
getGenericParameterTypes
public Type[] getGenericParameterTypes()
The generic constructor parameters
getParameterTypes
public AjType>[] getParameterTypes()
The constructor parameters