Searched refs:makeInterface (Results 1 – 2 of 2) sorted by relevance
70 .makeInterface() in shouldAllowDelegatingToDefaultMethod()91 .makeInterface() in shouldAllowSpyingOnDefaultMethod()
827 public CtClass makeInterface(String name) throws RuntimeException { in makeInterface() method in ClassPool828 return makeInterface(name, null); in makeInterface()840 public synchronized CtClass makeInterface(String name, CtClass superclass) in makeInterface() method in ClassPool