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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java76 public static boolean moreInfo = false; field in class:Type
198 if (moreInfo && tag == TYPEVAR) s = s + hashCode();
489 if (moreInfo && bound != null && !isPrintingBound)
639 if (moreInfo)

Completed in 37 milliseconds