codeql/java-all
9.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
A pattern matching expression.
In Java this is x instanceof Pattern, and in C# this is x is Pattern.
x instanceof Pattern
x is Pattern