Searched refs:Foo2 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testNewLanguageFeatures/pkg2/
H A DFoo2.java26 public interface Foo2 {} interface
H A DClassUseTest1.java26 public class ClassUseTest1 <T extends Foo & Foo2> {
30 public <T extends Foo & Foo2> T method(T t) {
/openjdk7/langtools/test/com/sun/javadoc/testPackageDeprecation/pkg1/
H A DFoo2.java26 public interface Foo2 {} interface
H A DClassUseTest1.java26 public class ClassUseTest1 <T extends Foo & Foo2> {
28 public <T extends Foo & Foo2> T method(T t) {
/openjdk7/jdk/test/javax/script/
H A DGetInterfaceTest.java56 // define only one method of "Foo2"
58 Foo2 foo2 = ((Invocable)engine).getInterface(Foo2.class);
63 // now define other method of "Foo2"
65 foo2 = ((Invocable)engine).getInterface(Foo2.class);
74 interface Foo2 extends Foo { interface in class:GetInterfaceTest
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh74 // moved after the Foo2 code below which causes things to be
92 Foo2 foo2 = new Foo2();
106 class Foo2 {

Completed in 913 milliseconds