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

/openjdk10/jdk/test/java/lang/reflect/Method/defaultMethodModeling/
H A DDefaultMethodModeling.java43 SuperIwithDefault.class, SuperIwithDefaultChild.class,
128 interface SuperIwithDefault { interface
129 @ExpectedModel(modifiers=PUBLIC|ABSTRACT, declaringClass=SuperIwithDefault.class)
132 @ExpectedModel(isDefault=true, declaringClass=SuperIwithDefault.class)
138 class SuperIwithDefaultChild implements SuperIwithDefault {
159 abstract class Combo2 extends Base implements SuperIwithDefault {
166 interface SonSuperIwithDefault extends SuperIwithDefault {
174 interface DaughterSuperIwithDefault extends SuperIwithDefault {
220 class A implements SuperIwithDefault {
232 class C extends B implements SuperIwithDefault {
[all...]

Completed in 43 milliseconds