Uses of Interface
org.aspectj.lang.reflect.InterTypeConstructorDeclaration
-
Packages that use InterTypeConstructorDeclaration Package Description org.aspectj.internal.lang.reflect org.aspectj.lang.reflect -
-
Uses of InterTypeConstructorDeclaration in org.aspectj.internal.lang.reflect
Classes in org.aspectj.internal.lang.reflect that implement InterTypeConstructorDeclaration Modifier and Type Class Description classInterTypeConstructorDeclarationImplMethods in org.aspectj.internal.lang.reflect that return InterTypeConstructorDeclaration Modifier and Type Method Description InterTypeConstructorDeclarationAjTypeImpl. getDeclaredITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeConstructorDeclaration[]AjTypeImpl. getDeclaredITDConstructors()InterTypeConstructorDeclarationAjTypeImpl. getITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeConstructorDeclaration[]AjTypeImpl. getITDConstructors() -
Uses of InterTypeConstructorDeclaration in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return InterTypeConstructorDeclaration Modifier and Type Method Description InterTypeConstructorDeclarationAjType. getDeclaredITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeConstructorDeclaration[]AjType. getDeclaredITDConstructors()InterTypeConstructorDeclarationAjType. getITDConstructor(AjType<?> target, AjType<?>... parameterTypes)InterTypeConstructorDeclaration[]AjType. getITDConstructors()
-