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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java124 for (SuppressLevel suppress_use : SuppressLevel.values()) {
129 suppress_use, ck, ek_decl, ek_use).run(comp, fm);
140 SuppressLevel suppress_use; field in class:InterruptedExceptionTest
147 InterruptedExceptionTest(XlintOption xlint, SuppressLevel suppress_decl, SuppressLevel suppress_use, argument
151 this.suppress_use = suppress_use;
175 .replace("#S2", suppress_use.getSuppressAnno())
206 suppress_use != SuppressLevel.SUPPRESS;

Completed in 29 milliseconds