Uses of Class
org.aspectj.weaver.ResolvedPointcutDefinition
Package
Description
-
Uses of ResolvedPointcutDefinition in org.aspectj.weaver
Modifier and TypeFieldDescriptionstatic final ResolvedPointcutDefinition
ResolvedPointcutDefinition.DUMMY
static final ResolvedPointcutDefinition[]
ResolvedPointcutDefinition.NO_POINTCUTS
Modifier and TypeMethodDescriptionResolvedType.findPointcut
(String name) IntMap.peekEnclosingDefinition()
static ResolvedPointcutDefinition
ResolvedPointcutDefinition.read
(VersionedDataInputStream s, ISourceContext context) AjAttribute.PointcutDeclarationAttribute.reify()
Modifier and TypeMethodDescriptionvoid
IntMap.pushEnclosingDefinition
(ResolvedPointcutDefinition def) ModifierConstructorDescriptionPointcutDeclarationAttribute
(ResolvedPointcutDefinition pointcutDef) -
Uses of ResolvedPointcutDefinition in org.aspectj.weaver.bcel
Modifier and TypeClassDescriptionstatic class
LazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happensModifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
When a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.