org.aspectj.weaver.internal.tools
Class TypePatternMatcherImpl

java.lang.Object
  extended by org.aspectj.weaver.internal.tools.TypePatternMatcherImpl
All Implemented Interfaces:
TypePatternMatcher

public class TypePatternMatcherImpl
extends java.lang.Object
implements TypePatternMatcher


Constructor Summary
TypePatternMatcherImpl(TypePattern pattern, World world)
           
 
Method Summary
 boolean matches(java.lang.Class aClass)
          Does this type pattern matcher match the given type (Class).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypePatternMatcherImpl

public TypePatternMatcherImpl(TypePattern pattern,
                              World world)
Method Detail

matches

public boolean matches(java.lang.Class aClass)
Description copied from interface: TypePatternMatcher
Does this type pattern matcher match the given type (Class).

Specified by:
matches in interface TypePatternMatcher