Member predicate ConditionalExpr::getBranchExpr
Gets the expression that is evaluated by the specific branch of this
conditional expression. If true that is getThen(), if false
it is getElse().
Expr getBranchExpr(boolean branch)Gets the expression that is evaluated by the specific branch of this
conditional expression. If true that is getThen(), if false
it is getElse().
Expr getBranchExpr(boolean branch)