Lines Matching refs:staticMethod
256 public static String staticMethod() { return staticString; }
272 BarImpl.class, "staticMethod", MethodType.methodType(String.class));
273 System.out.println("findVirtual(staticMethod) unexpectedly succeeded");
372 MethodHandles.lookup().findStatic(BarImpl.class, "staticMethod",
375 MethodHandles.lookup().findStatic(BarImpl.class, "staticMethod",
380 MethodHandles.lookup().findStatic(BarImpl.class, "staticMethod",