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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java126 for (ExceptionKind ek_decl : ExceptionKind.values()) {
129 suppress_use, ck, ek_decl, ek_use).run(comp, fm);
142 ExceptionKind ek_decl; field in class:InterruptedExceptionTest
148 ClassKind ck, ExceptionKind ek_decl, ExceptionKind ek_use) {
153 this.ek_decl = ek_decl;
178 .replace("#G", ek_decl.getTypeParameter())
179 .replace("#TK", ek_decl.getThrowsClause())
181 .replace("#PK", ek_use.getTypeArguments(ek_decl));
199 boolean shouldWarnDecl = ek_decl
147 InterruptedExceptionTest(XlintOption xlint, SuppressLevel suppress_decl, SuppressLevel suppress_use, ClassKind ck, ExceptionKind ek_decl, ExceptionKind ek_use) argument
[all...]

Completed in 40 milliseconds