codeql/java-all
9.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
A switch.
A switch tests an expression against a number of cases, and executes the body of the first matching case.