Class InterTypeConstructorDeclarationImpl
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
-
- org.aspectj.internal.lang.reflect.InterTypeConstructorDeclarationImpl
-
- All Implemented Interfaces:
InterTypeConstructorDeclaration,InterTypeDeclaration
public class InterTypeConstructorDeclarationImpl extends InterTypeDeclarationImpl implements InterTypeConstructorDeclaration
-
-
Field Summary
-
Fields inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName
-
-
Constructor Summary
Constructors Constructor Description InterTypeConstructorDeclarationImpl(AjType<?> decType, String target, int mods, Method baseMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AjType<?>[]getExceptionTypes()Type[]getGenericParameterTypes()AjType<?>[]getParameterTypes()StringtoString()-
Methods inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
-
-
-
Method Detail
-
getParameterTypes
public AjType<?>[] getParameterTypes()
- Specified by:
getParameterTypesin interfaceInterTypeConstructorDeclaration
-
getGenericParameterTypes
public Type[] getGenericParameterTypes()
- Specified by:
getGenericParameterTypesin interfaceInterTypeConstructorDeclaration
-
getExceptionTypes
public AjType<?>[] getExceptionTypes()
- Specified by:
getExceptionTypesin interfaceInterTypeConstructorDeclaration
-
-