Searched refs:Interface (Results 1 – 8 of 8) sorted by relevance
17 public final class Main implements Interface {19 static void methodWithInvokeInterface(Interface interf) { in methodWithInvokeInterface()72 static Interface itf = new Main();76 interface Interface { interface
23 Interface i = (Interface) Proxy.newProxyInstance(Main.class.getClassLoader(), in main()24 new Class<?>[] { Interface.class }, in main()30 interface Interface { interface
30 doCall(o instanceof Interface[], o); in $opt$TestSlowPath()38 static interface Interface {} interface in Main
19 public interface Interface { interface
1 Method: public abstract void Interface.foo()
24 interface Interface extends SuperInterface { interface28 class Super implements Interface {647 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) { in getWiderType()660 private void testInlinerWidensReturnType(boolean cond, Interface a, OtherInterface b) { in testInlinerWidensReturnType()
4 Protocol Transport Interface
509 Interface i = null; in methodTwo()587 interface Interface { interface in Main