Searched defs:FooImpl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/test/tools/javac/cast/7005095/
H A DT7005095neg.java11 static final class FooImpl implements Foo<String> {} class in class:T7005095pos
13 Object o = (Foo<T>) new FooImpl();
H A DT7005095pos.java34 static final class FooImpl implements Foo<String> {} class in class:T7005095pos
36 Object o = (Foo<T>) new FooImpl();
/openjdk7/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java94 private static class FooImpl implements Foo { class in class:NoConsoleOutput.DoRMIStuff
95 FooImpl() { } method in class:NoConsoleOutput.DoRMIStuff.FooImpl
102 FooImpl fooimpl = new FooImpl();
106 FooImpl fooimpl2 = new FooImpl();

Completed in 29 milliseconds