Uses of Interface
org.androidtransfuse.analysis.astAnalyzer.ASTAnalysis

Packages that use ASTAnalysis
org.androidtransfuse.analysis.astAnalyzer   
org.androidtransfuse.analysis.repository   
 

Uses of ASTAnalysis in org.androidtransfuse.analysis.astAnalyzer
 

Classes in org.androidtransfuse.analysis.astAnalyzer that implement ASTAnalysis
 class AOPProxyAnalyzer
          Analyzer to add Aspect Oriented Programming method interceptors from the AOP Repository to the appropriately annotated methods.
 class ASTAnalysisAdaptor
          Adaptor to allow subclasses to not be required to implement all analysis methods
 class DeclareFieldAnalysis
          Analysis to determine if a type is annotated with @DeclareField.
 class InjectionAnalyzer
          Analyzer to setup InjectionPoints for all @Inject annotated elements
 class ListenerAnalysis
          Analyzes the given class for listener annotations.
 class NonConfigurationAnalysis
          Analysis class to identify nonConfiguration Instances(NCI).
 class ObservesAnalysis
          Analysis class to find the methods annotated with @Observes.
 class RegistrationAnalyzer
           
 class ScopeAnalysis
          Analysis to determine if the given type is scoped.
 

Uses of ASTAnalysis in org.androidtransfuse.analysis.repository
 

Methods in org.androidtransfuse.analysis.repository that return types with arguments of type ASTAnalysis
 Set<ASTAnalysis> AnalysisRepository.getAnalysisSet()
           
 

Methods in org.androidtransfuse.analysis.repository with parameters of type ASTAnalysis
 void AnalysisRepository.addAnalysis(ASTAnalysis astAnalysis)
           
 



Copyright © 2012. All Rights Reserved.