Uses of Class
org.aspectj.weaver.patterns.PerClause
Packages that use PerClause
Package
Description
-
Uses of PerClause in org.aspectj.weaver
Methods in org.aspectj.weaver that return PerClauseModifier and TypeMethodDescriptionGeneratedReferenceTypeDelegate.getPerClause()
ReferenceType.getPerClause()
ReferenceTypeDelegate.getPerClause()
ResolvedType.getPerClause()
AjAttribute.Aspect.reify
(ResolvedType inAspect) AjAttribute.Aspect.reifyFromAtAspectJ
(ResolvedType inAspect) Methods in org.aspectj.weaver with parameters of type PerClauseModifier and TypeMethodDescriptionAdvice.concretize
(ResolvedType fromType, World world, PerClause clause) Checker.concretize
(ResolvedType theAspect, World world, PerClause clause) Concretize this Checker by concretizing the pointcutabstract ShadowMunger
ShadowMunger.concretize
(ResolvedType fromType, World world, PerClause clause) void
CrosscuttingMembers.setPerClause
(PerClause perClause) Constructors in org.aspectj.weaver with parameters of type PerClause -
Uses of PerClause in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return PerClause -
Uses of PerClause in org.aspectj.weaver.patterns
Subclasses of PerClause in org.aspectj.weaver.patternsModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.aspectj.weaver.patterns that return PerClauseModifier and TypeMethodDescriptionPerCflow.concretize
(ResolvedType inAspect) abstract PerClause
PerClause.concretize
(ResolvedType inAspect) PerFromSuper.concretize
(ResolvedType inAspect) PerObject.concretize
(ResolvedType inAspect) PerSingleton.concretize
(ResolvedType inAspect) PerTypeWithin.concretize
(ResolvedType inAspect) PerFromSuper.lookupConcretePerClause
(ResolvedType lookupType) PatternParser.maybeParsePerClause()
static PerClause
PerCflow.readPerClause
(VersionedDataInputStream s, ISourceContext context) static PerClause
PerClause.readPerClause
(VersionedDataInputStream s, ISourceContext context) static PerClause
PerFromSuper.readPerClause
(VersionedDataInputStream s, ISourceContext context) static PerClause
PerObject.readPerClause
(VersionedDataInputStream s, ISourceContext context) static PerClause
PerSingleton.readPerClause
(VersionedDataInputStream s, ISourceContext context) static PerClause
PerTypeWithin.readPerClause
(VersionedDataInputStream s, ISourceContext context) -
Uses of PerClause in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return PerClause