public class DeclareFieldAnalysis extends org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptor
Analysis to determine if a type is annotated with @DeclareField. If so, it set the AssignmentType of the ASTInjectionAspect to FIELD.
| Constructor and Description |
|---|
DeclareFieldAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeType(org.androidtransfuse.model.InjectionNode injectionNode,
org.androidtransfuse.adapter.ASTType astType,
org.androidtransfuse.analysis.AnalysisContext context) |
analyzeField, analyzeMethodpublic DeclareFieldAnalysis()
public void analyzeType(org.androidtransfuse.model.InjectionNode injectionNode, org.androidtransfuse.adapter.ASTType astType, org.androidtransfuse.analysis.AnalysisContext context)
analyzeType in interface org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisanalyzeType in class org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptorCopyright © 2014. All Rights Reserved.