Home
last modified time | relevance | path

Searched refs:methodAspect (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DProxyFactory.java72 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory()
73 if (methodAspect.matches(declaringClass)) { in ProxyFactory()
74 applicableAspects.add(methodAspect); in ProxyFactory()
97 for (MethodAspect methodAspect : applicableAspects) { in ProxyFactory()
99 if (methodAspect.matches(pair.method)) { in ProxyFactory()
106 new Object[] {pair.method, methodAspect.interceptors()}); in ProxyFactory()
109 pair.addAll(methodAspect.interceptors()); in ProxyFactory()
DState.java95 public void addMethodAspect(MethodAspect methodAspect) {
187 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() argument
DInheritingState.java128 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument
129 methodAspects.add(methodAspect); in addMethodAspect()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java504 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument