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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java483 boolean isPrintingBound = false; field in class:Type.WildcardType
489 if (moreInfo && bound != null && !isPrintingBound)
491 isPrintingBound = true;
494 isPrintingBound = false;

Completed in 33 milliseconds