org.aspectj.lang.reflect

Interface InterTypeConstructorDeclaration

All Superinterfaces:
InterTypeDeclaration

public interface InterTypeConstructorDeclaration
extends InterTypeDeclaration

Runtime representation of an inter-type constructor member declared within an aspect.

Method Summary

AjType[]
getExceptionTypes()
The declared exceptions thrown by this constructor
Type[]
getGenericParameterTypes()
The generic constructor parameters
AjType[]
getParameterTypes()
The constructor parameters

Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration

getDeclaringType, getModifiers, getTargetType

Method Details

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