Searched refs:protectedInterface (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/ExtendsAccess/p/
H A DExtendsAccess.java46 protected interface protectedInterface { } interface in class:ExtendsAccess
/openjdk7/langtools/test/tools/javac/ExtendsAccess/
H A DExtendsAccess.java28 protected interface protectedInterface { } interface in class:ExtendsAccess
179 class ExtendsAccess313 extends ExtendsAccess implements protectedInterface { } // ERROR - 'protectedInterface' not in scope
184 class ExtendsAccess3231 extends ExtendsAccess implements ExtendsAccess.protectedInterface { }
193 implements p.ExtendsAccess.protectedInterface { } // ERROR - cannot access 'protectedStaticClass'
204 class N implements protectedInterface { }
217 class N implements protectedInterface { }
230 class N implements ExtendsAccess.protectedInterface { } // OK (was: should be error, see JLS 6.2.2)
233 class N implements ExtendsAccess3441.protectedInterface { }
246 class N implements p.ExtendsAccess.protectedInterface { } // O
[all...]

Completed in 31 milliseconds