Searched refs:ChildInterface (Results 1 – 1 of 1) sorted by relevance
1261 public interface ChildInterface extends ParentInterface { interface in VarHandleTypeConversionTests.InterfaceTest1270 public class B extends A implements ChildInterface {1302 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()1311 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()1318 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()1332 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()1342 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()1350 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()