Uses of Class
org.aspectj.weaver.patterns.PatternNode
Packages that use PatternNode
-
Uses of PatternNode in org.aspectj.weaver.internal.tools
Subclasses of PatternNode in org.aspectj.weaver.internal.toolsModifier and TypeClassDescriptionclassImplementation of Pointcut that is backed by a user-extension pointcut designator handler. -
Uses of PatternNode in org.aspectj.weaver.patterns
Subclasses of PatternNode in org.aspectj.weaver.patternsModifier and TypeClassDescriptionclassclassclassleft && rightclassclass(at)Annotation((at)Foo) or (at)Annotation(foo)classclassclassclassThis type represents a type pattern of '*' but with an annotation specified, e.g.classclassargs(arguments)classRepresents an attempt to bind the field of an annotation within a pointcut.classclassclassclassclassclassRepresents a declare annotation statement, one of atField, atMethod, atConstructor or atType.classclassclassConstructed based on an @DeclareMixin being found in an aspect.classclassclassFor a declare error/warning that specified a type pattern rather than a pointcut.classclassRepresents an attempt to bind the field of an annotation within a pointcut.classMatches an annotation of a given typeclassclassThis is a kind of KindedPointcut.classclasspr354470.classstatic classstatic classclassclassclassCommon super type for Pointcuts that can bind formal parameters.classclassclassclass!classclassclassclassleft || rightclassclassclassclassclassclassclassThe lifecycle of Pointcuts is modeled by Pointcut.State.classclassclassclassCorresponds to target or this pcd.classclassA TypeCategoryTypePattern matches on the category of a type, one of class/interface/aspect/inner/anonymous/enum/annotation, and these are specified in the pointcut via isClass() isInterface() isAspect() isInner() isAnonymous() isEnum() isAnnotation().classOn creation, type pattern only contains WildTypePattern nodes, not BindingType or ExactType.classclassclassclassclassThe PatternParser always creates WildTypePatterns for type patterns in pointcut expressions (apart from *, which is sometimes directly turned into TypePattern.ANY). resolveBindings() tries to work out what we've really got and turn it into a type pattern that we can use for matching.classclassclassclassMethods in org.aspectj.weaver.patterns with parameters of type PatternNodeModifier and TypeMethodDescriptionvoidPatternNode.copyLocationFrom(PatternNode other) AbstractPatternNodeVisitor.visit(PatternNode node, Object data) PatternNodeVisitor.visit(PatternNode node, Object data)