public class TypePatternMatcherImpl extends java.lang.Object implements TypePatternMatcher
| Constructor and Description |
|---|
TypePatternMatcherImpl(TypePattern pattern,
World world) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Class aClass)
Does this type pattern matcher match the
given type (Class).
|
public TypePatternMatcherImpl(TypePattern pattern, World world)
public boolean matches(java.lang.Class aClass)
TypePatternMatchermatches in interface TypePatternMatcher