Searched refs:Iface3 (Results 1 – 7 of 7) sorted by relevance
16 public class E implements Iface3 {18 return Iface3.super.SayHi() + " there!"; in SayHi()
16 public interface Iface3 extends Iface { } interface
17 public interface Iface3 { interface
16 class Main implements Iface, Iface2, Iface3 {
16 public interface Iface3 { interface
17 interface Iface3 { interface
22 E-interface Iface3.SayHi()='Hello there!'28 F-interface Iface3.SayHi()='Hello there!'36 G-interface Iface3.SayHi()='Hello there!?'