Searched refs:methodInChatty (Results 1 – 1 of 1) sorted by relevance
591 Method methodInChatty = Chatty.class.getDeclaredMethod("chatter"); in testUnreflects() local592 lookupInH.unreflect(methodInChatty).invoke(h); in testUnreflects()593 lookupInH.in(H.class).unreflectSpecial(methodInChatty, H.class).invoke(h); in testUnreflects()594 lookupInH.unreflectSpecial(methodInChatty, H.class).bindTo(h).invokeWithArguments(); in testUnreflects()