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