org.androidtransfuse.util.matcher
Class ASTTypeMatcherBuilder

Package class diagram package ASTTypeMatcherBuilder
java.lang.Object
  extended by org.androidtransfuse.util.matcher.ASTTypeMatcherBuilder

public class ASTTypeMatcherBuilder
extends Object

Author:
John Ericksen

Constructor Summary
ASTTypeMatcherBuilder()
           
ASTTypeMatcherBuilder(ASTType astType)
           
 
Method Summary
 ASTTypeMatcherBuilder annotatedWith(Class<? extends Annotation> annotationClass)
           
 Matcher<ASTType> build()
           
 ASTTypeMatcherBuilder ignoreGenericParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTTypeMatcherBuilder

public ASTTypeMatcherBuilder()

ASTTypeMatcherBuilder

public ASTTypeMatcherBuilder(ASTType astType)
Method Detail

annotatedWith

public ASTTypeMatcherBuilder annotatedWith(Class<? extends Annotation> annotationClass)

build

public Matcher<ASTType> build()

ignoreGenericParameters

public ASTTypeMatcherBuilder ignoreGenericParameters()


Copyright © 2012. All Rights Reserved.