Uses of Interface
org.aspectj.lang.reflect.InterTypeMethodDeclaration
-
Packages that use InterTypeMethodDeclaration Package Description org.aspectj.internal.lang.reflect org.aspectj.lang.reflect -
-
Uses of InterTypeMethodDeclaration in org.aspectj.internal.lang.reflect
Classes in org.aspectj.internal.lang.reflect that implement InterTypeMethodDeclaration Modifier and Type Class Description classInterTypeMethodDeclarationImplMethods in org.aspectj.internal.lang.reflect that return InterTypeMethodDeclaration Modifier and Type Method Description InterTypeMethodDeclarationAjTypeImpl. getDeclaredITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)InterTypeMethodDeclaration[]AjTypeImpl. getDeclaredITDMethods()InterTypeMethodDeclarationAjTypeImpl. getITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)InterTypeMethodDeclaration[]AjTypeImpl. getITDMethods() -
Uses of InterTypeMethodDeclaration in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return InterTypeMethodDeclaration Modifier and Type Method Description InterTypeMethodDeclarationAjType. getDeclaredITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)InterTypeMethodDeclaration[]AjType. getDeclaredITDMethods()InterTypeMethodDeclarationAjType. getITDMethod(String name, AjType<?> target, AjType<?>... parameterTypes)InterTypeMethodDeclaration[]AjType. getITDMethods()
-