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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java1193 * @param condtype The type of the expression's condition.
1198 Type condtype,
1201 Type ctype = condType1(pos, condtype, thentype, elsetype);
1205 return ((condtype.constValue() != null) &&
1208 ? cfolder.coerce(condtype.isTrue()?thentype:elsetype, ctype)
1218 * @param condtype The type of the expression's condition.
1222 private Type condType1(DiagnosticPosition pos, Type condtype, argument
1197 condType(DiagnosticPosition pos, Type condtype, Type thentype, Type elsetype) argument

Completed in 39 milliseconds