Uses of Interface
org.androidtransfuse.analysis.adapter.ASTAnnotation

Packages that use ASTAnnotation
org.androidtransfuse.analysis   
org.androidtransfuse.analysis.adapter   
org.androidtransfuse.analysis.module   
org.androidtransfuse.analysis.repository   
org.androidtransfuse.gen.variableBuilder   
 

Uses of ASTAnnotation in org.androidtransfuse.analysis
 

Method parameters in org.androidtransfuse.analysis with type arguments of type ASTAnnotation
 InjectionNode InjectionPointFactory.buildInjectionNode(Collection<ASTAnnotation> annotations, ASTType astType, AnalysisContext context)
           
 

Uses of ASTAnnotation in org.androidtransfuse.analysis.adapter
 

Classes in org.androidtransfuse.analysis.adapter that implement ASTAnnotation
 class ASTClassAnnotation
          Class specific AST Annotation
 class ASTElementAnnotation
          Element specific AST Annotation
 

Methods in org.androidtransfuse.analysis.adapter that return ASTAnnotation
 ASTAnnotation ASTClassFactory.buildAnnotation(Annotation annotation)
           
 ASTAnnotation ASTUtils.getAnnotation(Class resourceClass, Collection<ASTAnnotation> annotations)
           
 ASTAnnotation ASTArrayType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTClassConstructor.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTMethodUniqueSignatureDecorator.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTTypeVirtualProxy.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTElementType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTClassField.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTGenericTypeWrapper.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTProxyType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTElementBase.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTBase.getASTAnnotation(Class annotation)
          Getter for the AST Annotation associated with the given annotation type
 ASTAnnotation ASTClassParameter.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTClassMethod.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTPrimitiveType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTVoidType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTEmptyType.getASTAnnotation(Class annotation)
           
 ASTAnnotation ASTClassType.getASTAnnotation(Class annotation)
           
 

Methods in org.androidtransfuse.analysis.adapter that return types with arguments of type ASTAnnotation
 Collection<ASTAnnotation> ASTArrayType.getAnnotations()
           
 Collection<ASTAnnotation> ASTClassConstructor.getAnnotations()
           
 Collection<ASTAnnotation> ASTMethodUniqueSignatureDecorator.getAnnotations()
           
 Collection<ASTAnnotation> ASTTypeVirtualProxy.getAnnotations()
           
 Collection<ASTAnnotation> ASTClassField.getAnnotations()
           
 Collection<ASTAnnotation> ASTGenericTypeWrapper.getAnnotations()
           
 Collection<ASTAnnotation> ASTProxyType.getAnnotations()
           
 Collection<ASTAnnotation> ASTElementBase.getAnnotations()
           
 Collection<ASTAnnotation> ASTBase.getAnnotations()
          Supplies the set of annotations
 Collection<ASTAnnotation> ASTClassParameter.getAnnotations()
           
 Collection<ASTAnnotation> ASTClassMethod.getAnnotations()
           
 Collection<ASTAnnotation> ASTPrimitiveType.getAnnotations()
           
 Collection<ASTAnnotation> ASTVoidType.getAnnotations()
           
 Collection<ASTAnnotation> ASTEmptyType.getAnnotations()
           
 Collection<ASTAnnotation> ASTClassType.getAnnotations()
           
 

Method parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTAnnotation
 ASTAnnotation ASTUtils.getAnnotation(Class resourceClass, Collection<ASTAnnotation> annotations)
           
 

Constructor parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTAnnotation
ASTClassConstructor(com.google.common.collect.ImmutableList<ASTAnnotation> annotations, Constructor<?> constructor, com.google.common.collect.ImmutableList<ASTParameter> parameters, ASTAccessModifier modifier, com.google.common.collect.ImmutableList<ASTType> throwsTypes)
           
ASTClassField(Field field, ASTType astType, ASTAccessModifier modifier, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTClassMethod(Method method, ASTType returnType, com.google.common.collect.ImmutableList<ASTParameter> parameters, ASTAccessModifier modifier, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations, com.google.common.collect.ImmutableList<ASTType> throwTypes)
           
ASTClassParameter(Annotation[] annotations, ASTType astType, com.google.common.collect.ImmutableCollection<ASTAnnotation> astAnnotations)
           
ASTClassType(Class<?> clazz, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotationList, com.google.common.collect.ImmutableCollection<ASTConstructor> constructors, com.google.common.collect.ImmutableCollection<ASTMethod> methods, com.google.common.collect.ImmutableCollection<ASTField> fields, ASTType superClass, com.google.common.collect.ImmutableCollection<ASTType> interfaces)
           
ASTElementBase(Element element, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTElementConstructor(ExecutableElement executableElement, com.google.common.collect.ImmutableList<ASTParameter> parameters, ASTAccessModifier modifier, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations, com.google.common.collect.ImmutableList<ASTType> throwsTypes)
           
ASTElementField(VariableElement variableElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, ASTAccessModifier modifier, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTElementMethod(ExecutableElement executableElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, com.google.common.collect.ImmutableList<ASTParameter> parameters, ASTAccessModifier modifier, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations, com.google.common.collect.ImmutableList<ASTType> throwsTypes)
           
ASTElementParameter(TypeParameterElement typeParameterElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTElementParameter(VariableElement variableElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTElementType(TypeElement typeElement, com.google.common.collect.ImmutableCollection<ASTConstructor> constructors, com.google.common.collect.ImmutableCollection<ASTMethod> methods, com.google.common.collect.ImmutableCollection<ASTField> fields, ASTType superClass, com.google.common.collect.ImmutableCollection<ASTType> interfaces, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
 

Uses of ASTAnnotation in org.androidtransfuse.analysis.module
 

Methods in org.androidtransfuse.analysis.module with parameters of type ASTAnnotation
 void MethodProcessor.process(ASTMethod astMethod, ASTAnnotation astAnnotation)
           
 

Uses of ASTAnnotation in org.androidtransfuse.analysis.repository
 

Methods in org.androidtransfuse.analysis.repository with parameters of type ASTAnnotation
 boolean InjectionNodeBuilderRepository.containsBinding(ASTAnnotation bindingAnnotation)
           
 InjectionNodeBuilder InjectionNodeBuilderRepository.getBinding(ASTAnnotation bindingAnnotation)
           
 boolean AOPRepository.isInterceptor(ASTAnnotation annotation)
           
 

Uses of ASTAnnotation in org.androidtransfuse.gen.variableBuilder
 

Methods in org.androidtransfuse.gen.variableBuilder with parameters of type ASTAnnotation
 InjectionNode FragmentViewInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 InjectionNode ResourceInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 InjectionNode ViewInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 InjectionNode SystemServiceBindingInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
abstract  InjectionNode InjectionNodeBuilderSingleAnnotationAdapter.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 InjectionNode PreferenceInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 InjectionNode ExtraInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, ASTAnnotation annotation)
           
 

Method parameters in org.androidtransfuse.gen.variableBuilder with type arguments of type ASTAnnotation
 InjectionNode IndependentInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 InjectionNode GeneratedProviderInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 InjectionNode InjectionNodeBuilderNoAnnotationAdapter.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 InjectionNode InjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 InjectionNode InjectionNodeBuilderSingleAnnotationAdapter.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 InjectionNode DependentInjectionNodeBuilder.buildInjectionNode(ASTType astType, AnalysisContext context, Collection<ASTAnnotation> annotations)
           
 



Copyright © 2012. All Rights Reserved.