Searched refs:InterfaceW1 (Results 1 – 2 of 2) sorted by relevance
67 Invoke public abstract void InterfaceW1.throwFunky()70 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…73 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…76 Invoke public abstract void InterfaceW1.throwException() throws BaseException79 Invoke public abstract void InterfaceW1.throwBase() throws BaseException82 Invoke public abstract void InterfaceW1.throwSub() throws BaseException85 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…
35 new Class<?>[] { InterfaceW1.class, InterfaceW2.class }, in main()42 InterfaceW1 if1 = (InterfaceW1) proxy; in main()129 interface InterfaceW1 { interface158 class WTMix implements InterfaceW1, InterfaceW2 {