Searched refs:methodInH (Results 1 – 1 of 1) sorted by relevance
588 Method methodInH = H.class.getDeclaredMethod("chatter"); in testUnreflects() local589 lookupInH.unreflectSpecial(methodInH, H.class).invoke(h); in testUnreflects()