Uses of Class
org.aspectj.weaver.patterns.AbstractPatternNodeVisitor
Packages that use AbstractPatternNodeVisitor
-
Uses of AbstractPatternNodeVisitor in org.aspectj.weaver
Subclasses of AbstractPatternNodeVisitor in org.aspectj.weaverModifier and TypeClassDescriptionclass
Walks a pointcut and determines if the synchronization related designators have been used: lock() or unlock() -
Uses of AbstractPatternNodeVisitor in org.aspectj.weaver.patterns
Subclasses of AbstractPatternNodeVisitor in org.aspectj.weaver.patternsModifier and TypeClassDescriptionclass
class
class
A visitor that turns a pointcut into a type pattern equivalent for a perthis or pertarget matching: - pertarget(target(Foo)) → Foo+ (this one is a special case..) - pertarget(execution(* Foo.do()) → Foo - perthis(call(* Foo.do()) → * - perthis(!class