Searched refs:publicStaticMethod (Results 1 – 1 of 1) sorted by relevance
394 public static String publicStaticMethod() { in publicStaticMethod() method in Main.UnreflectTester415 Method publicStaticMethod = UnreflectTester.class.getMethod("publicStaticMethod"); in testUnreflects() local416 mh = MethodHandles.lookup().unreflect(publicStaticMethod); in testUnreflects()