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

/openjdk10/langtools/test/tools/javac/multicatch/
H A DPos02.java39 enum ExceptionKind { enum in class:Pos02
49 static void test(ExceptionKind ekind) throws A, C1 {
68 for (ExceptionKind ekind : ExceptionKind.values()) {
H A DPos04.java34 enum ExceptionKind { enum in class:Pos04
41 ExceptionKind(int expectedValue) { method in class:Pos04.ExceptionKind
63 for (ExceptionKind ekind : ExceptionKind.values()) {
71 public static void test(ExceptionKind ekind) {
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java89 enum ExceptionKind { enum in class:InterruptedExceptionTest
99 private ExceptionKind(String exName, boolean shouldWarn) { method in class:InterruptedExceptionTest.ExceptionKind
108 String getTypeArguments(ExceptionKind decl) {
127 for (ExceptionKind ek_decl : ExceptionKind.values()) {
128 for (ExceptionKind ek_use : ExceptionKind.values()) {
144 ExceptionKind ek_decl;
145 ExceptionKind ek_use;
150 ClassKind ck, ExceptionKind ek_dec
[all...]
/openjdk10/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java106 enum ExceptionKind implements ComboParameter { enum in class:StructuralMostSpecificTest
114 ExceptionKind(String exceptionStr) { method in class:StructuralMostSpecificTest.ExceptionKind
187 .withArrayDimension("EX", 2, ExceptionKind.values())

Completed in 42 milliseconds