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
30 doCall(o instanceof Interface[], o); in $opt$TestSlowPath()38 static interface Interface {} interface in Main
InvokeCustom.java package invokecustom abstract invokecustom.Interface extends java.lang.Object { public abstract void ...
InvokeCustom.java package invokecustom public abstract invokecustom.InvokeCustom$Interface extends java.lang.Object { ...
InvokeCustom.java package invokecustom invokecustom.InterfaceImplementor extends java.lang.Object implements invokecustom.Interface { ...
InvokeCustom.java package invokecustom public invokecustom.InvokeCustom$InterfaceImplementor extends java.lang.Object implements invokecustom ...
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()
509 Interface i = null; in methodTwo()587 interface Interface { interface in Main