Searched refs:printGetMethod (Results 1 – 1 of 1) sorted by relevance
46 private static void printGetMethod(Class<?> klass) { in printGetMethod() method in DefaultDeclared64 printGetMethod(DefaultInterface.class); in test()65 printGetMethod(RegularInterface.class); in test()66 printGetMethod(ImplementsWithDefault.class); in test()67 printGetMethod(ImplementsWithDeclared.class); in test()68 printGetMethod(ImplementsWithRegular.class); in test()69 printGetMethod(UnimplementedWithRegular.class); in test()