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
- Author:
- colyer
-
Field Summary
Fields inherited from class InterTypeDeclarationImpl
targetTypeName -
Constructor Summary
ConstructorsConstructorDescriptionInterTypeConstructorDeclarationImpl(AjType<?> decType, String target, int mods, Method baseMethod) -
Method Summary
Methods inherited from class InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
Constructor Details
-
InterTypeConstructorDeclarationImpl
-
-
Method Details
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceInterTypeConstructorDeclaration- Returns:
- the constructor parameters
-
getGenericParameterTypes
- Specified by:
getGenericParameterTypesin interfaceInterTypeConstructorDeclaration- Returns:
- the generic constructor parameters
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceInterTypeConstructorDeclaration- Returns:
- the declared exceptions thrown by this constructor
-
toString
-