Searched defs:publicStaticMethod (Results 1 – 1 of 1) sorted by relevance
438 public static String publicStaticMethod() { in publicStaticMethod() method in Main.UnreflectTester459 Method publicStaticMethod = UnreflectTester.class.getMethod("publicStaticMethod"); in testUnreflects() local