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

Packages that use InterTypeDeclaration
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 InterTypeDeclaration in org.aspectj.internal.lang.reflect
 

Classes in org.aspectj.internal.lang.reflect that implement InterTypeDeclaration
 class InterTypeConstructorDeclarationImpl
           
 class InterTypeDeclarationImpl
           
 class InterTypeFieldDeclarationImpl
           
 class InterTypeMethodDeclarationImpl
           
 

Uses of InterTypeDeclaration in org.aspectj.lang.reflect
 

Subinterfaces of InterTypeDeclaration in org.aspectj.lang.reflect
 interface InterTypeConstructorDeclaration
          Runtime representation of an inter-type constructor member declared within an aspect.
 interface InterTypeFieldDeclaration
          Represents an inter-type field declaration declared in an aspect.
 interface InterTypeMethodDeclaration
          Represents an inter-type method declaration member within an aspect.