org.androidtransfuse.analysis.module
Class ModuleProcessor

Package class diagram package ModuleProcessor
java.lang.Object
  extended by org.androidtransfuse.analysis.module.ModuleProcessor

public class ModuleProcessor
extends Object

Central module processor class. Scanns the input AST elements for the appropriate annotations and registers the results with the given processor. For instance: {@code

Author:
John Ericksen

Constructor Summary
ModuleProcessor(BindProcessor bindProcessor, BindProviderProcessor bindProviderProcessor, BindInterceptorProcessor bindInterceptorProcessor, ASTClassFactory astClassFactory)
           
 
Method Summary
 void processMethod(ASTMethod astMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleProcessor

@Inject
public ModuleProcessor(BindProcessor bindProcessor,
                              BindProviderProcessor bindProviderProcessor,
                              BindInterceptorProcessor bindInterceptorProcessor,
                              ASTClassFactory astClassFactory)
Method Detail

processMethod

public void processMethod(ASTMethod astMethod)


Copyright © 2012. All Rights Reserved.