Uses of Interface
org.aspectj.weaver.tools.TypePatternMatcher

Packages that use TypePatternMatcher
org.aspectj.weaver.internal.tools   
org.aspectj.weaver.tools   
 

Uses of TypePatternMatcher in org.aspectj.weaver.internal.tools
 

Classes in org.aspectj.weaver.internal.tools that implement TypePatternMatcher
 class TypePatternMatcherImpl
           
 

Uses of TypePatternMatcher in org.aspectj.weaver.tools
 

Methods in org.aspectj.weaver.tools that return TypePatternMatcher
 TypePatternMatcher PointcutParser.parseTypePattern(java.lang.String typePattern)
          Parse the given aspectj type pattern, and return a matcher that can be used to match types using it.
 TypePatternMatcher StandardPointcutParser.parseTypePattern(java.lang.String typePattern)
          Parse the given aspectj type pattern, and return a matcher that can be used to match types using it.