Class InterTypeMethodDeclarationImpl
java.lang.Object
org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
org.aspectj.internal.lang.reflect.InterTypeMethodDeclarationImpl
- All Implemented Interfaces:
InterTypeDeclaration,InterTypeMethodDeclaration
public class InterTypeMethodDeclarationImpl
extends InterTypeDeclarationImpl
implements InterTypeMethodDeclaration
- Author:
- colyer
-
Field Summary
Fields inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName -
Constructor Summary
ConstructorsConstructorDescriptionInterTypeMethodDeclarationImpl(AjType<?> decType, String target, int mods, String name, Method itdInterMethod)InterTypeMethodDeclarationImpl(AjType<?> decType, AjType<?> targetType, Method base, int modifiers) -
Method Summary
Methods inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
Constructor Details
-
InterTypeMethodDeclarationImpl
-
InterTypeMethodDeclarationImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceInterTypeMethodDeclaration- Returns:
- the name of this method
-
getReturnType
- Specified by:
getReturnTypein interfaceInterTypeMethodDeclaration- Returns:
- the method return type
-
getGenericReturnType
- Specified by:
getGenericReturnTypein interfaceInterTypeMethodDeclaration- Returns:
- the generic return type
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceInterTypeMethodDeclaration- Returns:
- the method parameters
-
getGenericParameterTypes
- Specified by:
getGenericParameterTypesin interfaceInterTypeMethodDeclaration- Returns:
- the generic method parameters
-
getTypeParameters
- Specified by:
getTypeParametersin interfaceInterTypeMethodDeclaration- Returns:
- the type variables declared by this method
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceInterTypeMethodDeclaration- Returns:
- the declared exceptions thrown by this method
-
toString
-