Searched refs:methodAspect (Results 1 – 5 of 5) sorted by relevance
76 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()
85 public void addMethodAspect(MethodAspect methodAspect) {166 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() argument
122 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument123 methodAspects.add(methodAspect); in addMethodAspect()
472 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument
META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...