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

/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java108 private static interface StaticInterface {} interface in class:AccessSpecifierTarg
110 implements StaticInterface {}
112 StaticInterface staticInterface_0 = new ClassUsingStaticInterface();
113 StaticInterface staticInterface_1[]={staticInterface_0};
114 StaticInterface staticInterface_2[][]={staticInterface_1};
177 {"AccessSpecifierTarg$StaticInterface", "private"},

Completed in 30 milliseconds