Package org.androidtransfuse.analysis.astAnalyzer

Package class diagram package org.androidtransfuse.analysis.astAnalyzer
Interface Summary
ASTAnalysis Analysis interface targeting the individual elements of an ASTType.
 

Class Summary
AOPProxyAnalyzer Analyzer to add Aspect Oriented Programming method interceptors from the AOP Repository to the appropriately annotated methods.
AOPProxyAspect Represents the AOP proxy Method Interceptors.
ASTAnalysisAdaptor Adaptor to allow subclasses to not be required to implement all analysis methods
ASTInjectionAspect InjectionNode aspect containing the relationship injection points for constructors, methods and fields.
DeclareFieldAnalysis Analysis to determine if a type is annotated with @DeclareField.
InjectionAnalyzer Analyzer to setup InjectionPoints for all @Inject annotated elements
IntentFactoryExtraAspect Aspect representing an extra parameter required by a Component.
ListenerAnalysis Analyzes the given class for listener annotations.
ListenerAspect Aspect associating listenable methods with the set of listening methods.
NonConfigurationAnalysis Analysis class to identify nonConfiguration Instances(NCI).
NonConfigurationAspect NonConfiguration Instance Aspect highlighting the fields to use in the code generation of onRetainNonConfigurationInstance and getLastNonConfigurationInstance
ObservesAnalysis Analysis class to find the methods annotated with @Observes.
ObservesAspect  
RegistrationAnalyzer  
RegistrationAspect Aspect to associate an element (method, field or type) with a listener registration.
ScopeAnalysis Analysis to determine if the given type is scoped.
ScopeAspect Aspect to associate with the InjectionNode a builder used to build the current type in the given scope.
VirtualProxyAspect Aspect to flag the the given InjectionNode requires a virtual proxy.
 

Enum Summary
ASTInjectionAspect.InjectionAssignmentType  
 



Copyright © 2012. All Rights Reserved.