Package org.aspectj.lang.reflect
Interface InterTypeMethodDeclaration
-
- All Superinterfaces:
InterTypeDeclaration
- All Known Implementing Classes:
InterTypeMethodDeclarationImpl
public interface InterTypeMethodDeclaration extends InterTypeDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjType<?>[]getExceptionTypes()Type[]getGenericParameterTypes()TypegetGenericReturnType()StringgetName()AjType<?>[]getParameterTypes()AjType<?>getReturnType()TypeVariable<Method>[]getTypeParameters()-
Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
-
-
-
Method Detail
-
getName
String getName()
-
getReturnType
AjType<?> getReturnType()
-
getGenericReturnType
Type getGenericReturnType()
-
getParameterTypes
AjType<?>[] getParameterTypes()
-
getGenericParameterTypes
Type[] getGenericParameterTypes()
-
getTypeParameters
TypeVariable<Method>[] getTypeParameters()
-
getExceptionTypes
AjType<?>[] getExceptionTypes()
-
-