org.androidtransfuse.analysis.astAnalyzer
Class ScopeAnalysis
java.lang.Object
org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptor
org.androidtransfuse.analysis.astAnalyzer.ScopeAnalysis
- All Implemented Interfaces:
- ASTAnalysis
public class ScopeAnalysis
- extends ASTAnalysisAdaptor
Analysis to determine if the given type is scoped.
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeAnalysis
@Inject
public ScopeAnalysis(ScopeAspectFactoryRepository scopeAspectFactoryRepository)
analyzeType
public void analyzeType(InjectionNode injectionNode,
ASTType concreteType,
AnalysisContext context)
- Description copied from interface:
ASTAnalysis
- Analyze the given type. Used during the class scanning phase to perform class level operations.
- Specified by:
analyzeType in interface ASTAnalysis- Overrides:
analyzeType in class ASTAnalysisAdaptor
- Parameters:
injectionNode - current injection nodeconcreteType - typecontext - current context
Copyright © 2012. All Rights Reserved.