Searched refs:IntExample (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java360 static class Example implements IntExample {
416 public static interface IntExample { interface in class:MethodHandlesTest
418 public static class Impl implements IntExample {
425 static interface SubIntExample extends IntExample { }
564 testFindVirtual(SubExample.class, IntExample.class, void.class, "Sub/v0");
567 testFindVirtual(Example.class, IntExample.class, void.class, "v0");
568 testFindVirtual(IntExample.Impl.class, IntExample.class, void.class, "Int/v0");
755 testBind(IntExample.Impl.class, void.class, "Int/v0");
1274 testArrayElementGetterSetter(new IntExample[1
[all...]

Completed in 36 milliseconds