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

/openjdk7/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) {
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java88 enum ExceptionKind { enum in class:InterruptedExceptionTest
98 private ExceptionKind(String exName, boolean shouldWarn) { method in class:InterruptedExceptionTest.ExceptionKind
107 String getTypeArguments(ExceptionKind decl) {
126 for (ExceptionKind ek_decl : ExceptionKind.values()) {
127 for (ExceptionKind ek_use : ExceptionKind.values()) {
142 ExceptionKind ek_decl;
143 ExceptionKind ek_use;
148 ClassKind ck, ExceptionKind ek_dec
[all...]

Completed in 30 milliseconds