Searched refs:makeInterface (Results 1 – 6 of 6) sorted by relevance
69 .makeInterface() in shouldAllowDelegatingToDefaultMethod()90 .makeInterface() in shouldAllowSpyingOnDefaultMethod()
857 public CtClass makeInterface(String name) throws RuntimeException { in makeInterface() method in ClassPool858 return makeInterface(name, null); in makeInterface()870 public synchronized CtClass makeInterface(String name, CtClass superclass) in makeInterface() method in ClassPool891 CtClass cc = makeInterface(name, get("java.lang.annotation.Annotation")); in makeAnnotation()
253 CtClass cc = sloader.makeInterface("test5.AddDefaultMethod"); in testAddDefaultMethod()
730 = pool.makeInterface(className + "2"); in testInterface()885 CtClass cc = sloader.makeInterface("test1.MkInterface"); in testMakeInterface()
1080 CtClass cc = sloader.makeInterface("test3.AddIntfMth"); in testAddInterfaceMethod()
172 CtClass intf = sloader.makeInterface("test2.SetSuperIntf"); in testSetSuper()