Uses of Class
org.aspectj.weaver.patterns.PerClause
-
Packages that use PerClause Package Description 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 Modifier and Type Method Description PerClauseGeneratedReferenceTypeDelegate. getPerClause()PerClauseReferenceType. getPerClause()PerClauseReferenceTypeDelegate. getPerClause()PerClauseResolvedType. getPerClause()PerClauseAjAttribute.Aspect. reify(ResolvedType inAspect)PerClauseAjAttribute.Aspect. reifyFromAtAspectJ(ResolvedType inAspect)Methods in org.aspectj.weaver with parameters of type PerClause Modifier and Type Method Description ShadowMungerAdvice. concretize(ResolvedType fromType, World world, PerClause clause)ShadowMungerChecker. concretize(ResolvedType theAspect, World world, PerClause clause)abstract ShadowMungerShadowMunger. concretize(ResolvedType fromType, World world, PerClause clause)voidCrosscuttingMembers. setPerClause(PerClause perClause)Constructors in org.aspectj.weaver with parameters of type PerClause Constructor Description Aspect(PerClause perClause) -
Uses of PerClause in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return PerClause Modifier and Type Method Description PerClauseBcelObjectType. getPerClause() -
Uses of PerClause in org.aspectj.weaver.patterns
Subclasses of PerClause in org.aspectj.weaver.patterns Modifier and Type Class Description classPerCflowclassPerFromSuperclassPerObjectclassPerSingletonclassPerTypeWithin -
Uses of PerClause in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return PerClause Modifier and Type Method Description PerClauseReflectionBasedReferenceTypeDelegate. getPerClause()
-