Uses of Class
org.aspectj.weaver.ResolvedPointcutDefinition
Packages that use ResolvedPointcutDefinition
Package
Description
-
Uses of ResolvedPointcutDefinition in org.aspectj.weaver
Fields in org.aspectj.weaver declared as ResolvedPointcutDefinitionModifier and TypeFieldDescriptionstatic final ResolvedPointcutDefinition
ResolvedPointcutDefinition.DUMMY
static final ResolvedPointcutDefinition[]
ResolvedPointcutDefinition.NO_POINTCUTS
Methods in org.aspectj.weaver that return ResolvedPointcutDefinitionModifier and TypeMethodDescriptionResolvedType.findPointcut
(String name) IntMap.peekEnclosingDefinition()
static ResolvedPointcutDefinition
ResolvedPointcutDefinition.read
(VersionedDataInputStream s, ISourceContext context) AjAttribute.PointcutDeclarationAttribute.reify()
Methods in org.aspectj.weaver with parameters of type ResolvedPointcutDefinitionModifier and TypeMethodDescriptionvoid
IntMap.pushEnclosingDefinition
(ResolvedPointcutDefinition def) Constructors in org.aspectj.weaver with parameters of type ResolvedPointcutDefinitionModifierConstructorDescriptionPointcutDeclarationAttribute
(ResolvedPointcutDefinition pointcutDef) -
Uses of ResolvedPointcutDefinition in org.aspectj.weaver.bcel
Subclasses of ResolvedPointcutDefinition in org.aspectj.weaver.bcelModifier and TypeClassDescriptionstatic class
LazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happensMethods in org.aspectj.weaver.bcel with parameters of type ResolvedPointcutDefinitionModifier and TypeMethodDescriptionstatic List
<AjAttribute> AtAjAttributes.readAj5MethodAttributes
(Method method, org.aspectj.weaver.bcel.BcelMethod bMethod, ResolvedType type, ResolvedPointcutDefinition preResolvedPointcut, ISourceContext context, IMessageHandler msgHandler) Extract method level annotations and turn them into AjAttributes. -
Uses of ResolvedPointcutDefinition in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as ResolvedPointcutDefinitionModifier and TypeFieldDescriptionstatic final ResolvedPointcutDefinition
CflowPointcut.CFLOW_MARKER
Used to indicate that we're in the context of a cflow when concretizing if's Will be removed or replaced with something better when we handle this as a non-error -
Uses of ResolvedPointcutDefinition in org.aspectj.weaver.reflect
Subclasses of ResolvedPointcutDefinition in org.aspectj.weaver.reflectModifier and TypeClassDescriptionclass
When a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.