Searched refs:caseActions (Results 1 – 1 of 1) sorted by relevance
5718 …private static MethodType tableSwitchChecks(MethodHandle defaultCase, MethodHandle[] caseActions) { in tableSwitchChecks() argument5719 if (caseActions.length == 0) in tableSwitchChecks()5720 throw new IllegalArgumentException("Not enough cases: " + Arrays.toString(caseActions)); in tableSwitchChecks()5726 "Case actions must have int as leading parameter: " + Arrays.toString(caseActions)); in tableSwitchChecks()5728 for (MethodHandle mh : caseActions) { in tableSwitchChecks()5734 "Case actions must have the same type: " + Arrays.toString(caseActions)); in tableSwitchChecks()