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

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

Uses of PerClause in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return PerClause
 PerClause ResolvedType.getPerClause()
           
 PerClause GeneratedReferenceTypeDelegate.getPerClause()
           
 PerClause ReferenceType.getPerClause()
           
 PerClause ReferenceTypeDelegate.getPerClause()
           
 PerClause AjAttribute.Aspect.reify(ResolvedType inAspect)
           
 PerClause AjAttribute.Aspect.reifyFromAtAspectJ(ResolvedType inAspect)
           
 

Methods in org.aspectj.weaver with parameters of type PerClause
 ShadowMunger Advice.concretize(ResolvedType fromType, World world, PerClause clause)
           
abstract  ShadowMunger ShadowMunger.concretize(ResolvedType fromType, World world, PerClause clause)
           
 ShadowMunger Checker.concretize(ResolvedType theAspect, World world, PerClause clause)
          Concretize this Checker by concretizing the pointcut
 void CrosscuttingMembers.setPerClause(PerClause perClause)
           
 

Constructors in org.aspectj.weaver with parameters of type PerClause
AjAttribute.Aspect(PerClause perClause)
           
 

Uses of PerClause in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return PerClause
 PerClause BcelObjectType.getPerClause()
           
 

Uses of PerClause in org.aspectj.weaver.patterns
 

Subclasses of PerClause in org.aspectj.weaver.patterns
 class PerCflow
           
 class PerFromSuper
           
 class PerObject
           
 class PerSingleton
           
 class PerTypeWithin
           
 

Methods in org.aspectj.weaver.patterns that return PerClause
 PerClause PerCflow.concretize(ResolvedType inAspect)
           
 PerClause PerFromSuper.concretize(ResolvedType inAspect)
           
 PerClause PerTypeWithin.concretize(ResolvedType inAspect)
           
abstract  PerClause PerClause.concretize(ResolvedType inAspect)
           
 PerClause PerSingleton.concretize(ResolvedType inAspect)
           
 PerClause PerObject.concretize(ResolvedType inAspect)
           
 PerClause PerFromSuper.lookupConcretePerClause(ResolvedType lookupType)
           
 PerClause PatternParser.maybeParsePerClause()
           
static PerClause PerCflow.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
static PerClause PerFromSuper.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
static PerClause PerTypeWithin.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
static PerClause PerClause.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
static PerClause PerSingleton.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
static PerClause PerObject.readPerClause(VersionedDataInputStream s, ISourceContext context)
           
 

Uses of PerClause in org.aspectj.weaver.reflect
 

Methods in org.aspectj.weaver.reflect that return PerClause
 PerClause ReflectionBasedReferenceTypeDelegate.getPerClause()