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
-
-
Field Summary
-
Fields inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName
-
-
Constructor Summary
Constructors Constructor Description InterTypeMethodDeclarationImpl(AjType<?> decType, String target, int mods, String name, Method itdInterMethod)InterTypeMethodDeclarationImpl(AjType<?> decType, AjType<?> targetType, Method base, int modifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AjType<?>[]getExceptionTypes()Type[]getGenericParameterTypes()TypegetGenericReturnType()StringgetName()AjType<?>[]getParameterTypes()AjType<?>getReturnType()TypeVariable<Method>[]getTypeParameters()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
-
getName
public String getName()
- Specified by:
getNamein interfaceInterTypeMethodDeclaration
-
getReturnType
public AjType<?> getReturnType()
- Specified by:
getReturnTypein interfaceInterTypeMethodDeclaration
-
getGenericReturnType
public Type getGenericReturnType()
- Specified by:
getGenericReturnTypein interfaceInterTypeMethodDeclaration
-
getParameterTypes
public AjType<?>[] getParameterTypes()
- Specified by:
getParameterTypesin interfaceInterTypeMethodDeclaration
-
getGenericParameterTypes
public Type[] getGenericParameterTypes()
- Specified by:
getGenericParameterTypesin interfaceInterTypeMethodDeclaration
-
getTypeParameters
public TypeVariable<Method>[] getTypeParameters()
- Specified by:
getTypeParametersin interfaceInterTypeMethodDeclaration
-
getExceptionTypes
public AjType<?>[] getExceptionTypes()
- Specified by:
getExceptionTypesin interfaceInterTypeMethodDeclaration
-
-