SimpleCondition

fun SimpleCondition(    predicate: Expression?,     isElse: Boolean,     body: Expression,     whole: Element)