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