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

/openjdk10/langtools/test/tools/javac/multicatch/
H A DPos02.java49 static void test(ExceptionKind ekind) throws A, C1 { argument
51 switch (ekind) {
68 for (ExceptionKind ekind : ExceptionKind.values()) {
70 test(ekind);
H A DPos04.java63 for (ExceptionKind ekind : ExceptionKind.values()) {
64 test(ekind);
71 public static void test(ExceptionKind ekind) { argument
73 switch(ekind) {
80 if (catchNumber == null || catchNumber.value() != ekind.expectedValue) {
86 if (catchNumber == null || catchNumber.value() != ekind.expectedValue) {

Completed in 91 milliseconds