org.androidtransfuse.analysis.repository
Class AOPRepository

Package class diagram package AOPRepository
java.lang.Object
  extended by org.androidtransfuse.analysis.repository.AOPRepository

public class AOPRepository
extends Object

Author:
John Ericksen

Constructor Summary
AOPRepository()
           
 
Method Summary
 ASTType getInterceptor(ASTType annotationType)
           
 boolean isInterceptor(ASTAnnotation annotation)
           
 void put(ASTType annotationType, ASTType interceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOPRepository

public AOPRepository()
Method Detail

put

public void put(ASTType annotationType,
                ASTType interceptor)

getInterceptor

public ASTType getInterceptor(ASTType annotationType)

isInterceptor

public boolean isInterceptor(ASTAnnotation annotation)


Copyright © 2012. All Rights Reserved.