org.androidtransfuse.util.matcher
Class ASTTypeMatcher
java.lang.Object
org.androidtransfuse.util.matcher.ASTTypeMatcher
- All Implemented Interfaces:
- Matcher<ASTType>
public class ASTTypeMatcher
- extends Object
- implements Matcher<ASTType>
Determines matching based on the input set of annotations. All annotations must be present to match the given type.
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASTTypeMatcher
public ASTTypeMatcher(com.google.common.collect.ImmutableSet<Class<? extends Annotation>> annotations,
ASTType astType,
boolean ignoreGenericParameters)
matches
public boolean matches(ASTType astType)
- Specified by:
matches in interface Matcher<ASTType>
Copyright © 2012. All Rights Reserved.