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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java570 * @param noBounds True if type bounds are illegal here.
572 Type checkClassType(DiagnosticPosition pos, Type t, boolean noBounds) { argument
574 if (noBounds && t.isParameterized()) {

Completed in 28 milliseconds