Class TypePatternMatcherImpl
- java.lang.Object
-
- org.aspectj.weaver.internal.tools.TypePatternMatcherImpl
-
- All Implemented Interfaces:
TypePatternMatcher
public class TypePatternMatcherImpl extends Object implements TypePatternMatcher
-
-
Constructor Summary
Constructors Constructor Description TypePatternMatcherImpl(TypePattern pattern, World world)
-
-
-
Constructor Detail
-
TypePatternMatcherImpl
public TypePatternMatcherImpl(TypePattern pattern, World world)
-
-
Method Detail
-
matches
public boolean matches(Class aClass)
- Specified by:
matchesin interfaceTypePatternMatcher
-
-