Uses of Class
org.aspectj.weaver.patterns.PerClause.Kind

Packages that use PerClause.Kind
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.patterns   
 

Uses of PerClause.Kind in org.aspectj.weaver
 

Methods in org.aspectj.weaver with parameters of type PerClause.Kind
 ConcreteTypeMunger IWeavingSupport.makePerClauseAspect(ResolvedType aspect, PerClause.Kind kind)
          Register a munger for perclause @AJ aspect so that we add aspectOf(..) to them as needed
 

Uses of PerClause.Kind in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel with parameters of type PerClause.Kind
 ConcreteTypeMunger BcelWeavingSupport.makePerClauseAspect(ResolvedType aspect, PerClause.Kind kind)
          Register a munger for perclause @AJ aspect so that we add aspectOf(..) to them as needed
 

Constructors in org.aspectj.weaver.bcel with parameters of type PerClause.Kind
BcelPerClauseAspectAdder(ResolvedType aspect, PerClause.Kind kind)
           
 

Uses of PerClause.Kind in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as PerClause.Kind
static PerClause.Kind PerClause.FROMSUPER
           
static PerClause.Kind PerClause.PERCFLOW
           
static PerClause.Kind PerClause.PEROBJECT
           
static PerClause.Kind PerClause.PERTYPEWITHIN
           
static PerClause.Kind PerClause.SINGLETON
           
 

Methods in org.aspectj.weaver.patterns that return PerClause.Kind
 PerClause.Kind PerCflow.getKind()
           
 PerClause.Kind PerFromSuper.getKind()
           
 PerClause.Kind PerTypeWithin.getKind()
           
abstract  PerClause.Kind PerClause.getKind()
           
 PerClause.Kind PerSingleton.getKind()
           
 PerClause.Kind PerObject.getKind()
           
static PerClause.Kind PerClause.Kind.read(VersionedDataInputStream s)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type PerClause.Kind
PerFromSuper(PerClause.Kind kind)