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

Member predicate ConditionalExpr::getFalseExpr

DEPRECATED: Use getElse() instead.

Gets the expression that is evaluated if the condition of this conditional expression evaluates to false.

Expr getFalseExpr()