org.androidtransfuse.analysis.astAnalyzer
Class ScopeAnalysis

Package class diagram package ScopeAnalysis
java.lang.Object
  extended by org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptor
      extended by 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

Constructor Summary
ScopeAnalysis(ScopeAspectFactoryRepository scopeAspectFactoryRepository)
           
 
Method Summary
 void analyzeType(InjectionNode injectionNode, ASTType concreteType, AnalysisContext context)
          Analyze the given type.
 
Methods inherited from class org.androidtransfuse.analysis.astAnalyzer.ASTAnalysisAdaptor
analyzeField, analyzeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeAnalysis

@Inject
public ScopeAnalysis(ScopeAspectFactoryRepository scopeAspectFactoryRepository)
Method Detail

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 node
concreteType - type
context - current context


Copyright © 2012. All Rights Reserved.