org.aspectj.lang.reflect
public interface InterTypeConstructorDeclaration extends InterTypeDeclaration
Modifier and Type | Method and Description |
---|---|
AjType<?>[] |
getExceptionTypes()
The declared exceptions thrown by this constructor
|
Type[] |
getGenericParameterTypes()
The generic constructor parameters
|
AjType<?>[] |
getParameterTypes()
The constructor parameters
|
getDeclaringType, getModifiers, getTargetType