Searched defs:ek_use (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java127 for (ExceptionKind ek_use : ExceptionKind.values()) {
129 suppress_use, ck, ek_decl, ek_use).run(comp, fm);
143 ExceptionKind ek_use; field in class:InterruptedExceptionTest
148 ClassKind ck, ExceptionKind ek_decl, ExceptionKind ek_use) {
154 this.ek_use = ek_use;
181 .replace("#PK", ek_use.getTypeArguments(ek_decl));
204 ((ek_use.shouldWarn || ek_use == ExceptionKind.NONE) && ek_decl == ExceptionKind.X)) &&
147 InterruptedExceptionTest(XlintOption xlint, SuppressLevel suppress_decl, SuppressLevel suppress_use, ClassKind ck, ExceptionKind ek_decl, ExceptionKind ek_use) argument

Completed in 47 milliseconds