Uses of Class
org.aspectj.util.TypeSafeEnum

Packages that use TypeSafeEnum
org.aspectj.weaver   
org.aspectj.weaver.patterns   
org.aspectj.weaver.tools   
 

Uses of TypeSafeEnum in org.aspectj.weaver
 

Subclasses of TypeSafeEnum in org.aspectj.weaver
 class AdviceKind
          The five kinds of advice in AspectJ.
 class AnnotationTargetKind
          A TypeSafeEnum similar to the Java5 ElementType Enum
 class MemberKind
           
static class ResolvedTypeMunger.Kind
           
static class Shadow.Kind
          A type-safe enum representing the kind of shadows
 

Uses of TypeSafeEnum in org.aspectj.weaver.patterns
 

Subclasses of TypeSafeEnum in org.aspectj.weaver.patterns
static class PerClause.Kind
           
static class PerClause.KindAnnotationPrefix
           
static class Pointcut.State
           
 

Uses of TypeSafeEnum in org.aspectj.weaver.tools
 

Subclasses of TypeSafeEnum in org.aspectj.weaver.tools
 class PointcutPrimitive
          An enumeration of the different kinds of pointcut primitives supported by AspectJ.