Package org.aspectj.lang.reflect
Interface InterTypeConstructorDeclaration
-
- All Superinterfaces:
InterTypeDeclaration
- All Known Implementing Classes:
InterTypeConstructorDeclarationImpl
public interface InterTypeConstructorDeclaration extends InterTypeDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjType<?>[]getExceptionTypes()Type[]getGenericParameterTypes()AjType<?>[]getParameterTypes()-
Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
-