Searched refs:Chatty (Results 1 – 3 of 3) sorted by relevance
19 public interface Chatty { interface
15 Chatty.chatter()16 Chatty.chatter()
36 import other.Chatty;89 public static class H implements Chatty {591 Method methodInChatty = Chatty.class.getDeclaredMethod("chatter"); in testUnreflects()