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

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

Classes in org.aspectj.internal.lang.reflect that implement DeclareSoft
 class DeclareSoftImpl
           
 

Methods in org.aspectj.internal.lang.reflect that return DeclareSoft
 DeclareSoft[] AjTypeImpl.getDeclareSofts()
           
 

Uses of DeclareSoft in org.aspectj.lang.reflect
 

Methods in org.aspectj.lang.reflect that return DeclareSoft
 DeclareSoft[] AjType.getDeclareSofts()
          Return all of the declare soft members of this type, including declare soft members inherited from super-types