public class ListenerAnalysis extends org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptor
Analyzes the given class for listener annotations. Adds these annotated methods to a ListenerAspect for code generation during the generation phase.
| Constructor and Description |
|---|
ListenerAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeMethod(org.androidtransfuse.model.InjectionNode injectionNode,
org.androidtransfuse.adapter.ASTType concreteType,
org.androidtransfuse.adapter.ASTMethod astMethod,
org.androidtransfuse.analysis.AnalysisContext context) |
analyzeField, analyzeTypepublic ListenerAnalysis()
public void analyzeMethod(org.androidtransfuse.model.InjectionNode injectionNode, org.androidtransfuse.adapter.ASTType concreteType, org.androidtransfuse.adapter.ASTMethod astMethod, org.androidtransfuse.analysis.AnalysisContext context)
analyzeMethod in interface org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisanalyzeMethod in class org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptorCopyright © 2014. All Rights Reserved.