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

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

Classes in org.aspectj.internal.lang.reflect that implement PerClause
 class PerClauseImpl
           
 class PointcutBasedPerClauseImpl
           
 class TypePatternBasedPerClauseImpl
           
 

Methods in org.aspectj.internal.lang.reflect that return PerClause
 PerClause AjTypeImpl.getPerClause()
           
 

Uses of PerClause in org.aspectj.lang.reflect
 

Subinterfaces of PerClause in org.aspectj.lang.reflect
 interface PointcutBasedPerClause
          Representation of a pointcut based per-clause associated with an aspect (perthis/target/cflow/cflowbelow)
 

Methods in org.aspectj.lang.reflect that return PerClause
 PerClause AjType.getPerClause()
          If this type represents an aspect, returns the associated per-clause.