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

Member predicate SwitchExpr::getCase

Gets the ith case of this switch expression, which may be either a normal case or a default.

SwitchCase getCase(int i)