Home | History | Annotate | Download | only in comparator

Lines Matching refs:E1

135         CompilationUnit E1 = new CompilationUnit("a.E1", 
137 "public class E1 extends E0 {}");
146 " public void m() throws E0, E1 {}" +
148 IApi fromApi = convert(E0, E1, C0);
149 IApi toApi = convert(E0, E1, C0_E1);
159 CompilationUnit E1 = new CompilationUnit("a.E1",
161 "public class E1 extends Exception {}");
170 " public void m() throws E0, E1 {}" +
172 IApi fromApi = convert(E0, E1, C0);
173 IApi toApi = convert(E0, E1, C0_E1);
361 CompilationUnit E1 = new CompilationUnit("a.E",
365 IApi toApi = convert(E1, Q, W);
386 CompilationUnit E1 = new CompilationUnit("a.E",
390 IApi toApi = convert(E1, Q, W);
436 CompilationUnit E1 = new CompilationUnit("a.E",
440 IApi toApi = convert(E1, Q, NUMBER);
461 CompilationUnit E1 = new CompilationUnit("a.E",
465 IApi toApi = convert(E1, Q, NUMBER);
486 CompilationUnit E1 = new CompilationUnit("a.E",
490 IApi toApi = convert(E1, Q, NUMBER);