Home | History | Annotate | Download | only in comparator

Lines Matching refs:E0

132         CompilationUnit E0 = new CompilationUnit("a.E0", 
134 "public class E0 extends Exception {}");
137 "public class E1 extends E0 {}");
141 " public void m() throws E0 {}" +
146 " public void m() throws E0, E1 {}" +
148 IApi fromApi = convert(E0, E1, C0);
149 IApi toApi = convert(E0, E1, C0_E1);
156 CompilationUnit E0 = new CompilationUnit("a.E0",
158 "public class E0 extends Exception {}");
165 " public void m() throws E0 {}" +
170 " public void m() throws E0, E1 {}" +
172 IApi fromApi = convert(E0, E1, C0);
173 IApi toApi = convert(E0, E1, C0_E1);
180 CompilationUnit E0 = new CompilationUnit("a.E0",
182 "public class E0 extends RuntimeException {}");
191 " public void m() throws E0 {}" +
193 IApi fromApi = convert(E0, C0);
194 IApi toApi = convert(E0, C0_E0);
356 CompilationUnit E0 = new CompilationUnit("a.E",
364 IApi fromApi = convert(E0, Q, W);
381 CompilationUnit E0 = new CompilationUnit("a.E",
389 IApi fromApi = convert(E0, Q, W);
431 CompilationUnit E0 = new CompilationUnit("a.E",
439 IApi fromApi = convert(E0, Q, NUMBER);
456 CompilationUnit E0 = new CompilationUnit("a.E",
464 IApi fromApi = convert(E0, Q, NUMBER);
481 CompilationUnit E0 = new CompilationUnit("a.E",
489 IApi fromApi = convert(E0, Q, NUMBER);