Searched defs:thentype (Results 1 - 1 of 1) sorted by relevance
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/ |
H A D | Attr.java | 1194 * @param thentype The type of the expression's then-part. 1199 Type thentype, 1201 Type ctype = condType1(pos, condtype, thentype, elsetype); 1206 (thentype.constValue() != null) && 1208 ? cfolder.coerce(condtype.isTrue()?thentype:elsetype, ctype) 1219 * @param thentype The type of the expression's then-part. 1223 Type thentype, Type elsetype) { 1225 if (types.isSameType(thentype, elsetype)) 1226 return thentype.baseType(); 1228 Type thenUnboxed = (!allowBoxing || thentype 1197 condType(DiagnosticPosition pos, Type condtype, Type thentype, Type elsetype) argument 1222 condType1(DiagnosticPosition pos, Type condtype, Type thentype, Type elsetype) argument [all...] |
Completed in 27 milliseconds