Uses of Interface
org.aspectj.lang.reflect.InterTypeMethodDeclaration

Packages that use InterTypeMethodDeclaration
org.aspectj.internal.lang.reflect   
org.aspectj.lang.reflect Contains interfaces that extend Signature to provide additional information about each possible join point signature. 
 

Uses of InterTypeMethodDeclaration in org.aspectj.internal.lang.reflect
 

Classes in org.aspectj.internal.lang.reflect that implement InterTypeMethodDeclaration
 class InterTypeMethodDeclarationImpl
           
 

Methods in org.aspectj.internal.lang.reflect that return InterTypeMethodDeclaration
 InterTypeMethodDeclaration AjTypeImpl.getDeclaredITDMethod(java.lang.String name, AjType<?> target, AjType<?>... parameterTypes)
           
 InterTypeMethodDeclaration[] AjTypeImpl.getDeclaredITDMethods()
           
 InterTypeMethodDeclaration AjTypeImpl.getITDMethod(java.lang.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
 InterTypeMethodDeclaration AjType.getDeclaredITDMethod(java.lang.String name, AjType<?> target, AjType<?>... parameterTypes)
          Return the inter-type method declared by this type matching the given specification
 InterTypeMethodDeclaration[] AjType.getDeclaredITDMethods()
          Return all of the inter-type methods declared by this type
 InterTypeMethodDeclaration AjType.getITDMethod(java.lang.String name, AjType<?> target, AjType<?>... parameterTypes)
          Return the public inter-type method of this type matching the given specification
 InterTypeMethodDeclaration[] AjType.getITDMethods()
          Return all of the public inter-type declared methods of this type