Uses of Package
org.androidtransfuse.analysis.astAnalyzer

Packages that use org.androidtransfuse.analysis.astAnalyzer
org.androidtransfuse.analysis.astAnalyzer   
org.androidtransfuse.analysis.repository   
org.androidtransfuse.gen.scopeBuilder   
org.androidtransfuse.gen.variableBuilder   
 

Classes in org.androidtransfuse.analysis.astAnalyzer used by org.androidtransfuse.analysis.astAnalyzer
ASTAnalysis
          Analysis interface targeting the individual elements of an ASTType.
ASTAnalysisAdaptor
          Adaptor to allow subclasses to not be required to implement all analysis methods
ASTInjectionAspect.InjectionAssignmentType
           
IntentFactoryExtraAspect
          Aspect representing an extra parameter required by a Component.
 

Classes in org.androidtransfuse.analysis.astAnalyzer used by org.androidtransfuse.analysis.repository
AOPProxyAnalyzer
          Analyzer to add Aspect Oriented Programming method interceptors from the AOP Repository to the appropriately annotated methods.
ASTAnalysis
          Analysis interface targeting the individual elements of an ASTType.
DeclareFieldAnalysis
          Analysis to determine if a type is annotated with @DeclareField.
InjectionAnalyzer
          Analyzer to setup InjectionPoints for all @Inject annotated elements
ListenerAnalysis
          Analyzes the given class for listener annotations.
NonConfigurationAnalysis
          Analysis class to identify nonConfiguration Instances(NCI).
ObservesAnalysis
          Analysis class to find the methods annotated with @Observes.
RegistrationAnalyzer
           
ScopeAnalysis
          Analysis to determine if the given type is scoped.
 

Classes in org.androidtransfuse.analysis.astAnalyzer used by org.androidtransfuse.gen.scopeBuilder
ScopeAspect
          Aspect to associate with the InjectionNode a builder used to build the current type in the given scope.
 

Classes in org.androidtransfuse.analysis.astAnalyzer used by org.androidtransfuse.gen.variableBuilder
ASTInjectionAspect
          InjectionNode aspect containing the relationship injection points for constructors, methods and fields.
 



Copyright © 2012. All Rights Reserved.