Uses of Interface
org.aspectj.lang.reflect.InterTypeFieldDeclaration
-
Packages that use InterTypeFieldDeclaration Package Description org.aspectj.internal.lang.reflect org.aspectj.lang.reflect -
-
Uses of InterTypeFieldDeclaration in org.aspectj.internal.lang.reflect
Classes in org.aspectj.internal.lang.reflect that implement InterTypeFieldDeclaration Modifier and Type Class Description classInterTypeFieldDeclarationImplMethods in org.aspectj.internal.lang.reflect that return InterTypeFieldDeclaration Modifier and Type Method Description InterTypeFieldDeclarationAjTypeImpl. getDeclaredITDField(String name, AjType<?> target)InterTypeFieldDeclaration[]AjTypeImpl. getDeclaredITDFields()InterTypeFieldDeclarationAjTypeImpl. getITDField(String name, AjType<?> target)InterTypeFieldDeclaration[]AjTypeImpl. getITDFields() -
Uses of InterTypeFieldDeclaration in org.aspectj.lang.reflect
Methods in org.aspectj.lang.reflect that return InterTypeFieldDeclaration Modifier and Type Method Description InterTypeFieldDeclarationAjType. getDeclaredITDField(String name, AjType<?> target)InterTypeFieldDeclaration[]AjType. getDeclaredITDFields()InterTypeFieldDeclarationAjType. getITDField(String name, AjType<?> target)InterTypeFieldDeclaration[]AjType. getITDFields()
-