Searched defs:Callee (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1412 static class Callee { class in class:MethodHandlesTest
1436 return PRIVATE.findStatic(Callee.class, name, type);
1447 testConvert(Callee.ofType(1), null, "id", int.class);
1448 testConvert(Callee.ofType(1), null, "id", String.class);
1449 testConvert(Callee.ofType(1), null, "id", Integer.class);
1450 testConvert(Callee.ofType(1), null, "id", short.class);
1451 testConvert(Callee.ofType(1), null, "id", char.class);
1452 testConvert(Callee.ofType(1), null, "id", byte.class);

Completed in 44 milliseconds