Searched refs:InterfaceW1 (Results 1 – 2 of 2) sorted by relevance
63 Invoke public abstract void InterfaceW1.throwFunky()66 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…69 Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodEx…72 Invoke public abstract void InterfaceW1.throwException() throws BaseException75 Invoke public abstract void InterfaceW1.throwBase() throws BaseException78 Invoke public abstract void InterfaceW1.throwSub() throws BaseException81 Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException84 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 {