Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DProxyFactory.java76 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory()
77 if (methodAspect.matches(declaringClass)) { in ProxyFactory()
78 applicableAspects.add(methodAspect); in ProxyFactory()
101 for (MethodAspect methodAspect : applicableAspects) { in ProxyFactory()
103 if (methodAspect.matches(pair.method)) { in ProxyFactory()
109 new Object[] { pair.method, methodAspect.interceptors() }); in ProxyFactory()
112 pair.addAll(methodAspect.interceptors()); in ProxyFactory()
DState.java85 public void addMethodAspect(MethodAspect methodAspect) {
166 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() argument
DInheritingState.java122 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument
123 methodAspects.add(methodAspect); in addMethodAspect()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java472 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...