CodeQL library for Java/Kotlin
codeql/java-all 0.9.2-dev (changelog, source)
Search

Member predicate ConditionalExpr::getBranchExpr

Gets the expression that is evaluated by the specific branch of this conditional expression. If true that is getTrueExpr(), if false it is getFalseExpr().

Expr getBranchExpr(boolean branch)