Resolve annotations arguments in body resolver

This commit is contained in:
Natalia.Ukhorskaya
2013-07-04 12:26:04 +04:00
parent 33ddd713b7
commit a5662fe906
15 changed files with 537 additions and 63 deletions
@@ -181,6 +181,7 @@ public class InjectorForTopDownAnalyzerForJvm implements InjectorForTopDownAnaly
this.topDownAnalysisContext.setTopDownAnalysisParameters(topDownAnalysisParameters);
this.bodyResolver.setAnnotationResolver(annotationResolver);
this.bodyResolver.setCallResolver(callResolver);
this.bodyResolver.setContext(topDownAnalysisContext);
this.bodyResolver.setControlFlowAnalyzer(controlFlowAnalyzer);