Class CoalesceConversionBinaryExpression

java.lang.Object
com.strobel.expressions.Expression
com.strobel.expressions.BinaryExpression
com.strobel.expressions.CoalesceConversionBinaryExpression

final class CoalesceConversionBinaryExpression extends BinaryExpression
Coalesce with conversion. This is not a frequently used node, but rather we want to save every other BinaryExpression from holding onto the null conversion lambda.