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