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 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 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
-
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
-