Searched defs:elsetype (Results 1 - 1 of 1) sorted by relevance
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/ |
H A D | Attr.java | 1195 * @param elsetype The type of the expression's else-part. 1200 Type elsetype) { 1201 Type ctype = condType1(pos, condtype, thentype, elsetype); 1207 (elsetype.constValue() != null)) 1208 ? cfolder.coerce(condtype.isTrue()?thentype:elsetype, ctype) 1220 * @param elsetype The type of the expression's else-part. 1223 Type thentype, Type elsetype) { 1225 if (types.isSameType(thentype, elsetype)) 1230 Type elseUnboxed = (!allowBoxing || elsetype.isPrimitive()) 1231 ? elsetype 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 35 milliseconds