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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java75 boolean hasBody; field in class:InterruptedExceptionTest.ClassKind
77 private ClassKind(String kindName, String extendsClause, boolean hasBody) { argument
80 this.hasBody = hasBody;
84 return hasBody ? "{}" : ";";

Completed in 64 milliseconds