JavaConditional

fun JavaConditional(    ctx: AnalysisContext,     impl: Tree,     conditionTree: ExpressionTree,     thenTree: Tree,     elseTree: Tree?)