org.androidtransfuse.analysis.astAnalyzer
Class AOPProxyAspect

Package class diagram package AOPProxyAspect
java.lang.Object
  extended by org.androidtransfuse.analysis.astAnalyzer.AOPProxyAspect

public class AOPProxyAspect
extends Object

Represents the AOP proxy Method Interceptors. This aspect is applied to the InjectionNode and used during the object instantiation generation.

Author:
John Ericksen

Constructor Summary
AOPProxyAspect()
           
 
Method Summary
 void addInterceptor(ASTMethod astMethod, InjectionNode interceptorInjectionNode)
           
 Map<ASTMethod,Set<InjectionNode>> getMethodInterceptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOPProxyAspect

public AOPProxyAspect()
Method Detail

getMethodInterceptors

public Map<ASTMethod,Set<InjectionNode>> getMethodInterceptors()

addInterceptor

public void addInterceptor(ASTMethod astMethod,
                           InjectionNode interceptorInjectionNode)


Copyright © 2012. All Rights Reserved.