Searched refs:methodInG (Results 1 – 1 of 1) sorted by relevance
574 Method methodInG = G.class.getDeclaredMethod("sayHi"); in testUnreflects() local575 lookupInG.unreflectSpecial(methodInG, G.class).invoke(g); // prints "G.sayHi()" in testUnreflects()